Comment on The Lux Programming LanguageparentComments−tormeh11yHow can something, no matter how small core it has, be very portable from CL to Haskell?−chadzawistowski11yShen doesn't execute directly, it's compiled to K-lambda, a very small, simple, lisp-as-bytecode. K-lambda is very portable, and wherever K-lambda can run, so can Shen.Details here: http://www.lambdassociates.org/blog/klambda.htm
Comments
How can something, no matter how small core it has, be very portable from CL to Haskell?
Shen doesn't execute directly, it's compiled to K-lambda, a very small, simple, lisp-as-bytecode. K-lambda is very portable, and wherever K-lambda can run, so can Shen.
Details here: http://www.lambdassociates.org/blog/klambda.htm