Logo

Exploring Programming Language Architecture in Perl

Small book cover: Exploring Programming Language Architecture in Perl

Exploring Programming Language Architecture in Perl
by


ISBN-13: 9781445225920
Number of pages: 368

Description:
This book presents an informal and friendly introduction to some of the core ideas in modern computer science, using the programming language Perl as its vehicle. The book takes the form of a series of working interpreters for the language PScheme, which is a variant of Scheme. Each version of the interpreter builds upon the previous one, until by the end of the book the PScheme language is quite fully functional and has some interesting surprises.

Home page url

Download or read it online for free here:
Download link
(2.7MB, PDF)

Similar books

Book cover: Impatient PerlImpatient Perl
by - Lulu.com
This document is for people who either want to learn perl or are already programming in perl and just don't have the patience to scrounge for information. This is also a handy desk reference for some of the more common perl related questions.
(14545 views)
Book cover: Perl 6 at a GlancePerl 6 at a Glance
by - DeepText
This book covers many basic and in-depth topics of Perl and provides the initial knowledge you need to start working with Perl 6. The book does not require previous experience with Perl, although some general understanding of programming is assumed.
(5102 views)
Book cover: Essential PerlEssential Perl
by - Stanford University
An introduction to the main features of the Perl language. It's intended for people who know some programming but need an introduction to Perl. Topics: scalar variables, strings, arrays, hash tables, file input and output, regular expressions, etc.
(6082 views)
Book cover: Practical mod_perlPractical mod_perl
by - O'Reilly
mod_perl is an Apache module that builds the Perl directly into the Apache web server. With mod_perl CGI scripts run 50 times faster, you can integrate databases with the server. The book is about building, using, programming, and optimizing mod_perl.
(15352 views)