I really wish we keep the old way of building everything (or sufficiently large number of things) from a single Lisp process,
Also currently there's asymmetry between Node and other REPLs. Others have build.lisp, but Node doesn't have build.lisp and has the build function directly in jscl.lisp. I wish these can be symmetric, so that Node isn't special (say someone want to build Deno/Web/future-other-platform REPL without using Node).
I really wish we keep the old way of building everything (or sufficiently large number of things) from a single Lisp process,
Also currently there's asymmetry between Node and other REPLs. Others have
build.lisp, but Node doesn't havebuild.lispand has the build function directly injscl.lisp. I wish these can be symmetric, so that Node isn't special (say someone want to build Deno/Web/future-other-platform REPL without using Node).