All Questions
3 questions
1
vote
2
answers
541
views
Is a book that teaches how to build compilers good for learning to implement interpreters? [closed]
I'm looking for a book to learn how to implement interpreters for programming languages. Thing is there are much more 'compiler books' than 'interpreter books'. So my question is: can I read a book ...
2
votes
1
answer
2k
views
Io (Language) IDE/Compiler [closed]
Can you recommend a free compiler/IDE for writing some simple Io programs?
I want to learn the language at home in my spare time.
5
votes
7
answers
550
views
Does the source language matter for your first (few) compilers? [closed]
I've been very interested in writing compilers but have been scared off by the complexity of it. I've finally took the plunge and started writing my first compiler and the language I picked is Brainf*...