Skip to content

Add Support for ASDF, Quicklisp #27

@rkoeninger

Description

@rkoeninger

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions