clojurec
clojurec copied to clipboard
A Clojure implementation on top of C
I tried running a program that expected at least one argument, without providing arguments, and got this: ``` $ ./cljc GC Warning: Failed to expand heap by -4096 bytes GC...
Hi, I have worked through parts of SICP for our own language implementation https://github.com/lamda-lang/jekyll. I am interested in writing a Clojure/Lamda runtime with the help of ClojureC (instead of bootstrapping...
While playing around with ClojureC it occured to me that it would be cool to have a REPL for it. It seemed like a fun challenge and I gave it...
When I build clojurec on my mac-mini 10.7.5, I found that all is well, but when I sudo run: cd ~/clojurec/run/ios/; sudo ./bootstrap.sh I found in libgc.os/lib/, all libxxx.a is...
I tried modifying the `run/ios/bootstrap` script to compile the Boehm GC for i386 so it can be used with the iPhone/iPad simulator, but it looks like Boehm itself relies on...