Back to Browse

Common Lisp: Defining classes conveniently with defclass*

2.8K views
Mar 24, 2022
5:51

Dont use defclass* just manually (export '(my symbols)) instead you wont even realize you should thank me. In this video I quickly demonstrate a convenience library called hu.dwim.defclass-star which is a thin wrapper over defclass. Near the start I show you that we have to use :: to access the symbols, this is because they have not been exported, near the end I note this. Defclass* can be found here: https://defclass-star.common-lisp.dev/index-old.shtml

Download

0 formats

No download links available.

Common Lisp: Defining classes conveniently with defclass* | NatokHD