Comment on Lisp Flavoured Erlang 1.0 released after 8 years of developmentparentComments−hellofunk10yThe Shen kernel is under BSD and currently runs under CLisp, SBCL, Clojure, Scheme, Ruby, Python, the JVM, Haskell and Javascript.Hm, I guess I can't imagine how that would work, one language running under all those environments?−jarcane10yShen is built on it's own simplified parent dialect that is easily implementable in pretty much any language. Once you implement that core, everything else comes along for free, in theory.
Comments
Hm, I guess I can't imagine how that would work, one language running under all those environments?
Shen is built on it's own simplified parent dialect that is easily implementable in pretty much any language. Once you implement that core, everything else comes along for free, in theory.