Will it Lisp?
A developer tested Gemini 3.1 Pro and Claude Sonnet on generating Common Lisp code for prime numbers up to 100, following a commenter's report that Qwen 3.8:27b failed multiple attempts. Gemini 3.1 Pr…
A developer tested Gemini 3.1 Pro and Claude Sonnet on generating Common Lisp code for prime numbers up to 100, following a commenter's report that Qwen 3.8:27b failed multiple attempts. Gemini 3.1 Pr…
A developer has launched jrm-code-project.com, a website written entirely in Common Lisp and generated through vibe coding, to demonstrate that frontier LLMs can now handle large Lisp programs. The si…
A developer explains why they target Common Lisp for AI code generation, citing its homoiconicity, macro system, and REPL introspection as advantages over mainstream languages. The developer argues th…
A developer explains why they target Common Lisp for AI code generation, citing its homoiconicity, macro system, and REPL introspection as advantages over mainstream languages. The developer argues th…
A 17-year-old developer built a bare-metal cognitive substrate for artificial superintelligence on a Redmi 9 phone using C11, Common Lisp, and Nim. The project, called NYXAR MIND, features hardware se…
A developer recreated an AI agent loop in 100 lines of Common Lisp, arguing that the language's recursion and eval capabilities make it ideal for building agents. The project, built with SBCL and two …
A developer built a chatbot library in Common Lisp that supports multiple back ends, enabling local LLM prompting. The library features recursive chatbots that can call each other without sharing cont…