Closed Kreyren closed 4 years ago
CC @xach
Apparently quicklisp depends on ASDF, which heavily uses CLOS so porting it to other lisp dialects would be pain to do? Or is it practical to do so?
I don’t see any path to it happening. Common Lisp and elisp are completely different Lisp systems.
On Oct 8, 2020, at 06:06, Jacob Hrbek notifications@github.com wrote:
Apparently quicklisp depends on ASDF, which heavily uses CLOS so porting it to other lisp dialects would be pain to do? Or is it practical to do so?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
thanks for info
Context
Researching for https://github.com/Kreyren/kreyren/issues/47 to allow quicklisp implementation in cargo-make.
Issue
Currently loading quicklisp through emacs to interpret the following file returns
Symbol’s function definition is void: defpackage
.Question
Is it possible to optimize quicklisp to allow it to be ran through emacs?