common-lisp

Tag

Cards List
#common-lisp

Autolith: A programming agent with a live runtime

Hacker News Top · 2026-08-20 Cached

Autolith is a terminal-based programming agent written in Common Lisp that allows developers to read, edit, search files, run commands, and use a live runtime with features like checkpointing and recovery for integrated development.

0 favorites 0 likes
#common-lisp

Unexpected (to me) behaviour in Lisp sub-typing

Lobsters Hottest · 2026-08-14 Cached

The article explores unexpected behavior in Common Lisp's SBCL where array sub-typing works for integer types but fails for constrained types like (unsigned-byte 16), attributed to compiler optimizations and upgraded array element types.

0 favorites 0 likes
#common-lisp

Clamiga: Common Lisp for the Amiga

Hacker News Top · 2026-08-13 Cached

Clamiga is a Common Lisp implementation for Amiga systems and other platforms, featuring a bytecode VM and interactive development capabilities.

0 favorites 0 likes
#common-lisp

Why Target Common Lisp for Code Generation?

Hacker News Top · 2026-08-12 Cached

The author argues that Common Lisp is a superior target for AI code generation because of homoiconicity, macros, and REPL introspection, which reduce syntactic friction and context usage compared to mainstream languages.

0 favorites 0 likes
#common-lisp

cl-forth: Forth 2012 Standard in CL

Lobsters Hottest · 2026-08-06 Cached

CL-Forth is a Common Lisp implementation of the Forth 2012 Standard, supporting multiple Lisp implementations and operating systems, with a standalone executable option.

0 favorites 0 likes
#common-lisp

The Story of Mac: A Just-So Story

Hacker News Top · 2026-08-05 Cached

An excerpt from Peter Seibel's 'Practical Common Lisp' that uses a just-so story to explain how Lisp macros work, comparing them to a junior programmer filling in code from notes.

0 favorites 0 likes
#common-lisp

Interactive Raylib with Common Lisp

Lobsters Hottest · 2026-07-31 Cached

A video demonstrating interactive development in Common Lisp using Raylib bindings, showing how to modify a rotating cube at runtime via the REPL, illustrating the benefits of live coding and exploratory programming.

0 favorites 0 likes
#common-lisp

Steel Bank Common Lisp version 2.6.7

Hacker News Top · 2026-07-28

Steel Bank Common Lisp (SBCL) version 2.6.7 is released with bug fixes and improvements.

0 favorites 0 likes
#common-lisp

Concurrency, interactivity, mutability, choose two

Hacker News Top · 2026-07-27 Cached

The article explores the inherent trade-offs between concurrency, interactivity, and mutability in programming languages, using examples from Common Lisp, Python, Ruby, and Erlang to illustrate that no language can fully optimize all three.

0 favorites 0 likes
#common-lisp

@yibie: Recommend this article that gave me chills. A developer recalls a professor 25 years ago saying "Lisp is the language of AI," and then he wrote a complete agent in 100 lines of Common Lisp—8 lines of recursive agent loop, one tool being e…

X AI KOLs Timeline · 2026-07-13 Cached

A developer built an AI agent in 100 lines of Common Lisp, with the only tool being eval. The model executes code through a recursive agent loop and restores skills via a persisted transcript, showcasing Lisp's unique advantage as an AI language.

0 favorites 0 likes
#common-lisp

An agent in 100 lines of Lisp

Hacker News Top · 2026-07-07 Cached

The author reflects on learning Lisp for symbolic AI 25 years ago and demonstrates how a modern AI agent loop can be implemented in just 100 lines of Common Lisp, emphasizing the elegance of recursion.

0 favorites 0 likes
#common-lisp

★ Follow-up to "Blaming the model won't fix your workflow": the paper is now a preprint. The real learnings: composable domains, a verification ratchet, and tool naming.

Reddit r/artificial · 2026-07-05

The author announces a preprint on building an agentic system with composable domains, a verification ratchet, and careful tool naming, sharing practical lessons and an open-source Common Lisp implementation.

0 favorites 0 likes
#common-lisp

cl-bbs: the schemeBBS-like textboard rewritten in Common Lisp

Lobsters Hottest · 2026-06-21 Cached

cl-bbs is a high-performance anonymous textboard engine written in Common Lisp, faithfully replicating the original SchemeBBS style. It offers features like formatting support, image previews, and zero-JavaScript rendering.

0 favorites 0 likes
#common-lisp

mold-desktop

Lobsters Hottest · 2026-06-07 Cached

Mold-desktop is a desktop environment project written in Common Lisp, hosted on Codeberg with modules for apps, documentation, and examples.

0 favorites 0 likes
#common-lisp

Common Lisp Portability Library Status

Lobsters Hottest · 2026-05-26 Cached

A comprehensive status overview of Common Lisp portability libraries showing compatibility percentages across different Common Lisp implementations.

0 favorites 0 likes
#common-lisp

Lisp in Vim (2019)

Hacker News Top · 2026-05-23 Cached

A detailed comparison of Slimv and Vlime, two Vim plugins for interactive Lisp programming, covering setup, features, and recommendations.

0 favorites 0 likes
#common-lisp

Hyperpolyglot Lisp: Common Lisp, Racket, Clojure, Emacs Lisp

Lobsters Hottest · 2026-05-17 Cached

A side-by-side reference sheet comparing syntax and features of Common Lisp, Racket, Clojure, and Emacs Lisp.

0 favorites 0 likes
← Back to home

Submit Feedback