a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by user-inactivated
user-inactivated  ·  4096 days ago  ·  link  ·    ·  parent  ·  post: Best place to learn how to program in different languages

Most real compilers are written in C, but it's not the best language to teach compiler-writing in, since many students don't know C and it's a difficult enough subject without having to teach C too. That said, the Dragon Book is still the One True Compilers Text.





user-inactivated  ·  4096 days ago  ·  link  ·  

As a fifteen-year-old, I find that book infinitely unapproachable. Perhaps as a fifteen-year-old, I shouldn't be attempting to make compilers...but I still want to.

user-inactivated  ·  4096 days ago  ·  link  ·  

It's never true that you shouldn't study something, but yeah, that's going to be rough. I think I recall you mentioning being familiar with Scheme in another thread, in which case you might try Essentials of Programming Languages followed by Lisp in Small Pieces.