The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
5answers
3k views

How to write a very basic compiler [duplicate]

Possible Duplicate: Best Online resources to learn about Compilers? What would be the best way to learn about compilers, and executable formats? Advanced compilers like gcc compile codes ...
8
votes
3answers
570 views

Do functional programming languages have more opportunity to do compile time optimization?

I was reading the book "Functional Programming for the Real World". It started with comparison between imperative and functional programming languages. And it stated how 'values' and 'expressions' in ...