Software Alternatives, Accelerators & Startups

Armed Bear Common Lisp VS Clozure Common Lisp

Compare Armed Bear Common Lisp VS Clozure Common Lisp and see what are their differences

Armed Bear Common Lisp logo Armed Bear Common Lisp

Armed Bear Common Lisp (ABCL) is a full implementation of the Common Lisp language featuring both...

Clozure Common Lisp logo Clozure Common Lisp

Clozure CL (often called CCL for short) is a free Common Lisp implementation with a long history.
  • Armed Bear Common Lisp Landing page
    Landing page //
    2021-10-15
  • Clozure Common Lisp Landing page
    Landing page //
    2019-04-15

Armed Bear Common Lisp features and specs

  • Java Platform Integration
    Armed Bear Common Lisp (ABCL) runs on the Java Virtual Machine (JVM), allowing seamless integration with Java libraries and applications. This makes it easier to reuse existing Java code and tools, and to interact with Java-based environments.
  • Cross-platform Compatibility
    Being JVM-based, ABCL can run on any platform that supports Java, providing excellent cross-platform compatibility. This eliminates the need to worry about platform-specific issues.
  • Rich Library Support
    ABCL can leverage the vast ecosystem of Java libraries, greatly expanding the range of functionality available to Lisp programmers. This makes it more versatile when developing complex applications.
  • Active Development
    ABCL is actively maintained and developed, ensuring it stays up-to-date with improvements and bug fixes. This active development provides confidence in its reliability for production use.

Possible disadvantages of Armed Bear Common Lisp

  • Performance Overheads
    Running on the JVM introduces additional layers, which may result in performance overhead compared to natively compiled Common Lisp implementations. This might be a concern for performance-critical applications.
  • Java Dependency
    ABCL's reliance on the JVM can be a downside if a project's dependencies need to be minimized or if there are licensing issues with using Java in certain environments.
  • Limited Tooling
    Compared to some other Lisp implementations, ABCL might have limited support for Common Lisp-specific development tools and extensions, potentially affecting developer productivity.
  • Complexity of Interoperability
    Although ABCL allows integration with Java, this interoperability can introduce additional complexity, especially if developers are not familiar with the Java ecosystem.

Clozure Common Lisp features and specs

  • High Performance
    Clozure Common Lisp is known for its high performance, especially in numeric computations and complex applications, due to its efficient compiler and runtime system.
  • Cross-platform Support
    CCL runs on multiple platforms including macOS, Linux, and Windows, facilitating development across different operating systems.
  • Dynamic Typing and Flexibility
    CCL, like other Lisp dialects, offers dynamic typing and flexibility which allows developers to write code that can be easily modified and extended.
  • Interactivity
    CCL provides a powerful interactive development environment with a Read-Eval-Print Loop (REPL), allowing developers to test and debug code on the fly.
  • Compatibility with Common Lisp
    Being a comprehensive implementation of Common Lisp, CCL supports a wide range of Lisp features, making it compatible with existing Common Lisp codebases.
  • Active Community
    CCL has an active community that contributes to its development and support, resulting in a wealth of libraries and resources.

Possible disadvantages of Clozure Common Lisp

  • Limited GUI Libraries
    Clozure Common Lisp's support for graphical user interfaces is limited compared to other platforms, which may require additional effort for developing desktop applications.
  • Smaller User Base
    Compared to more mainstream languages like Python or Java, CCL has a smaller user base, which may result in less community support and fewer third-party libraries.
  • Steep Learning Curve
    As with many Lisp dialects, CCL can have a steep learning curve for developers unfamiliar with Lisp syntax and concepts.
  • Less Documentation
    Although there is documentation available, it may not be as extensive or detailed as that for more widely-used languages, potentially hindering new users.
  • Interoperability Challenges
    While CCL can interoperate with C and other languages, setting this up can be complex and may pose challenges for developers needing seamless integration.

Category Popularity

0-100% (relative to Armed Bear Common Lisp and Clozure Common Lisp)
IDE
46 46%
54% 54
Programming Language
44 44%
56% 56
OOP
47 47%
53% 53
Text Editors
50 50%
50% 50

User comments

Share your experience with using Armed Bear Common Lisp and Clozure Common Lisp. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Clozure Common Lisp should be more popular than Armed Bear Common Lisp. It has been mentiond 6 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Armed Bear Common Lisp mentions (4)

  • Ask HN: Which Lisp has the best TUI libraries?
    ABCl (Armed Bear Common Lisp) is a Common Lisp that runs in the JVM. https://common-lisp.net/project/armedbear/. - Source: Hacker News / over 3 years ago
  • In your opinion, what functional programming language is most suitable for scientific / numerical computing?
    It would be good to remember that just because something runs on the jvm doesn't mean it's Java. Hell there is a common lisp that runs on the JVM (armored bear common lisp). Source: over 3 years ago
  • Machine Learning in Lisp
    In Common Lisp, - native or FFI, there are a couple of libraries: see https://github.com/CodyReichert/awesome-cl#machine-learning - besides C, there is a way to interface with Java: https://github.com/CodyReichert/awesome-cl#java ; as well as an implementation abcl that runs over JVM - there are two ways to interact with python: https://github.com/CodyReichert/awesome-cl#python - using CFFI vs streams. Source: almost 4 years ago
  • Lisp as an Alternative to Java
    Like this? https://common-lisp.net/project/armedbear/. - Source: Hacker News / about 4 years ago

Clozure Common Lisp mentions (6)

  • Graphics Livecoding in Common Lisp
    Unfortunately CCL is Intel only on macOS. (macOS is not on the the main page https://ccl.clozure.com) Otherwise this is the one I would use as it has good Cocoa interoperability. - Source: Hacker News / 11 days ago
  • The IDEs we had 30 years ago and we lost
    The descendant of CCL runs on modern Intel Macs. (It also runs on Linux and Windows but without the IDE.) The modern IDE is quite a bit different from the original. In particular, it no longer has the interface builder. But it's still pretty good. It is now called Clozure Common Lisp (so the acronym is still CCL) and you can find it here: https://ccl.clozure.com/ If you want to run the original that is a bit... - Source: Hacker News / over 1 year ago
  • The Saga of the Closure Compiler, and Why TypeScript Won
    Just for fun there is also Clozure Common Lisp. https://ccl.clozure.com/. - Source: Hacker News / over 1 year ago
  • Consuming HTTP endpoint using Common Lisp
    I have decided it is time to have some fun and use Common Lisp to create algorithm representation that deals with parallel execution. For this I decided to use Clozure common lisp, put basic Qucklisp there and load some libraries to do this. - Source: dev.to / over 2 years ago
  • Corman Lisp development environment for MS Windows
    CCL also supports windows: https://ccl.clozure.com/. - Source: Hacker News / over 2 years ago
View more

What are some alternatives?

When comparing Armed Bear Common Lisp and Clozure Common Lisp, you can also consider the following products

Steel Bank Common Lisp - Steel Bank Common Lisp (SBCL) is a high performance Common Lisp compiler.

CLISP - CLISP is a portable ANSI Common Lisp implementation and development environment by Bruno Haible.

CMU Common Lisp - CMUCL is a high-performance, free Common Lisp implementation.

Hy - Hy is a wonderful dialect of Lisp that’s embedded in Python.

Allegro CL - Leading commercial Enterprise Development Tools and dynamic object-oriented Common Lisp development tools including Allegro CL with AllegroCache, an Object Database that provides Object Persistence in Lisp, native to the Lisp langauge.

ManKai Common Lisp - ManKai Common Lisp (MKCL) aims to be a full implementation of the Common Lisp language in...