Mark Probst
Mark Probst
I'm sorry, I haven't touched this project in years and don't have any time to sink into it right now. If you're interested in maintaining it you have my blessings.
Not that I know. It would be nice if it built and the basics worked, at least, but to make it useful a LOT of work would have to be...
I'm happy to chat about it! Shoot me an email at [email protected]
This is wonderful! I'll have a close look at it as soon as I have time. Regarding the reader: I took a cursory glance at the ClojureScript reader and it...
I'm sorry I'm only responding so late - it's been quite busy lately. About the string issue: This isn't documented (of course), but `make_string()` assumes that the string it is...
I'm not sure what you mean by "runtime primitives". ClojureC doesn't have runtime primitives for interpreted code, unless what you mean is standard closures, like SICP does in 4.1.7: http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-26.html#%_sec_4.1.7...
I fixed the initialization order bug and wrote a build script for your interpreter: https://github.com/schani/clojurec/tree/ghubber-no-analyzer How did you make the reader build without the changes I made (referring to cljc.string...
Thanks for the info!
All infer* options are now configurable at least.