←back to thread

80 points trocado | 1 comments | | HN request time: 0.21s | source
Show context
vindarel ◴[] No.44610751[source]
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.

replies(1): >>44614025 #
1. pjmlp ◴[] No.44614025[source]
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.