I still have yet to use EIEIO, the CLOS implementation in #Emacs lisp. I've only seen one project use it in the wild. Am I missing out?
miniblog.
Related Posts
Great post on using EIEIO in BBDB in elisp: https://ericabrahamsen.net/tech/2016/feb/bbdb-eieio-object-oriented-elisp.html (whilst CLOS is common in CL, EIEIO usage is rare IME)
"I've never seen method-missing done in a lisp before." EIEIO and CLOS --