- cross-posted to:
- hackernews@derp.foo
- cross-posted to:
- hackernews@derp.foo
You must log in or register to comment.
Probably should mention this is from 1992 and doesn’t use CLOS. Is Eoops used in Emacs at all these days? Looks defunct: https://www.emacswiki.org/emacs/EmacsObjectOrientedProgrammingSystem
I should have embedded the date, it was more for historical value :)
Looks defunct
It is. You can still use it. There is an implementation that byte compiles with just some minor warnings but EIEIO (a simplified CLOS version) is what is available in Emacs as built-in and there is much more available resources to learn from if you want to use an object-oriented system in Emacs.