Matus Goljer

Results 727 comments of Matus Goljer

I think we need to preserve the current binary API as well for things like equivalence checking, or we could add a wrapper that would turn maybe into nil.

I've started work on this, see the tweets for some teasers https://twitter.com/Fuco1337/status/1134550177967157248 /cc @DamienCassou @alphapapa

@alphapapa It's the best platform for prototyping this. Microsoft provides complete SDK for the server so the whole thing just amounts to couple lines of code. Once we have the...

Elsa is designed to run and die, there is no persistence. Every request will spawn a new fresh elsa process. The workspace state is handled by the LSP server. Why...

Actually, the startup time is less than 50ms... what makes it really slow is wrapping it in cask which increases it 20 fold to about a second. I will need...

My main pain now is that I want to get this out to possibly tens of people, not thousands. To me the easy of packaging this with docker and cask...

There could be a general feature to track the "parent form" of every form. Actually we now have access to parents through form's `:parent` property so that just needs some...

We also need to check that the implicit type of `it` matches whatever the function form expects.

By the way the type annotations in the file which you updated is only a small selection. If you look into `./dev` there is a file with all the defuns...

All arguments are by default assumed to be `Mixed`. Once the type inference is better this code should work OK since the first call the `assq` would update `song-data` to...