Hacker News new | ask | show | jobs
by hellofunk 3751 days ago
>The 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?

1 comments

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.