Live data from Hacker News

Benben: An audio player for the terminal, written in Common Lisp

chiselapp.com

1–10 of 10 posts

Re: Benben: An audio player for the terminal, written in Common Lisp

#9
post #4

It's a Common Lisp program for end users and I can literally use it in 3 clicks, thanks to its AppImage (for Linux x86-64). Good (and rare) stuff! It's also impressive to see that the audio decoding is mostly done in CL, without bindings.

Kind of, given that Common Lisp is highly influenced by Interlisp-D, Lisp Machines, so naturally it has the necessary language features for such kind of low level coding.