Re: ClojureScript def, vars, and binding

2016-04-03 Thread whitespace
Any chance that this could be supported now core.async is here? I think the arguments of brandon bloom are still valid. I have implemented Erlang-like supervisors for core.async and now got stuck in the last step when I realized that the supervisor binding is broken in cljs. (1) I can pass expl

Re: GSoC Report: CinC, port of the clojure compiler in clojure

2013-10-07 Thread whitespace
Hello Nicola et al., I have only learned about your CinC effort during last week with the news about core.typed. I have ported the analyzer of the self-hosted cljs compiler to ClojureC: https://github.com/schani/clojurec/pull/33 and can explore it from the metacircular scheme REPL already. It