Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!news-out.readnews.com!news-xxxfer.readnews.com!news.misty.com!news.iecc.com!nerds-end From: compiler.ddj@h-rd.org Newsgroups: comp.compilers Subject: Re: Good practical language and OS agnostic text? Date: Thu, 19 Apr 2012 20:07:28 +0200 Organization: Compilers Central Lines: 24 Sender: news@iecc.com Approved: comp.compilers@iecc.com Message-ID: <12-04-043@comp.compilers> NNTP-Posting-Host: news.iecc.com X-Trace: leila.iecc.com 1334892470 87462 64.57.183.58 (20 Apr 2012 03:27:50 GMT) X-Complaints-To: abuse@iecc.com NNTP-Posting-Date: Fri, 20 Apr 2012 03:27:50 +0000 (UTC) Keywords: books Posted-Date: 19 Apr 2012 23:27:50 EDT X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Xref: csiph.com comp.compilers:586 Hi, my favorites list: Best read, easy to understand and follow: Compiler Construction - N. Wirth [PDF (597 KB)] http://www.ethoberon.ethz.ch/WirthPubl/CBEAll.pdf somwhat old, but good to read: Gries "Compiler Construction for digital computers" And probably the most refreshing one: the Lisp 1.5 manual , it has is an interpreter and compiler in the appendix. ( http://www.softwarepreservation.org/projects/LISP/book/LISP%201.5%20Programmers%20Manual.pdf/view ). [Appendix B of the Lisp 1.5 manual (which I happen to have in convenient 1969 paper form) does have a pseudocode interpreter, but Appendix D about the compiler just describes how to use it, no listings. And he wouldn't like the Lisp compiler anyway, since then he'd have to learn LAP. Gries is a good thought, quite concrete and the target machine is a thinly disguised S/360. -John]