1
0
Fork 0
cl-sites/gigamonkeys.com/book/letter-to-reader.html
2023-10-25 11:23:21 +02:00

71 lines
2.4 KiB
HTML

<html>
<head>
<title>Letter To Reader</title>
<link rel='stylesheet' type='text/css' href='style.css'>
<style type="text/css">
<!--
div.box { padding: 2em; border-style: solid; border-width; thin; margin-top: 2em;}
p.back
{
text-align: right;
}
p.salutation { margin-top: 0; }
p.body { line-height: 1.25; }
p.close {}
p.signature {}
-->
</style>
</head>
<body>
<div class='copyright'>Copyright &copy; 2003-2004, Peter Seibel</div>
<div class="box">
<p class="salutation">Dear Reader,</p>
<p class="body"><i>Practical Common Lisp</i> ... isn't that an
oxymoron? If you're like most programmers, you probably know something
about Lisp&mdash;from a comp sci course in college or from learning
enough Elisp to customize Emacs a bit. Or maybe you just know someone
who won't shut up about Lisp, the greatest language ever. But you
probably never figured you'd see
<i>practical</i> and <i>Lisp</i> in the same book title.</p>
<p class="body">Yet, you're reading this; you must want to know more. Maybe you
believe learning Lisp will make you a better programmer in any
language. Or maybe you just want to know what those Lisp fanatics are
yammering about all the time. Or maybe you have learned some Lisp but
haven't quite made the leap to using it to write interesting software.</p>
<p class="body">If any of those is true, this book is for you. Using
Common Lisp, an ANSI standardized, industrial-strength dialect of
Lisp, I show you how to write software that goes well beyond silly
academic exercises or trivial editor customizations. And I show you
how Lisp&mdash;even with many of its features adopted by other
languages&mdash;still has a few tricks up its sleeve.</p>
<p class="body">But unlike many Lisp books, this one doesn't just
touch on a few of Lisp's greatest features and then leave you on your
own to actually use them. I cover all the language features you'll
need to write real programs and devote well over a third of the book
to developing nontrivial software&mdash;a statistical spam filter, a
library for parsing binary files, and a server for streaming MP3s over
a network complete with an online MP3 database and Web interface.</p>
<p class="body">So turn the book over, open it up, and see for yourself how eminently
practical using the greatest language ever invented can be.</p>
<p class="close">Sincerely,</p>
<p class="signature">Peter Seibel</p>
</div>
<p class="back"><a href='index.html'>Back to index.</a></p>
</body>
</html>