Cantitate/Preț
Produs

Common Lisp Recipes: A Problem-Solution Approach

Autor Edmund Weitz
en Limba Engleză Paperback – 31 dec 2015
Findsolutions to problems and answers to questions you are likely to encounter whenwriting real-world applications in Common Lisp. This book covers areas asdiverse as web programming, databases, graphical user interfaces, integrationwith other programming languages, multi-threading, and mobile devices as wellas debugging techniques and optimization, to name just a few. 
Written by anauthor who has used Common Lisp in many successful commercial projects overmore than a decade, Common Lisp Recipes is also the first Common Lispbook to tackle such advanced topics as environment access, logical pathnames,Gray streams, delivery of executables, pretty printing, setf expansions, orchanging the syntax of Common Lisp.
Thebook is organized around specific problems or questions each followed byready-to-use example solutions and clear explanations of the concepts involved,plus pointers to alternatives and more information. Each recipe can be readindependently of the others and thus the book will earn a special place on yourbookshelf as a reference work you always want to have within reach.
Common Lisp Recipes is aimed atprogrammers who are already familiar with Common Lisp to a certain extent butdo not yet have the experience you typically only get from years of hacking ina specific computer language. It is written in a style that mixes hands-onno-frills pragmatism with precise information and prudent mentorship.
If you feel attractedto Common Lisp's mix of breathtaking features and down-to-earth utilitarianism,you'll also like this book.
Citește tot Restrânge

Preț: 59771 lei

Preț vechi: 74714 lei
-20% Nou

Puncte Express: 897

Preț estimativ în valută:
11439 12068$ 9533£

Carte tipărită la comandă

Livrare economică 02-16 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484211779
ISBN-10: 1484211774
Pagini: 500
Ilustrații: XXVII, 744 p. 598 illus.
Dimensiuni: 178 x 254 x 43 mm
Greutate: 1.32 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Public țintă

Popular/general

Cuprins

1. Symbols and Packages

2. Conses, Lists, and Trees

3. Strings and Characters

4. Numbers and Math

5. Arrays and Vectors

6. Hash Tables, Maps, and Sets

7. Sequences and Iteration

8. The Lisp Reader

9. Printing

10. Evaluation, Compilation, Control Flow

11. Concurrency

12. Error Handling and Avoidance

13. Objects, Classes, Types

14. I/O: Streams and Files

15. Pathnames, Files, Directories

16. Developing and Debugging

17. Optimization

18. Libraries

19. Interfacing with Other Languages

20. Graphical User Interfaces

21. Persistence

22. The World Outside


Notă biografică

Edmund Weitz is well-known in the Common Lisp community for his open-source libraries and for being one of the organizers of the European Common Lisp Meeting. He has a Ph.D. in mathematics and has been a free-lance Common Lisp consultant for clients in the US, Europe, and Asia since 2002. He now works as a professor for math and computer science at the University of Applied Sciences in Hamburg, Germany.

Caracteristici

Learn how to interact with other programming languages, how to write multithreaded code, and how to use conditions and restarts to guard your programs against exceptional situations Delve into advanced topics like syntax changes, generalized references, logical pathnames, pretty printing, environment objects, or the Metaobject Protocol Learn how to debug, analyze, and optimize your code