purescript-native
purescript-native copied to clipboard
A native compiler backend for PureScript (via C++ or Golang)
When providing an argument to the `-m` flag to spago run such as `spago run -m Parser`, I get following error ``` getModificationTime:getFileStatus: does not exist (No such file or...
I propose to use extern "C" functions for all exposed functions.This makes it possible to use them in shared libraries and shared object files. This solves two issues which could...
My understanding is that by "No C++-specific REPL", it means there's no way to try out `purescript-native` in a REPL. I'll admit I haven't even used the Purescript REPL for...
Hello! I already posted this on spago repository, but maybe it is best suited here, so please forgive me if this duplication causes any problem or overload the same team...
We previously put the purescript-in-purescript self-hosted compiler project on hold even though it was functional, because the generated JS was too slow. Rewrites might be a good way to speed...
This is not my area of expertise, but it seems like `ST` would be a nice way to use the type system to avoid reference counting. Would this be possible?...
I had issues getting the tests working due to the go module having a replace directive, but not a requires directive. Running a `go get` for each module after writing...
Hello guys, I'm trying purescript-native but I have some issues during the build phase. Can you help me? ``` % yarn spago build [1 of 1] Compiling Main [info] Build...