LispMentor
An AI pair-programmer trained specifically on SBCL's behavior, the Common Lisp standard, and the SB-MANUAL docstrings (new in 2.6.7) so a working engineer can ask 'how do I do this in SBCL?' and get an answer that does not silently assume CCL or a third-party library.
Working Common Lisp developers maintaining production code or learning the language
- SBCL-aware answers that cite the exact SB-MANUAL section or source file referenced in the 2.6.7 changelog
- REPL-aware companion: ask it to write a defun, and it returns the form with the right sb-ext: locks, declared types, and debug hints
- 'Show me the difference' view that compares SBCL vs. CCL vs. ECL behavior on common idioms
- Code-review mode that flags accidental dependence on SBCL internals before a release ships
The 2.6.7 release adds SB-MANUAL and richer DOCUMENTATION support — turning the SBCL manual into a queryable training source finally makes a SBCL-specific AI assistant viable.
Very small user base: Indeed lists only 37 US Lisp programming jobs; the cited SBCL 2.6.7 HN thread drew just 25 points/1 comment, and Planet Lisp notes AI-assisted Lisp coding only recently became viable — volume is tiny.Lisp Programming Jobs, Employment | Indeed ↗Planet Lisp ↗
Direct competitors already exist: an MCP server gives AI assistants debugger/inspector/profiler access to running SBCL, and Mark Watson's open-source CL coding-agent framework is published; Planet Lisp also notes general SOTA models can already vibe-code syntactically correct Lisp.MCP: AI-Powered Debugging for Common Lisp ↗loving-common-lisp/manuscript/cl-ai-coding-agent.md ↗
With only ~37 US job postings for Lisp and no observed paid SBCL-specific tooling, the addressable paying market is tiny — pricing would be sub-$20/mo with very low conversion potential.Lisp Programming Jobs, Employment | Indeed ↗
Common Lisp and SBCL have a small but durable community sustained for decades, with active maintenance (2.6.7 release and SB-MANUAL additions confirm ongoing dev), though the user base is unlikely to grow significantly.Releases · sbcl/sbcl - GitHub ↗
SB-MANUAL + Markdown docstrings give a real, queryable corpus for RAG, and the build is straightforward, but ongoing maintenance as SBCL evolves and staying ahead of rapidly-improving general LLMs is nontrivial.Releases · sbcl/sbcl - GitHub ↗