emacs-cl icon indicating copy to clipboard operation
emacs-cl copied to clipboard

Common Lisp implemented in Emacs Lisp.

Results 9 emacs-cl issues
Sort by recently updated
recently updated
newest added

In Common Lisp, if you write something like this and then don't use the keyword arguments, then the variables should be bound to `NIL`: ```common-lisp (cl:defun MAKE-PACKAGE (name &KEY NICKNAMES...

I get this when running `make` in `src`: ``` emacs -batch -l load-cl.el -f compile-cl Loading /Users/johnw/emacs/site-lisp/emacs-cl/src/utils.el (source)... Loading /Users/johnw/emacs/site-lisp/emacs-cl/src/func.el (source)... Loading /Users/johnw/emacs/site-lisp/emacs-cl/src/cl-evaluation.el (source)... Loading /Users/johnw/emacs/site-lisp/emacs-cl/src/cl-flow.el (source)... Loading /Users/johnw/emacs/site-lisp/emacs-cl/src/cl-numbers.el (source)......

https://github.com/usocket/usocket