Just got this link "http://joxa.org" about a new lisp-like language thru prismatic:
<quote> Joxa is a small semantically clean, functional lisp. It is a general-purpose language encouraging interactive development and a functional programming style. Joxa runs on the Erlang Virtual Machine. Like other Lisps, Joxa treats code as data and has a full (unhygienic) macro system. Joxa (pronounced 'jocksah') isn't Erlang, though its very compatible. Its not Clojure though there is plenty of shared syntax. It's not Common Lisp though that is the source of the macro system. While Joxa shares elements of many languages, it is its own specific language. of all these languages, and knowing these languages will help you get up to speed with Joxa, but it is its own unique language. </quote> Just skimming the example shows a syntax that resembles clojure a little bit… Wonder if that implementation as an example would make it easier to have a clojure-on-erlang-vm implementation. Enjoy, Frank. On Jul 13, 2012, at 10:15 AM, Frank Siebenlist <frank.siebenl...@gmail.com> wrote: > Just became aware of this effort: "http://erlangonxen.org/" > > which shows off some impressive properties: > > * Startup time of a new instance is 100ms > * Instances are provisioned after the request arrival - all requests get > handled > * No instances are running waiting for requests - the cloud footprint is zero > * the size of infrastructure is proportional to the maximum load - 8 servers > may be enough > * … > > All that begs the Q: would Clojure on an Elang-VM be feasible and make sense? > > -FrankS. > > -- 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 Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en