Common Lisp Development Tooling (creativetension.co)

by 0bytematt 29 comments 120 points
Read article View on HN

29 comments

[−] jadefox 55d ago
Not sure how my article even made it onto HN but HN has been my home page for 16 years so I'm pretty stoked.

A quick note, Common Lisp tooling documentation exists in a LOT of places, but I could not find a single beginner friendly map of the full development stack, so had a long chat with various LLM's to spin one up. Regardless of your views on this approach to things I hope the article helps some people get a better mental model of what the pieces are and how they fit together. It's helped me wade through a lot of choices and debug a few things.

[−] 0bytematt 55d ago
Some time ago I read "Structure and Interpretation of Computer Programs" (scheme), but it gave me a lot of appreciation for Lisp in general. It's not that often I stumble upon articles about this language, but when I do I always give them a read. I found this one interesting so I posted it here. Glad it made it to the front page!
[−] jadefox 55d ago
Mystery solved! Thank you, much appreciated and glad you found it worth the read. Front page was definitely a nice surprise :)
[−] vindarel 55d ago
more importantly, as you precise below, you edited (and somewhat corrected) the article after feedback from /r/lisp. So it isn't only AI output.
[−] jadefox 55d ago
the r/lisp crew have been a fantastic resource and help, lots of the deepest lisp knowledge there!
[−] arikrahman 55d ago
Awesome! I've been reading SICP and Land of Lisp, and wanted to get a good idea of the ecosystem but was overwhelmed by the documentation. Thanks for making it easier for us!
[−] jadefox 55d ago
Thanks, that was exactly me.
[−] rootnod3 55d ago
There's also vend (https://github.com/fosskers/vend) for package management and per project isolation.
[−] jadefox 55d ago
This is cool, haven't seen it before and it takes a different approach entirely. It just clones the source code directly into your project. That can definitely go into the isolation layer slot along with Qlot, CLPM, and ocicl.

Thanks for the pointer.

[−] jadefox 55d ago
Updated the article
[−] Keyframe 56d ago
This reads like AI generated text, which it probably is.
[−] hananova 55d ago
AI;DR.
[−] dfortes 55d ago
There is nothing more tiresome than reading long winding texts written by LLMs.