Y
Hacker News
new
|
ask
|
show
|
jobs
by
dartos
487 days ago
As a functional fan, CLOS is amazing.
2 comments
f1shy
487 days ago
When I learned CLOS it was the first time OOP started making sense for me.
link
asplake
487 days ago
I've never used CLOS but I loved the metaobject protocol book. So many learnings outside of OOP – it’s a masterclass in API design.
link
jjtheblunt
487 days ago
What’s the metaobject protocol book?
link
pjmlp
487 days ago
A computing literature classic.
https://en.m.wikipedia.org/wiki/The_Art_of_the_Metaobject_Pr...
link
jjtheblunt
487 days ago
No idea how i missed that; thank you.
link
f1shy
487 days ago
https://github.com/lisp-books/lisp-books/blob/main/Art%20of%...
link
codr7
487 days ago
My main takeaway was multi-methods, they didn't really click for me before I started seriously digging into CLOS. I wish more languages supported them/played around with similar ideas.
link