Live data from Hacker News

Lithp - A interpreter for John McCarthy's original Lisp.

fogus.me

1–7 of 7 posts

Re: Lithp - A interpreter for John McCarthy's original Lisp.

#4
post #3

I wrote a similar piece of code way back in high school, based on Paul Graham's "The Roots of Lisp" essay. I didn't know any better, so I used C/C++. Don't think I've ever learned more in a single programming project.

Would you choose a different language now that you know better?

Re: Lithp - A interpreter for John McCarthy's original Lisp.

#6
post #4
post #3

I wrote a similar piece of code way back in high school, based on Paul Graham's "The Roots of Lisp" essay. I didn't know any better, so I used C/C++. Don't think I've ever learned more in a single programming project.

Would you choose a different language now that you know better?

If someone told me to hack together a mini-Lisp? Sure, I'd use something different. But at the time I'm happy I used what I did. I learned just as much about C as I did about Lisp.