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-06-21 1:34

thp is not an acceptable lisp

Name: Anonymous 2015-06-21 1:46

>>40
No lexically scoped language is a Lisp.

Name: Anonymous 2015-06-23 5:26

>>41
Its more of an acceptable Lisp than you are.

Thanks Thp.
Thp.

Name: Alexander Dubček 2015-06-24 2:56

Sorry I disappeared. Hopefully I'll find more time to tinker with it.

Also check these.

Name: dubzbot 2015-06-24 3:01

>>44
checked.

44 Name: Alexander Dubček : 2015-06-24 02:56
Sorry I disappeared. Hopefully I'll find more time to tinker with it.

Also check these.
------
0f13d66c4f6e81b2debf139083ffa4e37f0652b739fbeaa4f1f606128c48b398

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