Editor/IDE support
-
Emacs
- SLIME is the Superior Lisp Interaction Mode, Extended
-
vi/vim
- Slimv provides SLIME-like Lisp and Clojure REPL inside Vim with profiling, Hyperspec lookup, Paredit-like structured editing
- Nekthuth is a vim plugin and CL library which gives vim users some interactive Lisp development/IDE features akin to SLIME
- VIlisp, an (inferior) inferior lisp mode for vim.
- Limp, another (slightly less inferior) inferior lisp mode for Vim.
- Using vi with Lisp
-
Eclipse
- Cusp An Eclipse plugin that comes out of the box with SBCL and Swank for Windows, Linux, and OSX
- Dandelion Another Eclipse plugin, currently available with CLISP (for WinXP, MacosX, Linux). It supports the developer with syntax analyses as you type (limited), syntax highlighting, code completion, parenthesis matching, apropos and a listener.
- lispdev is a fork of Cusp
-
Other
- MCLIDE is an open source Mac OS X IDE for Lisp implementations using the SWANK protocol of SLIME. It supports Common Lisp, Clojure, and Scheme.
- Climacs is an Emacs-like text editor written in Common Lisp using McCLIM.
- Hemlock is an Emacs-like editor written in CL not using CLIM.
- Able a IDE written in CL itself, for Mac/Windows/Linux, also with interaction mode.
- LispIDE is a basic editor for several Lisp and Scheme implementations available for Windows.
- asdf - ASDF (Another System Definition Facility) is an extensible build facility for Common Lisp software
- ASDlite - ASDlite is a light-weight version of ASDF, a popular build facility for Common Lisp
- evol - evol - entrenched virtues of lisp (love reversed) aims to be a compatible and full-fledged replacement for the GNU autotools stack targeted at coping with the autotools' shortcomings while not repeating the mistakes made and still being made at comparable build tool projects
- faslpath - Faslpath is a build tool that relies on package naming conventions to automatically resolve dependencies between files, eliminating the need to have a separate system definition/make file
- mk-defsystem - MK-defsystem is a system definition and build utility; it fills a similar role for CL as make(1) does for C
- poiu - poiu is an asdf extension that builds in parallel
- XCVB - XCVB, an eXtensible Component Verifier and Builder for Lisp is an attempt to replace asdf
- cl-daemonize - cl-daemonize is a tool to daemonize a Lisp process without the need for screen/detachtty
- cl-launch - cl-launch is a unix utility to make your Lisp software easily invokable from the shell command-line
- Creating Executables - Most Common Lisp implementations support creating native-format executable files
- lispx-proxy - lispx-proxy (Lisp Execution Proxy) is a Lisp application launcher for Windows (A *nix port with limited functionality is also available)
- Unix shell scripting - This is a guide for writing Unix shell scripts in various Common Lisp implementations
- 5am - See FiveAM for this test framework
- ASDF-Install-tester - The system is completely unmaintained
- cl-quickcheck - cl-quickcheck is a test framework for automatic specification-based testing
- cl-smoketest - cl-smoketest is a small test framework for setting up basic does-it-compile tests
- CL-TEST-MORE - CL-TEST-MORE is a unit test framework inspired by Perl's Test::More
- cl-unit-test - cl-unit-test bootstraps quality and it has been tested by itself with 100% test code coverage
- clos-unit - Basically a port of JUnit to Common Lisp, probably deprecated in favor of xlunit
- CLUnit - CLUnit is a Test Framework that comes with CLOCC
- CUSTOM-HARNESS - CUSTOM-HARNESS is yet another test harness framework for Common Lisp code
- de.setf.utility - de setf utility is a collection of Common Lisp utilities functions and several purpose-specific libraries
- EnclineTest - EnclineTest (etest) is a unit test framework, developed within Encline project
- Eos - Eos is a drop-in replacement for the FiveAM Test Framework that is portable Common Lisp and has no dependencies on other libraries
- FiveAM - FiveAM is a Test Framework whose goal is to be as simple as possible
- FReT - FReT (Framework for Regression Testing) is a unit test framework with interactive testing and authoring of tests
- LIFT - The LIsp Framework for Testing is another test framework in the JUnit / SUnit lineage
- lisp-unit - lisp-unit is a simple Common Lisp Test Framework
- MSL-Test - MSL-Test is Paul Foley's Test Framework
- NST - NST is a test framework for Common Lisp offering separate and reusable fixture definitions, test groups, extensible test criteria, ASDF integration, and optional JUnit XML output
- portch - Portch is a test framework for organizing and running tests written with ptester [the portable version of Franz's tester library]
- ptester - ptester is a portable version of Franz's tester library
- rt - Short for "regression testing", an older (last update 1995)
- rtch - rtch is a hackbrary which facilitates organizing tests in the RT test framework in a directory hierarchy
- Stefil - Stefil is a test framework, and its philosophy is to stay as transparent as possible, disrupting the normal Lisp application development process as little as possible
- testbild - testbild implements TAP (Test Anything Protocol) (versions 12, 13) and xUnit output so you can connect your Lisp tests to other programs
- tester - tester is the test framework harness that Franz uses for Allegro CL (ACL)
- unit-test - unit-test is a Test Framework by Alan Picard
- xlunit - XLUnit is a Test Framework based on XPTest and JUnit
- cl-growl - Growl is a notification/logging system for Mac OS X
- cl-log - cl-log is a highly configurable logging library
- cl-syslog - cl-syslog provides access to the Unix syslog logging facility
- hu.dwim.logger - hu,dwim,logger is a logging library
- Log4CL - Log4CL is high performance extensible logging library for Common Lisp
- log5 - Log5 is a logging library organized around five things: categories, outputs, senders, messages and contexts
- logv - Logv is a logging library for Common Lisp
- Albert - Albert is a Common Lisp doc-generator, comparable to Javadoc and Doxygen
- atdoc - Atdoc generates documentation for Common Lisp packages
- CL-API - CL-API is a documentation tool that generates an API in HTML format, given a package name and reading docstrings
- clod - CLOD is a Common Lisp doc-generator, similar to Albert, Cldoc and so on
- Declt - Declt (pronounce dec'let) is a Texinfo reference manual generator for ASDF systems
- documentation-template - documentation-template is a documentation tool that automatically produces HTML documentation from the exported symbols of a package
- hyperdoc - Hyperdoc means mapping symbols to documentation URIs for libraries as well
- hyperspec-lookup - hyperspec-lookup is an ANSI Common Lisp documentation tool that gives the user an interface to mapping symbols to URLs for the Common Lisp Hyperspec and Common Lisp Object System (CLOS) MetaObject Protocol
- LispDoc - LispDoc is a documentation tool (probably somewhat OpenMCL specific) that automatically generates HTML documentation for all symbols exported from one or more packages from their documentation strings
- manifest - Manifest is a documentation tool for semi-automatically documenting Common Lisp packages as a set of web pages, using the toot web server
- qbook - qbook generates HTML (or LaTeX) formatted code listings of Common
- sb-texinfo - Web site: http://nikodemus.github.com/sb-texinfo/
- tinaa - Gary King is barely maintaining this package
- cl-darcs - cl-darcs is a client for the darcs version control system written in Common Lisp
- cl-github - cl-github is a library for working with the github version control web API
- CLLIB - CLLIB is a varied collection of Common lisp tools and routines in CLOCC
- database-migrations - database-migrations is a library for handling relational (SQL) schema changes and versioning, much like Ruby on Rails migrations
- glitter - glitter is a native Common Lisp library for working with git version control repositories
- Meta-CVS - Meta-CVS builds a more capable version control system around CVS
- vcs-tree - vcs-tree is a shell utility that walks through a directory tree and performs actions on Version Control System managed directories
- cl-org-mode has a tangle feature to do literate programming in org-mode.
- CLWeb A literate programming system for Common Lisp.
- Redshank refactoring and editing extensions to SLIME.
- slime-lispunit for more convenient TDD with SLIME (see also this post).
- Matthias Holzl's Design by Contract package.
- TU a hack for reading the translation unit dumps from GCC.
- cl-heredoc - Common Lisp reader heredoc dispatcher, very useful for testing parsers
- Step is a portable code single-stepper and debugger.
- METERING is a portable code profiling tool, for gathering timing and consing statistics while a program is running.
- Benchmarks: Benchmarking Suites can be used to compare different implementations.
- ASDF System Connections - ASDF-System-Connections provides auto-loading of systems that only make sense when several other systems are loaded
- ASDF-extension - This is the topic page for extensions to ASDF
- ASDF-Install-tester - The system is completely unmaintained
- ASDF-installable-version - AIV (ASDF-installable-version) is a development tool, a hackbrary, and an ASDF-Extension intended to piggyback on ASDF-Install-Tester, facilitating collection and publication of the current versions of 'ASDF-Installable' software
- asdf-packaging-tools - ASDF based utilities for development
- CAPI-OVERVIEW - CAPI-OVERVIEW is a small Lisp package that can create a graphical overview of (some) CAPI classes
- cl-heredoc - cl-heredoc is an implementation of "here documents" that allow the user to
- Dandelion - An Eclipse plugin, currently available with CLISP (for WinXP, Macos, Linux) and SBCL (Macos, Linux)
- Editor Hints - The Editor Hints system is intended to provide a number of facilities to provide hints in lisp code that can be consulted by editor interfaces to determine how to indent, etc
- gtfl - GTFL is a graphical terminal application for Common Lisp
- hyperobject - Hyperobject is a Object Representation package for development
- LW-ADD-ONS - LW-ADD-ONS is a collection of "enhancements" to the LispWorks IDE
- LW-DOC - LW-DOC is a small Lisp package that can create a permuted index for the LispWorks documentation
- McCLIM Listener - The McCLIM Listener is an Application / Development tool that is part of McCLIM
- outer-parentheses-free-repl - outer-parentheses-free-repl (OPFR) lets you input the outermost s-exp into your REPL without having to surround it with parentheses
- rlwrap - rlwrap is a GNU readline wrapper that can be used to provide a nicer terminal REPL for Common Lisp implementations such as Clozure
- SLIME Tips - This page is for collecting tips for avoiding problems with and making the best use of SLIME, the Emacs-based Lisp development environment
- SWINE - Swine is the addition of Slime editing commands to Climacs using Slime's SWANK backend
- Toplevel - A top-level command implementation vaguely reminiscent of Allegro CL's is available for CMUCL at Paul Foley's http://users.actrix.co.nz/mycroft/cl.html page
- WinCommand - WinCommand is an Application that can run a console (like CLisp or cmd) inside a window