On Sep 24, 9:37 am, soyrochus <[EMAIL PROTECTED]> wrote: > First, is there any intention to make Clojure self hosting? No > technical barriers here, I guess, but priorities and intention count > all the more so.
I can't speak for Rich Hickey's intentions, here, but I doubt it. Most of the core language is already self-hosted in boot.clj. The remaining parts, the data structures and the compiler, could theoretically be written in Clojure as well, but I doubt there would be compelling benefits to doing so. Clojure is already tightly bound to the JVM and the Java object model, which is one of its strengths. -Stuart --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---