Matus Goljer

Results 743 comments of Matus Goljer

Thanks for all the feedback by the way, much appreciated. It's nice to see some of the real issues people run into. These should be priorities when fixing stuff so...

There is currently no support for defstruct or classes.

Also add a notice about things like `is-even?` => `evenp` (i.e. drop the `is` prefix)

I'm getting emake.mk:31: *** EMACS_VERSION is not set. Stop. which is easy to fix but maybe can catch someone off-guard. I suppose this is explained in EMake readme so you...

when I run it with the variable set I get ``` > env EMACS_VERSION=26.1 make lint-elsa Makefile:28: warning: overriding recipe for target 'compile' emake.mk:94: warning: ignoring old recipe for target...

I've deleted emake.mk. After I run `make clean` and `make test-buttercup` I get ``` > make test-buttercup Makefile:28: warning: overriding recipe for target 'compile' emake.mk:122: warning: ignoring old recipe for...

When I run `make lint-elsa` it also tries to load the test files. What's the reason for that? ``` > make lint-elsa Makefile:28: warning: overriding recipe for target 'compile' emake.mk:122:...

The new print syntax for structures is so f-kng bad, plus it can't even be read back. I have no idea who smoked what but it's pretty :/ This must...

We can still analyse macros where we know beforehand what the structure is, so things like `when` are pefrectly easy to analyse with the *a priori* knowledge. Even when we...

This can be made much more general with something like "multiple type signatures". I can set signature of `stirngp` to `Mixed -> Bool` and then add additional conditional signatures such...