Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suggestion: Make #7

Open
defunkydrummer opened this issue May 15, 2019 · 0 comments
Open

suggestion: Make #7

defunkydrummer opened this issue May 15, 2019 · 0 comments

Comments

@defunkydrummer
Copy link

defunkydrummer commented May 15, 2019

Suggestion: The project (as 90%) of Lisp projects, doesn't require compilation from an external command line using make.

The usual way to compile such a project (like openapi2cl) is just to load it on the REPL, either doing:

(asdf:load-system :openapi2cl)

Or, if Quicklisp is enabled and OpenAPI2CL is copied to the local project directory:

(ql:quickload :openapi2cl)

This will automatically compile and load the system in all major implementations. In general there's no need to abandon the REPL when working with Lisp projects; everything, including installing new libraries, can be done from the REPL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant