Related articles |
---|
compilers, in a nutshell ellard@endor.harvard.edu (1994-05-09) |
Compilers in six hours macrakis@osf.org (1994-05-12) |
Re: Compilers in six hours chase@Think.COM (1994-05-17) |
Re: Compilers in six hours grunwald@widget.cs.colorado.edu (1994-05-17) |
Re: Compilers in six hours hbaker@netcom.com (1994-05-18) |
Compilers in six hours ssimmons@convex.com (1994-05-18) |
Compilers in six hours ssimmons@convex.com (1994-05-19) |
Re: Compilers in six hours anton@mips.complang.tuwien.ac.at (1994-05-19) |
Re: Compilers in six hours chase@Think.COM (1994-05-19) |
Re: Compilers in six hours hbaker@netcom.com (1994-05-20) |
[5 later articles] |
Newsgroups: | comp.compilers |
From: | grunwald@widget.cs.colorado.edu (Dirk Grunwald) |
Keywords: | courses |
Organization: | University of Colorado at Boulder |
References: | 94-05-018 94-05-061 |
Date: | Tue, 17 May 1994 23:14:12 GMT |
The moderator writes:
> [Compiling to Postscript is a swell idea. My copy of MS Word does it to
> my documents all the time. So does dvips. -John]
Actually, I started teaching postscript in the ``survey of programming
languages'' class I teach. It's an interesting language for students --
interpreters are readily available and they can do something 'neat' with
the program in a short amount of space.
It is also one of the few post-fix languages available and gives them
pause to think about the role of programming languages in their world --
you begin to think differently about PL's if you realize your printer
communicates via one.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.