from github to this gitea

This commit is contained in:
oscar.plaisant@icloud.com
2023-10-23 23:09:51 +02:00
commit a2ee0fa5ca
2898 changed files with 307871 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
author::[[Peter Seilbel]]
link::[https://gigamonkeys.com/book/](https://gigamonkeys.com/book/)
----
Introduction complète à [[LISP#common lisp]]
# Abstract
> Lisp is often thought of as an academic language, but it need not be. This is the first book that introduces Lisp as a language for the real world.
>
> _Practical Common Lisp_ presents a thorough introduction to Common Lisp, providing you with an overall understanding of the language features and how they work. Over a third of the book is devoted to practical examples, such as the core of a spam filter and a web application for browsing MP3s and streaming them via the Shoutcast protocol to any standard MP3 client software (e.g., iTunes, XMMS, or WinAmp). In other "practical" chapters, author **Peter Seibel** demonstrates how to build a simple but flexible in-memory database, how to parse binary files, and how to build a unit test framework in 26 lines of code.