Earlier quoted context omitted.
Clojure-CLR is the real deal, too - 1.7, transducers, etc. nREPL support's probably coming soon.
That would be fantastic. If it could hook up to LighTable OOTB that would be a fantastic way to introduce people to it.
Arcadia: Unity 3D Development in Clojure
31–34 of 34 posts
Re: Arcadia: Unity 3D Development in Clojure
#32Kudos to the developers! I've tried arcadia right before the public release. It worked perfectly. This tool opens a lot of interesting possibilities. Also it makes Unity 3D development feasible for me because the code becomes so succinct. You have to see it. Thing of beauty!
Re: Arcadia: Unity 3D Development in Clojure
#33Earlier quoted context omitted.
That would be fantastic! There would need to be ClojureScript style restrictions on the code though, right? IL2CPP wouldn't allow (eval) at runtime by its nature.
Good question, reflective code emission won't work on some platforms. We think this will only be an issue for eval. In the future we'll probably have options for disabling eval while retaining macros for AOT.
Re: Arcadia: Unity 3D Development in Clojure
#34Earlier quoted context omitted.
That would be fantastic. If it could hook up to LighTable OOTB that would be a fantastic way to introduce people to it.
That would be amazing! Can you invoke command line scripts from LT? If so you could just use our included REPL client implemented in Ruby. Otherwise you'd have to port it to ClojureScript, but the client is designed to be simple enough to make that easy to do.