Cargando…

Interpreting LISP : programming and data structures /

Learn Lisp programming in a data structures context, including tables, functions, forms, expressions, typed-pointers, I/O, garbage collection and some applications. This short primer contains a careful description of the data structures manipulated by Lisp functions. These data structures and others...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Knott, Gary D. (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Silver Spring, Maryland : Apress, [2017]
Edición:Second edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn991854385
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 170627s2017 mdu ob 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d EBLCP  |d GW5XE  |d YDX  |d UAB  |d AZU  |d UPM  |d OCLCF  |d MERER  |d ESU  |d OCLCQ  |d COO  |d OCLCQ  |d UMI  |d VT2  |d STF  |d IOG  |d IDB  |d K6U  |d MERUC  |d U3W  |d CAUOI  |d D6H  |d OCLCQ  |d CEF  |d KSU  |d EZ9  |d OCLCQ  |d AU@  |d WYU  |d OCLCQ  |d CNCEN  |d OCLCQ  |d ERF  |d UHL  |d UKBTH  |d LEATE  |d OCLCQ  |d UBY  |d OCLCO  |d OCLCQ  |d ADU  |d BRF  |d DCT  |d HS0  |d OCLCQ  |d TOH  |d EYM  |d NLW  |d OCLCQ  |d OCLCO  |d OCLCQ 
066 |c (S 
019 |a 992221872  |a 996406543  |a 999435129  |a 1005138972  |a 1005787678  |a 1008954465  |a 1011905531  |a 1016596161  |a 1022777722  |a 1029500647  |a 1038776363  |a 1058332870  |a 1060192721  |a 1066455440  |a 1086524308  |a 1105771971  |a 1112601567  |a 1113028431  |a 1113183923  |a 1113219338  |a 1113700098  |a 1122811687  |a 1125699237  |a 1136431781  |a 1159610003  |a 1160051799  |a 1162603756  |a 1179726152  |a 1204011925  |a 1227641669  |a 1228513426  |a 1237485717  |a 1244634970 
020 |a 9781484227077  |q (electronic bk.) 
020 |a 1484227077  |q (electronic bk.) 
020 |a 1484227069 
020 |a 9781484227060 
020 |z 9781484227060 
020 |z 1484227069 
024 7 |a 10.1007/978-1-4842-2707-7  |2 doi 
024 3 |a 9781484227060 
029 1 |a AU@  |b 000060467252 
029 1 |a CHNEW  |b 000962046 
029 1 |a CHVBK  |b 491706766 
029 1 |a GBVCP  |b 1014935881 
029 1 |a AU@  |b 000067109972 
029 1 |a AU@  |b 000068979749 
035 |a (OCoLC)991854385  |z (OCoLC)992221872  |z (OCoLC)996406543  |z (OCoLC)999435129  |z (OCoLC)1005138972  |z (OCoLC)1005787678  |z (OCoLC)1008954465  |z (OCoLC)1011905531  |z (OCoLC)1016596161  |z (OCoLC)1022777722  |z (OCoLC)1029500647  |z (OCoLC)1038776363  |z (OCoLC)1058332870  |z (OCoLC)1060192721  |z (OCoLC)1066455440  |z (OCoLC)1086524308  |z (OCoLC)1105771971  |z (OCoLC)1112601567  |z (OCoLC)1113028431  |z (OCoLC)1113183923  |z (OCoLC)1113219338  |z (OCoLC)1113700098  |z (OCoLC)1122811687  |z (OCoLC)1125699237  |z (OCoLC)1136431781  |z (OCoLC)1159610003  |z (OCoLC)1160051799  |z (OCoLC)1162603756  |z (OCoLC)1179726152  |z (OCoLC)1204011925  |z (OCoLC)1227641669  |z (OCoLC)1228513426  |z (OCoLC)1237485717  |z (OCoLC)1244634970 
037 |a CL0500000897  |b Safari Books Online 
050 4 |a QA76.73.L23 
072 7 |a COM  |x 051010  |2 bisacsh 
072 7 |a UMX  |2 bicssc 
072 7 |a UMC  |2 bicssc 
082 0 4 |a 005.133  |2 23 
049 |a UAMI 
100 1 |a Knott, Gary D.,  |e author. 
245 1 0 |a Interpreting LISP :  |b programming and data structures /  |c Gary D. Knott. 
250 |a Second edition. 
264 1 |a Silver Spring, Maryland :  |b Apress,  |c [2017] 
264 4 |c ©2017 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |b PDF 
347 |a text file 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed June 28, 2017). 
504 |a Includes bibliographical references and index. 
520 |a Learn Lisp programming in a data structures context, including tables, functions, forms, expressions, typed-pointers, I/O, garbage collection and some applications. This short primer contains a careful description of the data structures manipulated by Lisp functions. These data structures and others, notably hash tables, are also used in constructing a Lisp interpreter. Interpreting Lisp will be of special interest to those learning and using programming languages and computer architecture as well as data structures. This book will be useful to autodidacts, professional programmers, and computer enthusiasts in a wide variety of fields. You will: Use the atom table and the number table in Lisp Master expressions, typed pointers, arguments and results in typed pointers, and more Write lambda expressions in Lisp Bind actual values to formal arguments Develop games in Lisp. 
505 0 |a 1. LISP -- 2. The Atom Table and the Number Table -- 3. Evaluation -- 4 Some Functions and Special Forms -- 5. S-Expressions -- 6. Typed-Pointers -- 7. Pictorial Notation -- 8. More Functions -- 9. Arguments and Results are Typed-Pointers -- 10. List Notation -- 11. More Special Forms -- 12. Defining Functions:?-Expressions -- 13. More Functions -- 14. Defining Special Forms -- 15. The Label Special Form -- 16. The Quote Macro -- 17. More Functions -- 18. More About Typed-Pointers -- 19. Binding Actual Values to Formal Arguments -- 20. Minimal LISP -- 21. More Functions -- 22. Input and Output -- 23. Property Lists -- 24. What is LISP Good For? -- 25. Symbolic Differentiation -- 26. Game-Playing -- 27. The LISP Interpreter Program -- 28. Garbage Collection -- 29. LISP in C. 
542 |f Copyright © 2017 by Gary D. Knott  |g 2017 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a LISP (Computer program language) 
650 1 4 |a Computer Science. 
650 2 4 |a Programming Languages, Compilers, Interpreters. 
650 2 4 |a Programming Techniques. 
650 6 |a LISP (Langage de programmation) 
650 7 |a Computer programming / software development.  |2 bicssc 
650 7 |a Programming & scripting languages: general.  |2 bicssc 
650 7 |a COMPUTERS  |x Programming Languages  |x General.  |2 bisacsh 
650 7 |a LISP (Computer program language)  |2 fast  |0 (OCoLC)fst00989718 
653 |a C 
776 0 8 |i Print version:  |a Knott, Gary D.  |t Interpreting LISP.  |b Second edition.  |d Silver Spring, Maryland : Apress, [2017]  |z 1484227069  |z 9781484227060  |w (OCoLC)971033029 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484227060/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
880 0 |6 505-00/(S  |a Contents at a Glance; Contents; About the Author; About the Technical Reviewer; Acknowledgments; Introduction; Chapter 1: LISP; Chapter 2: The Atom Table and the Number Table; Chapter 3: Evaluation; Chapter 4: Some Functions and Special Forms; Chapter 5: S-Expressions; Chapter 6: Typed-Pointers; Chapter 7: Pictorial Notation; Chapter 8: More Functions; Chapter 9: Arguments and Results Are Typed-Pointers; Chapter 10: List Notation; Chapter 11: More Special Forms; Chapter 12: Defining Functions: λ-Expressions; Chapter 13: More Functions; Chapter 14: Defining Special Forms. 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4884253 
938 |a EBSCOhost  |b EBSC  |n 1540939 
938 |a YBP Library Services  |b YANK  |n 14658640 
994 |a 92  |b IZTAP