Re: Online compiler courses?

Stephen Horne <sh006d3592@blueyonder.co.uk>
Tue, 01 Sep 2009 02:37:34 +0100

          From comp.compilers

Related articles
[4 earlier articles]
Re: Online compiler courses? jkj2000@gmail.com (Steve H) (2009-08-30)
Re: Online compiler courses? torbenm@pc-003.diku.dk (2009-08-31)
Online compiler courses? paul.biggar@gmail.com (Paul Biggar) (2009-08-31)
Online compiler courses? inderaj@gmail.com (Inderaj Bains) (2009-08-31)
Re: Online compiler courses? paul.biggar@gmail.com (Paul Biggar) (2009-08-31)
Re: Online compiler courses? bcb@undisclosedlocation.net (Bruce C. Baker) (2009-08-31)
Re: Online compiler courses? sh006d3592@blueyonder.co.uk (Stephen Horne) (2009-09-01)
Re: Online compiler courses? haberg_20080406@math.su.se (Hans Aberg) (2009-09-02)
Re: Online compiler courses? herron.philip@googlemail.com (Philip Herron) (2009-09-02)
Re: Online compiler courses? kamalpr@gmail.com (kamal) (2009-09-07)
| List of all articles for this month |

From: Stephen Horne <sh006d3592@blueyonder.co.uk>
Newsgroups: comp.compilers
Date: Tue, 01 Sep 2009 02:37:34 +0100
Organization: virginmedia.com
References: 09-08-046 09-08-048 09-08-054
Keywords: courses
Posted-Date: 01 Sep 2009 23:40:14 EDT

On Sun, 30 Aug 2009 21:22:17 -0700 (PDT), Steve H <jkj2000@gmail.com>
wrote:


>As to other texts, I'm looking at Andrew Appel's book, and it's ok,
>but I think this kind of course is best suited for classroom sessions
>instead of self study, with lots of assignments to help the pedagogy.
>Just my opinion of course but writing a compiler I think takes a lot
>of hands on work, like engine building-- something that's best done by
>doing instead of reading through a Chilton or Haynes manual.


Many DIY mechanics learned there stuff from Haynes manual. Sure, they
did the work, referring to the manual - but that's not the same as
having a teacher talk at you and scribble on a black/whiteboard while
you sit there in a zombie-like state ;-)


Seriously though, there's a lot of good video lectures out there, and
I'm currently reviewing and improving my linear algebra using MIT
course videos, but compiler stuff seems neglected.


Sadly, even automata theory is hard to find - theres a substantial
automata theory course on youtube...


http://www.youtube.com/view_play_list?p=7FC3A3D5750EC272


But unfortunately, it's in an Asian language - sounds a bit like
Hindi, but I can just barely count to three in Hindi, so don't trust
that guess. I've found a few short videos other than that, but not
much.


For books, my recommendation is "Modern Compiler Design"...


http://www.cs.vu.nl/~dick/MCD.html


I think a second edition is due soon, too. But - there's no Java. Oh -
and I didn't really get even LR parsing until I had read the free
download of "Parsing Techniques - A Practical Guide" too, but I think
that was just me being a bit dim.


http://www.cs.vu.nl/~dick/PTAPG.html


MCD isn't strong on automata theory (I don't recall any
non-deterministic automata or epsilon transitions, for instance) but
is more focused on building working compilers. The introduction,
scanning and parsing is less than 200 pages. Attribute evaluation gets
another 80 pages or so. The rest (about 420 more pages, not including
appendices etc) is on processing intermediate code, memory management,
and a chapter each on handling imperative/object oriented, functional,
logic and parallel/distributed languages.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.