Hacker News new | ask | show | jobs
by toisanji 3282 days ago
Seems dead
2 comments

> Seems dead

The latest release (1.5) was earlier this month.

plus:

it's common lisp. if the language spec hasn't changed, and your code works, you don't really need to change the interpreter.

ABCL's interoperability with Java is not part of the CL spec, but an add-on. This can make it easy to quickly get things done in a situation where Java libraries are the best tool for the task, but at the cost of portability between CL implementations.