Against Custom Lisp REPLs: Embrace Native REPLs and Practical Tools
The author lambasts custom Lisp REPLs (like CIEL), arguing they sacrifice the power and customizability of native REPLs, such as REPL-native commands, implementation debuggers, and the ability to customize using implementation APIs. The article details enhancing native REPLs with tools like the Trivial Toplevel library and rlwrap, covering custom prompts, commands, reader macros, and dependency management with ASDF. The author advocates using native REPLs coupled with practical tools for a highly efficient and personalized Lisp development environment, rather than relying on "batteries-included" custom REPLs.
Read more