Kyle Van Berendonck

Results 49 comments of Kyle Van Berendonck

Yes, we will need to decouple these from the smoke tests. So it will be a new file under `spec/`. But the general idea is that we could implement ToJSON...

It's pulled from here: https://developer.github.com/webhooks/ It is reasonable to do the second part first. The first part is non-trivial unfourtunately

Hmm, the behavior of `stack` has changed here .. or perhaps it is with the latest resolver (for ghci) that it has changed. You can manually specify all the packages...

This has been bumped to a higher priority.

We would very much like to deliver this with `0.16.0` because of its security content. Help wanted.

Also interested.

I would be extremely interesting in hacking on the interpreter. I've implemented my own high performance interpreter using the threaded code method (like LuaJIT), but looking at lambdachine in its...

Is it really necessary to break out into assembler? I was able to get really good code from gcc and clang by using the labels as values extension and having...

Also, some psuedo for a crude bump pointer PAP thing which I hacked together a long time ago which might give you some ideas. https://gist.github.com/kvanberendonck/8328504 1 branch per partial application,...

I may have invented something new by accident which could potentially drastically increase the performance of even LuaJITs interpreter by taking the dispatch onto the CPU. I'll give you more...