Live data from Hacker News

These years in Common Lisp: 2023-2024 in review

lisp-journey.gitlab.io

1–10 of 54 posts

Re: These years in Common Lisp: 2023-2024 in review

#6
I've worked on PAIP, and I think the GitHub.com version - https://github.com/norvig/paip-lisp/ - gets more attention than the GitHub.io version linked here. The GitHub.io version automatically gets updates, I think, but I'm not verifying the Markdown works over there.

Re: These years in Common Lisp: 2023-2024 in review

#7
post #5

A few cool thing happened! I might give the CLOS course a try! I’m a functional guy but I feel CLOS isn’t your typical object system.

As a functional fan, CLOS is amazing.

When I learned CLOS it was the first time OOP started making sense for me.

Re: These years in Common Lisp: 2023-2024 in review

#8
post #7
post #5

Earlier quoted context omitted.

As a functional fan, CLOS is amazing.

When I learned CLOS it was the first time OOP started making sense for me.

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.

Re: These years in Common Lisp: 2023-2024 in review

#9
post #8
post #7

Earlier quoted context omitted.

When I learned CLOS it was the first time OOP started making sense for me.

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.

What’s the metaobject protocol book?

Re: These years in Common Lisp: 2023-2024 in review

#10
post #8

Earlier quoted context omitted.

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.

What’s the metaobject protocol book?

A computing literature classic.

https://en.m.wikipedia.org/wiki/The_Art_of_the_Metaobject_Pr...

Post reply on HN