Y
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
kazinator
55 days ago
If you're class of `42, you're probably a Lisp graybeard.
link
pjmlp
57 days ago
Common Lisp Object System and The Art of Metaobject Protocol.
Yes.
link