The Evolution of Lisp Editing in Vim: From 2004 to 2019
By
whent
Crisp on the outside, thoughtful on the inside. A keeper.
Summary
Susam Pal reflects on the evolution of Lisp editing in Vim over the past 15 years. In 2004, there were no good plugins for structured editing of Lisp s-expressions or interactive programming with embedded REPLs/debuggers. The situation improved significantly with the development of two key Vim plugins: Slimv (over 10 years old) and Vlime (less than 3 years old as of 2019), both of which support interactive Lisp programming within Vim.
Key quotes
· 5 pulledFifteen years ago, writing Lisp code in Vim was an odd adventure.
There were no good plugins for Vim that assisted in structured editing of Lisp s-expressions or allowed interactive programming by embedding a Lisp Read-Eval-Print-Loop (REPL) or a debugger within the editor.
The situation has improved a lot since then.
In the last ten years, we have seen active development of two Vim plugins named Slimv and Vlime.
Both support interactive
You might also wanna read
Optimizing SBCL Assembly: Fixing Wasteful Machine Code Encoding in the F18 NEXT Sequence
A technical blog post examining SBCL (Steel Bank Common Lisp) as an assembly code breadboard, focusing on low-level optimization of the NEXT
Four practical steps to control Azure Foundry token costs for agentic AI workloads
This article provides practical guidance on controlling token costs in Microsoft Azure Foundry, particularly for agentic AI workloads where
MerLean-Prover: A Recursive Agent Harness for Lean 4 Theorem Proving Outperforms Baselines
MerLean-Prover is an end-to-end Lean4 theorem prover that replaces 'sorry' declarations with kernel-checkable proofs using three agent types
Why small pull request policies can backfire on software quality
The article critiques a common software engineering policy that limits pull requests (PRs) to small sizes (e.g., 500 lines, few files). Whil
apenwarr.ca·2h agoHow Anthropic contains Claude's expanding access across its products
Anthropic describes how it has evolved its approach to granting Claude, its AI assistant, increasingly broad access to internal systems over
Testing Cursor's Jira integration: How ticket quality affects AI agent performance
Cursor launched a Jira integration that lets developers assign tickets directly to an AI agent, eliminating context switching. The author te
bit.ly·4h ago