Comment by mark_l_watson
8 days ago
I am excited by the proposal and early work. SBCL Common Lisp is my second most used programming language - glad to see useful extensions. Most of my recent experiments with SBCL involve tooling to be called by LLMs/agents and high speed tooling to provide LLMs/agents with better long term memory and context. Fibers will be useful for most of that work.
what's your first most used programming language?
Python because so much of my paid work in the last decade has been in deep learning.