Mark Cox
Results
2
issues of
Mark Cox
Hi all, I am going to remove the eql-support branch as I no longer use EQL. If you are using that branch then I suggest you fork the project. Thanks...
The example below generates a style warning about the unused variable __data. ``` common-lisp (eval-when (:compile-toplevel :load-toplevel :execute) (asdf:load-system "cl-template")) (defpackage "EXAMPLE" (:use "COMMON-LISP")) (in-package "EXAMPLE") (defun test () (let...