Common Lisp

A powerful, multi-paradigm Lisp known for its flexibility and metaprogramming.

Common Lisp is a powerful, multi-paradigm programming language known for its flexibility, dynamic capabilities, and rich macro system. Designed as a standardized successor to earlier Lisp dialects, it balances interactive development with efficient compiled execution, making it well-suited for AI, symbolic computing, and complex software systems.

With built-in support for functional, procedural, and object-oriented programming, Common Lisp allows developers to choose the best approach for a given problem. Its interactive nature, along with features like incremental compilation and runtime introspection, makes it particularly appealing for exploratory programming and rapid prototyping.

While not as mainstream as other languages, Common Lisp remains actively used in research, high-performance computing, and niche industries where adaptability and expressiveness are key.