Common Lisp Development Tooling
This article discusses the various tools and technologies used for Common Lisp development, including IDEs, debuggers, and build tools.
Why it matters
This article provides a comprehensive overview of the Common Lisp development tooling landscape, which is useful for both experienced Lisp programmers and those new to the language.
Key Points
- 1Overview of popular Common Lisp IDEs like Emacs, LispWorks, and Allegro CL
- 2Discussion of debugging tools like the Common Lisp Condition System and the Slime debugger
- 3Comparison of build tools like ASDF, Quicklisp, and Roswell for managing Lisp projects
Details
The article covers the Common Lisp development ecosystem, focusing on the tools and technologies used by Lisp programmers. It discusses the pros and cons of different Integrated Development Environments (IDEs) like Emacs, LispWorks, and Allegro CL, highlighting their unique features and capabilities. The article also delves into the Common Lisp Condition System, a powerful error handling mechanism, and the Slime debugger, a popular tool for debugging Lisp code. Additionally, it compares various build tools like ASDF, Quicklisp, and Roswell, which are used for managing Lisp projects and dependencies.
No comments yet
Be the first to comment