Hacker News new | ask | show | jobs
by aidenn0 57 days ago
If that's enough to make a language pure OOP, then Common Lisp is also a pure OOP languge:

  CL-USER> (class-of 42)
  #<BUILT-IN-CLASS COMMON-LISP:FIXNUM>
2 comments

If you're class of `42, you're probably a Lisp graybeard.
Common Lisp Object System and The Art of Metaobject Protocol.

Yes.