Lennart Augustsson

Results 103 comments of Lennart Augustsson

Is there any chance this fix could be merged soon? I'm not asking for very much, just that one more compiler is recognized so I can upload my packages that...

I've added a comment, added a changelog entry, and updated the checksums.

This would be my preferred syntax. On Wed, Oct 5, 2016 at 00:44 Iavor S. Diatchki wrote: > People have suggested that a much more natural notation for LambdaCase is:...

The MicroHs FFI is a giant hack and lacks many things. I'm going to redo it at some point, but so far I've not had any incentive to do so....

UV seems like an interesting library to have bindings to. It could probably be made quite nice using Concurrent Haskell, which I plan to support.

I've redone how FFI works. It's now a bit less fiddle. No need to update a table in eval.c. There is still no FunPtr, but now there is a chance,...

Thinking a bit more about callbacks, I don't think that this can easily work. You can't suddenly call a function while MicroHs is executing. For this to be possible, there...

The way you describe the callbacks makes it easier to make it work. It will still need some care for the runtime to handle C calling back into the runtime....

I have indeed thought of some kind of JIT, which would treat a function body as a super-combinator and generate code for it. But you can do substantially better than...