Hacker News new | ask | show | jobs
by lactoferment 5532 days ago
Write a LISP interpreter? :-)

This was the final project in the C class I took in college. It's not a bad idea.

2 comments

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.