I’m interested in examples or ideas in any Lisp dialect that supports the feature.
You must log in or register to comment.
I’ve only used Common Lisp. I find them quite handy as a light-weight abstraction to represent data for a simple script or a small program. Though, to my mind, they can get pretty unwieldy as the domain gets even a bit complex.
Emacs Lisp uses them quite a bit. The elisp manual has a section on using them and lists the standard ones.
Good catch, thanks.