Comment on Joel Spolsky is doing an IAmA on redditparentComments−lactoferment15yWrite a LISP interpreter? :-)This was the final project in the C class I took in college. It's not a bad idea.−olavk15yHeh, the only thing I have ever written in C was a Lisp interpreter :) I learned some C and Lisp at the same time, so it was a valuable exercise.−notyourwork15yGreat project; I remember implementing a scheme interpreter in scheme back in undergraduate. It gave me a great understanding for scheme.
Comments
Write a LISP interpreter? :-)
This was the final project in the C class I took in college. It's not a bad idea.
Heh, the only thing I have ever written in C was a Lisp interpreter :) I learned some C and Lisp at the same time, so it was a valuable exercise.
Great project; I remember implementing a scheme interpreter in scheme back in undergraduate. It gave me a great understanding for scheme.