core-lisp icon indicating copy to clipboard operation
core-lisp copied to clipboard

Hygiene-compatible Lisp dialect embedded in CL

Results 2 core-lisp issues
Sort by recently updated
recently updated
newest added

Hi, these are just some notes I've kept. They may be useful to someone coming from a non-Common Lisp background like me. Feel free to edit as you see fit.

According to the spec, the following code should work: ```lisp (defclass () () (:abstractp t)) ``` however when I try this under core-lisp/SBCL I get the following error: ``` debugger...