Re: Teaching compilers backwards?

Lex Spoon <lex@cc.gatech.edu>
19 Mar 2004 23:51:16 -0500

          From comp.compilers

Related articles
[7 earlier articles]
Re: Teaching compilers backwards? Brian.Inglis@SystematicSw.ab.ca (Brian Inglis) (2003-10-13)
Re: Teaching compilers backwards? michael.l.ross@intel.com (Michael Ross) (2004-03-11)
Re: Teaching compilers backwards? rand@rice.edu (Randy Crawford) (2004-03-15)
Re: Teaching compilers backwards? zork_666@nospammail.net (Johnathan) (2004-03-15)
Re: Teaching compilers backwards? romesamo@earthlink.net (Rome Samo) (2004-03-19)
Re: Teaching compilers backwards? aycock@cse.cpsc.ucalgary.ca (John Aycock) (2004-03-19)
Re: Teaching compilers backwards? lex@cc.gatech.edu (Lex Spoon) (2004-03-19)
Re: Teaching compilers backwards? k301x@yahoo.com (dtf) (2004-03-19)
Re: Teaching compilers backwards? vbdis@aol.com (2004-03-19)
Re: Teaching compilers backwards? phf@cs.ucr.edu (=?ISO-8859-1?Q?Peter_Fr=F6hlich?=) (2004-03-19)
Re: Teaching compilers backwards? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2004-03-26)
Re: Teaching compilers backwards? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2004-03-26)
Re: Teaching compilers backwards? nr@eecs.harvard.edu (2004-03-26)
[1 later articles]
| List of all articles for this month |

From: Lex Spoon <lex@cc.gatech.edu>
Newsgroups: comp.compilers
Date: 19 Mar 2004 23:51:16 -0500
Organization: Georgia Institute of Technology
References: 03-09-073 03-10-014 03-10-037 04-03-045 04-03-066
Keywords: courses
Posted-Date: 19 Mar 2004 23:51:16 EST

> [Maybe it's a cultural thing. Americans think Gone with the Wind is a
> good read, and I never had trouble with a one-semester compiler course.
> We had a lot of latitude, so I wrote an APL subset to Basic translator
> in Trac. It worked. -John]


In case it's necessary, me too. I don't see the big problem. It is
challenging to do a compiler in one semester, but it is doable if you
work in pairs. I've some experience with compiler classes at two
different (American) universities now. At both of them, students work
in pairs and manage to build a complete compiler from end to end.


Okay, well, the compilers tend to be buggy and to produce horrible
code, but people do get to play with every phase of a compiler
including a little bit of optimization.


-Lex
[The compilers are buggy and produce bad code? Oh, you mean just like
commercial ones. -John]



Post a followup to this message

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