logoalt Hacker News

jadefoxtoday at 4:52 AM0 repliesview on HN

If it helps, the article “evolved” so I don’t really care that LLM’s had a part to play. I am setting up a development environment for Mezzano, the Common Lisp OS after getting it running on ARM64. I needed to understand the full CL toolchain to build an AI agent harness that could talk to Mezzano.

I figured out I could do this via SWANK. But kept hitting the same problem, the information about how all the pieces fit together is scattered across dozens of sources and nobody as far as I can tell had put a complete layered map in one place. Which I kind of already had from all the conversations and research I’ve been doing so I glommed it all together and posted it to r/lisp.

BTW the lisp community have been really helpful so I incorporated and continue to add all the corrections and pointers people have been giving. Case in point someone above pointed out vend which is an interesting approach that might be useful for my lisp harness project.