by baruchel on 2/23/25, 9:29 AM with 17 comments
by codr7 on 2/23/25, 1:24 PM
Most hobby Lisps I run into seem to be more of a lambda calculus rite of passage than aiming for practical use.
I've implemented several Lisp interpreters myself in different languages, very much focused on practical use, and they don't look anything like this.
by Traubenfuchs on 2/23/25, 10:46 AM
And now, just like a decade ago, my eyes glaze over when I read about this.
I can easily reason about functions that return functions that return functions but this just completely goes over my head.
by tosh on 2/23/25, 12:45 PM
Byte Magazine Volume 04 Number 08 - LISP
by lkuty on 2/24/25, 7:44 AM