|
Search Results:
|
Displaying records 1 through 10 of 245 |
|
|
|
|
|
|
|
|
|
|
|
Price: $82.00
|
|
Sale: $59.04
|
| |
|
Manufacturer: The MIT Press
|
|
Number of Items: 1
|
| |
|
|
|
Binding: Hardcover
|
|
Author: Harold Abelson::Gerald Jay Sussman
|
|
Publisher: The MIT Press
|
|
Edition: 2
|
|
Dewey Decimal Number: 005.133
|
|
Publication Date: 1996-07-25
|
|
Reading Level: 657
|
|
|
Description: Structure and Interpretation of Computer Programs has had a dramatic impact on computer science curricula over the past decade. This long-awaited revision contains changes throughout the text. There are new implementations of most of the major programming systems in the book, including the interpreters and compilers, and the authors have incorporated many small changes that reflect their experience teaching the course at MIT since the first edition was published. A new theme has been introduced that emphasizes the central role played by different approaches to dealing with time in computational models: objects with state, concurrent programming, functional programming and lazy evaluation, and nondeterministic programming. There are new example sections on higher-order procedures in graphics and on applications of stream processing in numerical programming, and many new exercises. In addition, all the programs have been reworked to run in any Scheme implementation that adheres to the IEEE standard.
|
|
|
|
|
|
|
|
|
|
Price: $74.00
|
|
Sale: $56.95
|
| |
|
Manufacturer: Prentice Hall
|
|
Number of Items: 1
|
| |
|
|
|
Binding: Paperback
|
|
Author: Paul Graham
|
|
Publisher: Prentice Hall
|
|
Dewey Decimal Number: 005.133
|
|
Publication Date: 1995-11-12
|
|
Reading Level: 432
|
|
|
|
Description: KEY BENEFIT: Teaching users new and more powerful ways of thinking about programs, this two-in-one text contains a tutorialfull of examplesthat explains all the essential concepts of Lisp programming, plus an up-to-date summary of ANSI Common Lisp, listing every operator in the language. Informative and fun, it gives users everything they need to start writing programs in Lisp both efficiently and effectively, and highlights such innovative Lisp features as automatic memory management, manifest typing, closures, and more. Dividing material into two parts, the tutorial half of the book covers subject-by-subject the essential core of Common Lisp, and sums up lessons of preceding chapters in two examples of real applications: a backward-chainer, and an embedded language for object-oriented programming. Consisting of three appendices, the summary half of the book gives source code for a selection of widely used Common Lisp operators, with definitions that offer a comprehensive explanation of the language and provide a rich source of real examples; summarizes some differences between ANSI Common Lisp and Common Lisp as it was originally defined in 1984; and contains a concise description of every function, macro, and special operator in ANSI Common Lisp. The book concludes with a section of notes containing clarifications, references, and additional code. For computer programmers.
|
|
|
|
|
|
|
|
|
|
Price: $59.99
|
|
Sale: $39.39
|
| |
|
Manufacturer: Apress
|
|
Number of Items: 1
|
| |
|
|
|
Binding: Hardcover
|
|
Author: Peter Seibel
|
|
Publisher: Apress
|
|
Edition: 1
|
|
Dewey Decimal Number: 005.133
|
|
Publication Date: 2005-04-11
|
|
Reading Level: 500
|
|
|
|
Description: Lisp is thought of an academic language but it need not be. This is the first book that introduces Lisp as a language for the real world. Part I is the introduction to the Lisp language. The goal in Part I is to give the reader an overall understanding of the features of the language and a sufficiently robust understanding of how they work in order to prepare the reader for the practical code examples in Part II. Part I includes the case studies of the Franz Store, Viaweb, Pandorabots, and ASCENT. Part II will show larger-scale examples of practical Lisp programming. The practical examples in this section are all centered around building a streaming mp3 server. By the end of the book, the reader will have code for a Lisp mp3 server that serves streaming mp3s via the Shoutcast protocol to any standard mp3 client software (e.g. iTunes, XMMS, or WinAmp). Siebel will show how to store metadata in both a simple home- brew sexp database as well as a relational database (MySQL). He will demonstrate how to use threads to support multiple simultaneous client connections. The server will advertise a Web Service (WSDL) interface and a Web Services programmer (i.e. anyone with Visual Studio .NET) can write an app to replace the browser-based interface. Common Lisp: LISP, an acronym for list processing language was designed for easy manipulation of data. Developed in 1959 by John McCarthy, it is still the most commonly used language for artificial intelligence (AI) programming. It is one of the oldest programming languages still in relatively wide use and is widely taught in universities. LISP's ability to compute with symbolic expressions like those used in language processing makes it convenient for AI applications.
|
|
|
|
|
|
|
|
|
|
Price: $89.95
|
|
Sale: $73.61
|
| |
|
Manufacturer: Morgan Kaufmann
|
|
Number of Items: 1
|
| |
|
|
|
Binding: Paperback
|
|
Author: Peter Norvig
|
|
Publisher: Morgan Kaufmann
|
|
Edition: 1
|
|
Dewey Decimal Number: 006.3
|
|
Publication Date: 1991-10-01
|
|
Reading Level: 946
|
|
|
|
Description: Paradigms of AI Programming is the first text to teach advanced Common Lisp techniques in the context of building major AI systems. By reconstructing authentic, complex AI programs using state-of-the-art Common Lisp, the book teaches students and professionals how to build and debug robust practical programs, while demonstrating superior programming style and important AI concepts. The author strongly emphasizes the practical performance issues involved in writing real working programs of significant size. Chapters on troubleshooting and efficiency are included, along with a discussion of the fundamentals of object-oriented programming and a description of the main CLOS functions. This volume is an excellent text for a course on AI programming, a useful supplement for general AI courses and an indispensable reference for the professional programmer.
|
|
|
|
|
|
|
|
|
|
Price: $27.00
|
|
Sale: $19.30
|
| |
|
Manufacturer: The MIT Press
|
|
Number of Items: 1
|
| |
|
|
|
Binding: Paperback
|
|
Author: Daniel P. Friedman::Matthias Felleisen
|
|
Publisher: The MIT Press
|
|
Dewey Decimal Number: 005.133
|
|
Publication Date: 1995-12-21
|
|
Reading Level: 224
|
|
|
Description: drawings by Duane Bibby foreword and afterword by Guy L. Steele Jr. The notion that "thinking about computing is one of the most exciting things the human mind can do" sets both The Little Schemer (formerly known as The Little LISPer) and its new companion volume, The Seasoned Schemer, apart from other books on LISP. The authors' enthusiasm for their subject is compelling as they present abstract concepts in a humorous and easy-to-grasp fashion. Together, these books will open new doors of thought to anyone who wants to find out what computing is really about. The Little Schemer introduces computing as an extension of arithmetic and algebra -- things that everyone studies in grade school and high school. It introduces programs as recursive functions and briefly discusses the limits of what computers can do. The authors use the programming language Scheme, and interesting foods to illustrate these abstract ideas. The Seasoned Schemer informs the reader about additional dimensions of computing: functions as values, change of state, and exceptional cases. The Little LISPer has been a popular introduction to LISP for many years. It had appeared in French and Japanese. The Little Schemer and The Seasoned Schemer are worthy successors and will prove equally popular as textbooks for Scheme courses as well as companion texts for any complete introductory course in Computer Science.
|
|
|
|
|
|
|
|
|
|
Price: $52.80
|
|
Sale: $41.28
|
| |
|
Manufacturer: Addison Wesley
|
|
Number of Items: 1
|
| |
|
|
|
Binding: Paperback
|
|
Author: Patrick Winston::Berthold Horn
|
|
Publisher: Addison Wesley
|
|
Edition: 3
|
|
Dewey Decimal Number: 005.133
|
|
Publication Date: 1989-01-11
|
|
Reading Level: 611
|
|
|
|
|
|
|
|
|
|
|
|
Price: $90.00
|
|
Sale: $70.00
|
| |
|
Manufacturer: Cambridge University Press
|
|
Number of Items: 1
|
| |
|
|
|
Binding: Paperback
|
|
Author: Christian Queinnec
|
|
Publisher: Cambridge University Press
|
|
Dewey Decimal Number: 005
|
|
Publication Date: 2003-12-04
|
|
Reading Level: 534
|
|
|
|
Description: This is a comprehensive account of the semantics and the implementation of the whole Lisp family of languages, namely Lisp, Scheme and related dialects. This will become the new standard reference for people wanting to know more about the Lisp family of languages: how they work, how they are implemented, what their variants are and why such variants exist. The full code is supplied (and also available over the Net).
|
|
|
|
|
|
|
|
|
|
Price: $95.95
|
|
Sale: $77.39
|
| |
|
Manufacturer: Digital Press
|
|
Number of Items: 1
|
| |
|
|
|
Binding: Paperback
|
|
Author: Guy Steele
|
|
Publisher: Digital Press
|
|
Edition: 2
|
|
Dewey Decimal Number: 005.133
|
|
Publication Date: 1990-06-15
|
|
Reading Level: 1029
|
|
|
Description: The defacto standard - a must-have for all LISP programmers.
In this greatly expanded edition of the defacto standard, you'll learn about the nearly 200 changes already made since original publication - and find out about gray areas likely to be revised later. Written by the Vice- Chairman of X3J13 (the ANSI committee responsible for the standardization of Common Lisp) and co-developer of the language itself, the new edition contains the entire text of the first edition plus six completely new chapters. They cover: - CLOS, the Common Lisp Object System, with new features to support function overloading and object-oriented programming, plus complete technical specifications * Loops, a powerful control structure for multiple variables * Conditions, a generalization of the error signaling mechanism * Series and generators * Plus other subjects not part of the ANSI standards but of interest to professional programmers. Throughout, you'll find fresh examples, additional clarifications, warnings, and tips - all presented with the author's customary vigor and wit.
|
|
|
|
|
|
|
|
|
|
Price: $42.00
|
|
Sale: $40.00
|
| |
|
Manufacturer: bookfix.com
|
| |
|
|
|
Binding: Paperback
|
|
Author: David B. Lamkins
|
|
Publisher: bookfix.com
|
|
Publication Date: 2004-12-08
|
|
Reading Level: 360
|
|
|
|
Description: This tutorial is written with the professional programmer in mind. Using a hands on approach it introduces the ANSI Common Lisp standard. Practical examples of working code provide an in depth view of Common Lisp programming paradigms. David B. Lamkins explains why this programming language is by far the most powerful industrial strength tool available for advanced software development.
|
|
|
|
|
|
|
|
|
|
Price: $39.99
|
|
Sale: $33.96
|
| |
|
Manufacturer: Addison-Wesley Professional
|
|
Number of Items: 1
|
| |
|
|
|
Binding: Paperback
|
|
Author: Sonya E. Keene
|
|
Publisher: Addison-Wesley Professional
|
|
Dewey Decimal Number: 005.133
|
|
Publication Date: 1989-01-11
|
|
Reading Level: 288
|
|
|
|
|
|
|
|
|
|
Displaying records 1 through 10 of 245
|
|
|
|