Paul Cadman

Results 39 comments of Paul Cadman

https://people.csail.mit.edu/cpitcla/links/2020-08-05-alectryon.pdf

Thanks for all the information - I want to learn about this.

I made a Windows build of curl-runnings using GitHub actions a few days ago. It uses choco to install stack and caches the STACK_ROOT so it doesn't have to recompile...

@aviaviavi I'd like a Windows build so I'm happy to polish this POC if you think it's OK. It might be worth migrating the whole build/release system to github actions?

AKA: Make minijuivix 'snake complete'

I can reproduce this, but I need to investigate more why the closure generation fails in this case.

Thanks for trying this @tzemanovic, the observations are useful. The reason the tests fail is because the `system` C function is not implemented in the minimal Juvix wasm runtime because...

I can't reproduce this issue. What version of node are you running on your machine? I'm running v18.7.0 and CI is running v16.17.0 on Mac and linux agents. If you...

I'm sorry for the delay in replying to this! Now that the native target is the default you need to pass the `-t wasm` flag to the compiler for the...