WHY? When using my own home grown object system, I found out that it could not handle keyword parameters. Problem. Take a parameter list and remove keyword parameters. Solution. Parse the argument lis… more →
(defun ugly-lisp-code? () ())gutzofter wrote 1 year ago: WHY? When using my own home grown object system, I found out that it could not handle keyword parame … more →