Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Lisp is fun!

Name: Alexander Dubček 2015-03-24 6:14

I wrote a toy Lisp interpreter this weekend. Programming is pretty much a video game!

https://bitbucket.org/dhoskin/thp

(LET ((f (LAMBDA (x) (IF (x (f (CDR x))) recursion!))))
(f (QUOTE (a b c d e))))

→ args: ((a b c d e))
→ args: ((b c d e))
→ args: ((c d e))
→ args: ((d e))
→ args: ((e))
→ args: (nil)
→ recursion!

Name: Anonymous 2015-03-30 4:26

Bump because I want to talk about PROGRAMMING and LISP, not opine pointlessly about /twatter/ and whatever else that is not directly about PROGRAMS and PROGRAMMING. There is the rest of the internet for that rubbish.

THIS IS A SACRED PLACE

Do not soil it with the weltschmerz inducing detritus of a decaying world.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List