Hasty Briefsbeta

Bilingual

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

a year ago
  • #Open Source
  • #Programming
  • #Lisp
  • This is a Lisp implementation, currently an interpreter with plans for future compilation.
  • Aims for Common Lisp conformance but not strictly adhering to it.
  • Repository can be cloned using: git clone https://git.savannah.nongnu.org/git/alisp.git.
  • Recommended to run from the latest commit for new features and bug fixes.
  • Written in C89 syntax and uses GNU readline and GNU mp as external libraries.
  • Includes more than three quarters of Common Lisp features.
  • Features a basic profiler and a debugger with stepping capability.
  • Solo project; accepts bug reports and suggestions but not patches.
  • Released under GPL version 3 or later.
  • Donations can be made via Liberapay or Patreon.
  • Recent versions include improvements in LOOP, function compiler, file compiler, pathnames, and more.
  • Version history highlights improvements in pretty printing, CLOS, debugging tools, and more.