Cargando…

Practical COMMON LISP /

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Seibel, Peter
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress, 2005.
Colección:Expert's voice in programming languages.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn262680136
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 081017s2005 cau ob 001 0 eng d
040 |a GW5XE  |b eng  |e pn  |c GW5XE  |d OCLCQ  |d YNG  |d OCLCQ  |d NTG  |d N$T  |d YDXCP  |d UAB  |d BTCTA  |d E7B  |d UBC  |d UMI  |d CEF  |d NHM  |d IDEBK  |d B24X7  |d DEBSZ  |d OCLCO  |d OCLCQ  |d A7U  |d OCLCQ  |d OCLCF  |d BEDGE  |d NUI  |d QE2  |d JG0  |d CN4UL  |d SLY  |d OCLCQ  |d EBLCP  |d OCLCQ  |d VT2  |d Z5A  |d OTZ  |d LIV  |d OCLCQ  |d MERUC  |d ESU  |d OCLCQ  |d STF  |d OCLCQ  |d U3W  |d AU@  |d COO  |d OCLCQ  |d WYU  |d ICG  |d YOU  |d MYIIU  |d UKAHL  |d OCLCQ  |d ZHM  |d DCT  |d ERF  |d OCLCQ  |d BRF  |d OCLCO  |d OCLCQ  |d AUD  |d INARC 
016 7 |a 000026780082  |2 AU 
019 |a 61447516  |a 81145852  |a 84833458  |a 133156464  |a 148922598  |a 260242186  |a 273018973  |a 316866624  |a 607270390  |a 647620757  |a 698451997  |a 756420009  |a 792914575  |a 814469479  |a 880022899  |a 956877707  |a 1058065995  |a 1108957021  |a 1110731439  |a 1110981259  |a 1112593110  |a 1203993875  |a 1391800977 
020 |a 9781430200178 
020 |a 1430200170 
020 |a 1590592395  |q (hc. ;  |q alk. paper) 
020 |a 9781590592397  |q (hc. ;  |q alk. paper) 
020 |a 1280700009 
020 |a 9781280700002 
024 7 |a 10.1007/978-1-4302-0017-8.  |2 doi 
029 1 |a AU@  |b 000048701604 
029 1 |a AU@  |b 000053224516 
029 1 |a AU@  |b 000067095553 
029 1 |a CHBIS  |b 006152020 
029 1 |a CHVBK  |b 171163168 
029 1 |a DEBSZ  |b 355441365 
029 1 |a DEBSZ  |b 396154484 
029 1 |a HEBIS  |b 291511767 
029 1 |a NLGGC  |b 273926039 
029 1 |a NLGGC  |b 301010935 
029 1 |a NZ1  |b 13073634 
029 1 |a NZ1  |b 16245978 
035 |a (OCoLC)262680136  |z (OCoLC)61447516  |z (OCoLC)81145852  |z (OCoLC)84833458  |z (OCoLC)133156464  |z (OCoLC)148922598  |z (OCoLC)260242186  |z (OCoLC)273018973  |z (OCoLC)316866624  |z (OCoLC)607270390  |z (OCoLC)647620757  |z (OCoLC)698451997  |z (OCoLC)756420009  |z (OCoLC)792914575  |z (OCoLC)814469479  |z (OCoLC)880022899  |z (OCoLC)956877707  |z (OCoLC)1058065995  |z (OCoLC)1108957021  |z (OCoLC)1110731439  |z (OCoLC)1110981259  |z (OCoLC)1112593110  |z (OCoLC)1203993875  |z (OCoLC)1391800977 
037 |a 978-1-59059-239-7  |b Springer  |n http://www.springerlink.com 
050 4 |a QA76.73.L23  |b S45 2005eb 
055 4 |a QA76.73.L23 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
072 7 |a UPL  |2 bicssc 
082 0 4 |a 005.13/3  |2 22 
084 |a TP312CO  |2 clc 
049 |a UAMI 
100 1 |a Seibel, Peter. 
245 1 0 |a Practical COMMON LISP /  |c Peter Seibel. 
260 |a Berkeley, CA :  |b Apress,  |c 2005. 
300 |a 1 online resource (xxv, 499 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
490 1 |a The Expert's voice in programming languages 
504 |a Includes bibliographical references and index. 
505 0 |a Ch. 1. Introduction : why Lisp? -- Ch. 2. Lather, rinse, repeat : a tour of the REPL -- Ch. 3. Practical : a simple database -- Ch. 4. Syntax and semantics -- Ch. 5. Functions -- Ch. 6. Variables -- Ch. 7. Macros : standards control constructs -- Ch. 8. Macros : defining your own -- Ch. 9. Practical : building a unit test framework -- Ch. 10. Numbers, characters, and strings -- Ch. 11. Collections -- Ch. 12. They called it LISP for a reason : list processing -- Ch. 13. Beyond lists : other uses for cons cells -- Ch. 14. Files and file I/O -- Ch. 15. Practical : a portable pathname library -- Ch. 16. Object reorientation : generic functions -- Ch. 17. Object reorientation : classes -- Ch. 18. A new FORMAT recipes -- Ch. 19. Beyond exception handling : conditions and restarts -- Ch. 20. The special operators -- Ch. 21. Programming in the large : packages and symbols -- Ch. 22. LOOP for black belts -- Ch. 23. Practical : a spam filter -- Ch. 24. Practical : parsing binary files -- Ch. 25. Practical : an ID3 parser -- Ch. 26. Practical : Web programming with AllegroServe -- Ch. 27. Practical : an MP3 database -- Ch. 28. Practical : a Shoutcast server -- Ch. 29. Practical : an MP3 browser -- Ch. 30. Practical : an HTML generation library, the interpreter -- Ch. 31. Practical : an HTML generation library, the compiler -- Ch. 32. Conclusion : what's next? 
588 0 |a Print version record. 
520 |a 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 
506 |a University staff and students only. Requires University Computer Account login off-campus. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a COMMON LISP (Computer program language) 
650 2 |a Electronic Data Processing 
650 6 |a Common Lisp (Langage de programmation) 
650 7 |a COMPUTERS  |x Programming Languages  |x CÄ  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 0 7 |a COMMON LISP (Computer program language)  |2 cct 
650 7 |a Informatique.  |2 eclas 
650 7 |a COMMON LISP (Computer program language)  |2 fast  |0 (OCoLC)fst00843433 
773 0 |t Springer eBooks 
776 0 8 |i Print version:  |a Seibel, Peter.  |t Practical COMMON LISP.  |d Berkeley, CA : Apress, 2005  |z 1590592395  |z 9781590592397  |w (DLC) 2005005859  |w (OCoLC)58452107 
830 0 |a Expert's voice in programming languages. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781590592397/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Internet Archive  |b INAR  |n practicalcommonl0000seib 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26394282 
938 |a Books 24x7  |b B247  |n bks00004676 
938 |a Baker and Taylor  |b BTCP  |n BK0007161404 
938 |a EBL - Ebook Library  |b EBLB  |n EBL324323 
938 |a ebrary  |b EBRY  |n ebr10150855 
938 |a EBSCOhost  |b EBSC  |n 182699 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 70000 
938 |a YBP Library Services  |b YANK  |n 2527198 
994 |a 92  |b IZTAP