Story Details

  • Show HN: A Common Lisp implementation in development, supports ASDF

    Posted: 2025-04-27 12:24:04

    A new Common Lisp implementation, named ALisp, is under development and currently supports ASDF (Another System Definition Facility) for system management. The project aims to create a small, embeddable, and efficient Lisp, drawing inspiration from other Lisps like ECL and SBCL while incorporating unique ideas. It's being developed primarily in C and is currently in an early stage, but the Savannah project page provides source code and build instructions for those interested in experimenting with it.

    Summary of Comments ( 5 )
    https://news.ycombinator.com/item?id=43811432

    Hacker News users discussed the new Common Lisp implementation, with many expressing interest and excitement. Several commenters praised the project's use of a custom reader and printer, viewing it as a potential performance advantage. Some discussion revolved around portability, particularly to WebAssembly. The project's licensing under LGPL was also a topic of conversation, with users exploring the implications for commercial use. Several users inquired about the motivations and goals behind creating a new Common Lisp implementation, while others compared it to existing implementations like SBCL and ECL. A few comments touched on specific technical aspects, such as the choice of garbage collection strategy and the implementation of the condition system. Some users offered helpful suggestions and expressed a desire to contribute.