show/hide this revision's text 2 added 83 characters in body

You'll be happiest writing compilers for older, smaller languages. Pascal (and Modula-3)Modula-2), for example, were designed as learning tools. The Pascal language is small and elegant; the compiler can be written fairly simply. Modula-3 Modula-2 is only slightly more complex than Pascal.

Edit: meant Modula-2, the Wirth original, not Modula-3 the DEC derivative.

show/hide this revision's text 1

You'll be happiest writing compilers for older, smaller languages. Pascal (and Modula-3), for example, were designed as learning tools. The Pascal language is small and elegant; the compiler can be written fairly simply. Modula-3 is only slightly more complex than Pascal.