Autolith puts a Common Lisp runtime inside its programming agent
Hacker News opinions
I had been thinking about a similar actor and mailbox agent in Smalltalk or Erlang. I may try the idea in Elixir this weekend.
I considered Smalltalk, but I know Common Lisp much better and found its platform support and ecosystem better. Elixir could be a good fit too.
If language popularity and training data matter most for agents, why choose Lisp over Python or JavaScript for fast results, or C, C++, and Rust for performance?
The post cited for the training-data claim says support for using popular languages is only weak. I do not think that premise is established.
I think Lisp is unusually suited to self-modifying programs. My experience using Claude, GLM, and DeepSeek with Clojure is that functional code's lower coupling makes the context much easier to control than shared imperative state.
Common Lisp has worked well with LLMs since Sonnet 3.5, and I found it nearly flawless by Opus 4.5. A live image lets an agent inspect defined symbols and orient itself directly.