Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!news.iecc.com!nerds-end From: compilers@is-not-my.name Newsgroups: comp.compilers Subject: Re: Good practical language and OS agnostic text? Date: Mon, 23 Apr 2012 19:12:48 -0000 Organization: Compilers Central Lines: 19 Sender: news@iecc.com Approved: comp.compilers@iecc.com Message-ID: <12-04-080@comp.compilers> References: <12-04-054@comp.compilers> NNTP-Posting-Host: news.iecc.com X-Trace: leila.iecc.com 1335283670 63595 64.57.183.58 (24 Apr 2012 16:07:50 GMT) X-Complaints-To: abuse@iecc.com NNTP-Posting-Date: Tue, 24 Apr 2012 16:07:50 +0000 (UTC) Keywords: books Posted-Date: 24 Apr 2012 12:07: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:623 "Joe Schmo" wrote: > The first few chapters of "Programming Language Pragmatics" by Michael Scott > for a good and fast overview. (The rest of the book is quite good also if > you are designing your own language). Thanks. > "Writing Compilers & Interpreter - An Applied Approach" by Ronald Mak. > Creates a Pascal compiler in C which emits x86 assembly language. > The Fischer and LeBlanc authored book is good for the implementation > details. I.e., their particular take on an implementation anyway. It sticks > in my mind that this is a very good book (but I somehow lost the mini review > I made for myself about it) that I will obtain again in the future. Thanks, I'll look for both of these. For now I will start with the IBM-based books since they will be the easiest for me to understand. Thanks to everyone for the suggestions.