Ask HN: Import Common Lisp Code into Parenscript
I have trouble understanding what parenscript does and not does.
Am I "out on Mars" in the Lisp world with parenscript or can I also make use of other Common Lisp Code easily like trivia etc? What are people actually doing with parenscript, develop everything themselves from "the ground up"?
Thanks
5 comments
[ 3.8 ms ] story [ 22.0 ms ] threadHopefully some day there'll be a production-quality Lisp implementation that runs in WebAssembly... Though, I wonder if you could hack together ECL and emscripten?
[1] https://github.com/jscl-project/jscl
(ps:import-macros-from-lisp 'rutils:aif)
in Parenscript which lets one import macros from CL.
https://40ants.com/lisp-project-of-the-day/2020/05/0071-pare...