-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
As mentioned in #25 by @Drainful, we should look at adding support for ASDF and maybe Quicklisp.
The current design of the source code is only suited for building a binary. Many programs (perhaps most programs?) using Shen won't want to be built on a Shen foundation and would rather be build on a native CL foundation that hosts components built with Shen.
I also think having a library distribution that supports all major Common Lisp implementations would be better than the way it's set up now, where the Makefile is generating binaries for every platform. Having it in library form as shen.lisp and just a single SBCL prebuilt binary would make more sense.
Ideally, one could add Shen to an existing CL project with a Quicklisp command.
Reactions are currently unavailable