Articoli correlati a LISP Lore: A Guide to Programming the LISP Machine

LISP Lore: A Guide to Programming the LISP Machine - Rilegato

 
9780898382280: LISP Lore: A Guide to Programming the LISP Machine

Sinossi

This book had its genesis in the following piece of computer mail: From allegra!joan-b Tue Dec 18 89:15:54 1984 To: sola!hjb Subj ect: 1 i spm Hank, I've been talking with Mark Plotnik and Bill Gale about asking you to conduct a basic course on using the lisp machine. Mark, for instance, would really like to cover basics like the flavor system, etc. , so he could start doing his own programming without a lot of trial and error, and Bill and I would be interested in this, too. I'm quite sure that Mark Jones, Bruce, Eric and Van would also be really interested. Would you like to do it? Bill has let me know that if you'd care to set something up, he's free to meet with us anytime this week or next (although I'll only be here on Wed. next week) so we can come up with a plan. What do you think? Joan. xiv Lisp Lore (All the people and computers mentioned above work at AT&T Bell Laboratories, in Murray Hill, New Jersey. ) I agreed, with some trepidation, to try teaching such a course. It wasn't clear how I was going to explain the Lisp Machine environment to a few dozen beginners when at the time I felt I was scarcely able to keep myself afloat. Particularly since many of the "beginners" had PhD's in computer science and a decade or two of programming experience.

Le informazioni nella sezione "Riassunto" possono far riferimento a edizioni diverse di questo titolo.

Contenuti

1. Introduction.- 2. Getting Started on the Lisp Machine.- 2.1 Why Use a Lisp Machine?.- 2.1.1 Why This Book?.- 2.1.2 Looking Ahead.- 2.2 The Keyboard.- 2.3 Typing to a Lisp Listener.- 2.4 Getting Around the Environment.- 2.5 The Mouse.- 2.5.1 The System Menu.- 2.6 The Monitor.- 2.7 The Editor.- 2.8 The Compiler and the Debugger.- 2.9 Getting Started.- 2.9.1 Bringing the Machine up.- 2.9.2 Logging in.- 2.10 A Word About Work Style.- 2.11 This and That.- 2.11.1 Problem Reporting.- 2.11.2 Backup.- 2.12 Problem Set #1.- 3. Flow of Control.- 3.1 Conditionals.- 3.2 Blocks and Exits.- 3.3 Nonlocal Exits.- 3.4 Iteration.- 3.4.1 Mapping.- 3.4.2 Do.- 3.4.3 Loop.- 3.4.4 Implicit Iteration.- 3.5 Lexical Scoping.- 3.6 Macros.- 3.7 Unwind-protect.- 3.8 Fun and Games.- 3.9 Problem Set.- 4. More on Navigating the Lisp Machine.- 4.1 The Scheduler and Processes.- 4.2 Windows.- 4.3 Debugging.- 4.4 The Input Editor and Histories.- 4.5 Mouse Sensitivity.- 4.6 Poking Around.- 4.7 Fun and Games.- 4.8 Problem Set.- 5. What’s a Flavor?.- 5.1 Instance Variables.- 5.2 Methods.- 5.3 Making Instances.- 5.4 Initial Values for Instance Variables.- 5.5 Methods for Make-instance.- 5.6 Mixing Flavors.- 5.7 Combined Methods.- 5.8 Whoppers.- 5.9 Internal Interfaces.- 5.10 Vanilla Flavor.- 5.11 The Flavor Examiner Tools.- 5.12 Message Passing.- 5.13 The Window System.- 5.14 Fun and Games.- 5.15 Problem Set.- 6. User Interface.- 6.1 Program Frameworks: an Overview.- 6.2 Defining Commands.- 6.3 The Redisplay.- 6.4 Presentation Types.- 6.5 Mouse Sensitivity.- 6.5.1 Mouse Sensitivity — the Easy Part.- 6.5.2 Mouse Gesture Translations.- 6.6 Fun and Games.- 7. The Graph Example.- 7.1 The Nodes and Arcs.- 7.2 The Presentation Types.- 7.3 The Display.- 7.4 The Commands.- 7.5 The Mouse Gesture Translators.- 7.6 The Program.- 7.7 Problem Set.- 8. Streams and Files.- 8.1 Streams.- 8.1.1 Standard Stream Operations.- 8.1.2 Special-purpose Operations.- 8.1.3 Standard Streams.- 8.2 Accessing Files and Directories.- 8.2.1 Open and Other Functions for Operating on Files.- 8.2.2 Directories.- 8.3 Pathnames.- 8.3.1 Component Values.- 8.3.2 Case in Pathnames.- 8.3.3 Defaults and Merging.- 8.3.4 Pathname Functions and Methods.- 8.3.5 Logical Pathnames.- 8.4 Making Other I/O Streams.- 8.5 Fun and Games.- 8.6 Problem Set.- 9. The Calculator Example.- 9.1 The Program Frame.- 9.2 The Redisplay.- 9.3 The Command-definition Macrology.- 9.4 The Program.- 9.5 Fun and Games.- 10. Systems, Storage and Errors.- 10.1 Systems.- 10.1.1 Defining a System.- 10.1.2 Compiling and Loading Systems.- 10.1.3 Patching a System.- 10.2 Storage Allocation.- 10.2.1 Allocation and the Garbage Collector.- 10.2.2 Areas.- 10.2.3 Resources.- 10.2.4 Stack Allocation.- 10.3 Condition Handling.- 10.3.1 Signalling Conditions.- 10.3.2 Handling Conditions.- 10.3.3 Creating New Condition Flavors.- 10.3.4 Restart Handlers.- 10.3.5 Proceeding.- 10.3.6 A Few Examples.- 10.4 Fun and Games.- 11. The Card Game Example.- 11.1 Card Definitions.- 11.2 Presentation Types.- 11.3 Card Places.- 11.3.1 Basic Places.- 11.3.2 Presentation.- 11.3.3 Caching.- 11.3.4 Stacked Places.- 11.4 The Interactive Program.- 11.4.1 Games.- 11.4.2 Place Display.- 11.5 The Program.- 11.6 Problem Set.- 11.7 Fun and Games.- 12. More Advanced Use of the Editor.- 12.1 Keyboard Macros.- 12.2 Writing New Commands.- 12.2.1 Zwei Data Structure.- 12.2.2 Command Tables and Command Definition.- 12.2.3 Reading From the Mini-buffer.- 12.2.4 A Real Example.- 12.3 Learning More About the Editor.- 12.4 Fun and Games.- 12.5 Problem Set.- 13. A Quick Look At the Network.- 13.1 The Gee-whiz Look.- 13.1.1 What is a Network?.- 13.1.2 Levels of Abstraction.- 13.2 The Generic Network System.- 13.2.1 How Does Path-finding Work?.- 13.2.2 How Does Service Invocation Work?.- 13.2.3 Other GNS Functions.- 13.3 The Namespace System.- 13.4 Examples of the Use of the Generic Network System.- 13.4.1 Time of Day.- 13.4.2 Who’s Logged in.- 13.4.3 Mail Delivery.- 13.5 Writing Your Own Network Software.- 13.5.1 Writing Your Own User End.- 13.5.2 Writing Your Own Server End.- 13.5.3 Sample User and Server Definition.- APPENDIX A. Basic Zmacs Commands.

Product Description

Book by Bromley H Lamson Richard

Le informazioni nella sezione "Su questo libro" possono far riferimento a edizioni diverse di questo titolo.

Compra usato

Condizioni: buono
Former library book; may include...
Visualizza questo articolo

EUR 19,90 per la spedizione da U.S.A. a Italia

Destinazione, tempi e costi

EUR 9,70 per la spedizione da Germania a Italia

Destinazione, tempi e costi

Altre edizioni note dello stesso titolo

9781461291893: LISP Lore: A Guide to Programming the LISP Machine

Edizione in evidenza

ISBN 10:  1461291895 ISBN 13:  9781461291893
Casa editrice: Springer, 2011
Brossura

Risultati della ricerca per LISP Lore: A Guide to Programming the LISP Machine

Foto dell'editore

Lamson, Richard, Bromley, Hank
Editore: Springer, 1987
ISBN 10: 0898382289 ISBN 13: 9780898382280
Antico o usato Rilegato

Da: Better World Books, Mishawaka, IN, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: Good. Former library book; may include library markings. Used book that is in clean, average condition without any missing pages. Codice articolo GRP69924035

Contatta il venditore

Compra usato

EUR 166,36
Convertire valuta
Spese di spedizione: EUR 19,90
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

H. Bromley|Richard Lamson
Editore: Springer US, 1987
ISBN 10: 0898382289 ISBN 13: 9780898382280
Nuovo Rilegato
Print on Demand

Da: moluna, Greven, Germania

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Gebunden. Condizione: New. Dieser Artikel ist ein Print on Demand Artikel und wird nach Ihrer Bestellung fuer Sie gedruckt. This book had its genesis in the following piece of computer mail: From allegra!joan-b Tue Dec 18 89:15:54 1984 To: sola!hjb Subj ect: 1 i spm Hank, I ve been talking with Mark Plotnik and Bill Gale about asking you to conduct a basic course on using the li. Codice articolo 5982392

Contatta il venditore

Compra nuovo

EUR 197,62
Convertire valuta
Spese di spedizione: EUR 9,70
Da: Germania a: Italia
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Foto dell'editore

Bromley, H.; Lamson, Richard
Editore: Springer, 1987
ISBN 10: 0898382289 ISBN 13: 9780898382280
Nuovo Rilegato

Da: Ria Christie Collections, Uxbridge, Regno Unito

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. In. Codice articolo ria9780898382280_new

Contatta il venditore

Compra nuovo

EUR 227,75
Convertire valuta
Spese di spedizione: EUR 10,40
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Richard Lamson
ISBN 10: 0898382289 ISBN 13: 9780898382280
Nuovo Rilegato
Print on Demand

Da: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Germania

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Buch. Condizione: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -This book had its genesis in the following piece of computer mail: From allegra!joan-b Tue Dec 18 89:15:54 1984 To: sola!hjb Subj ect: 1 i spm Hank, I've been talking with Mark Plotnik and Bill Gale about asking you to conduct a basic course on using the lisp machine. Mark, for instance, would really like to cover basics like the flavor system, etc. , so he could start doing his own programming without a lot of trial and error, and Bill and I would be interested in this, too. I'm quite sure that Mark Jones, Bruce, Eric and Van would also be really interested. Would you like to do it Bill has let me know that if you'd care to set something up, he's free to meet with us anytime this week or next (although I'll only be here on Wed. next week) so we can come up with a plan. What do you think Joan. xiv Lisp Lore (All the people and computers mentioned above work at AT&T Bell Laboratories, in Murray Hill, New Jersey. ) I agreed, with some trepidation, to try teaching such a course. It wasn't clear how I was going to explain the Lisp Machine environment to a few dozen beginners when at the time I felt I was scarcely able to keep myself afloat. Particularly since many of the 'beginners' had PhD's in computer science and a decade or two of programming experience. 366 pp. Englisch. Codice articolo 9780898382280

Contatta il venditore

Compra nuovo

EUR 235,39
Convertire valuta
Spese di spedizione: EUR 11,00
Da: Germania a: Italia
Destinazione, tempi e costi

Quantità: 2 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Richard Lamson
ISBN 10: 0898382289 ISBN 13: 9780898382280
Nuovo Rilegato

Da: buchversandmimpf2000, Emtmannsberg, BAYE, Germania

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Buch. Condizione: Neu. Neuware -This book had its genesis in the following piece of computer mail: From allegra!joan-b Tue Dec 18 89:15:54 1984 To: sola!hjb Subj ect: 1 i spm Hank, I've been talking with Mark Plotnik and Bill Gale about asking you to conduct a basic course on using the lisp machine. Mark, for instance, would really like to cover basics like the flavor system, etc. , so he could start doing his own programming without a lot of trial and error, and Bill and I would be interested in this, too. I'm quite sure that Mark Jones, Bruce, Eric and Van would also be really interested. Would you like to do it Bill has let me know that if you'd care to set something up, he's free to meet with us anytime this week or next (although I'll only be here on Wed. next week) so we can come up with a plan. What do you think Joan. xiv Lisp Lore (All the people and computers mentioned above work at AT&T Bell Laboratories, in Murray Hill, New Jersey. ) I agreed, with some trepidation, to try teaching such a course. It wasn't clear how I was going to explain the Lisp Machine environment to a few dozen beginners when at the time I felt I was scarcely able to keep myself afloat. Particularly since many of the 'beginners' had PhD's in computer science and a decade or two of programming experience.Springer Verlag GmbH, Tiergartenstr. 17, 69121 Heidelberg 366 pp. Englisch. Codice articolo 9780898382280

Contatta il venditore

Compra nuovo

EUR 235,39
Convertire valuta
Spese di spedizione: EUR 15,00
Da: Germania a: Italia
Destinazione, tempi e costi

Quantità: 2 disponibili

Aggiungi al carrello

Foto dell'editore

Bromley, H.,Lamson, Richard
Editore: Springer, 1987
ISBN 10: 0898382289 ISBN 13: 9780898382280
Antico o usato Rilegato

Da: HPB-Red, Dallas, TX, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

hardcover. Condizione: Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority! Codice articolo S_393694646

Contatta il venditore

Compra usato

EUR 163,04
Convertire valuta
Spese di spedizione: EUR 92,90
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Immagini fornite dal venditore

Richard Lamson
Editore: Springer US, Springer US, 1987
ISBN 10: 0898382289 ISBN 13: 9780898382280
Nuovo Rilegato

Da: AHA-BUCH GmbH, Einbeck, Germania

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Buch. Condizione: Neu. Druck auf Anfrage Neuware - Printed after ordering - This book had its genesis in the following piece of computer mail: From allegra!joan-b Tue Dec 18 89:15:54 1984 To: sola!hjb Subj ect: 1 i spm Hank, I've been talking with Mark Plotnik and Bill Gale about asking you to conduct a basic course on using the lisp machine. Mark, for instance, would really like to cover basics like the flavor system, etc. , so he could start doing his own programming without a lot of trial and error, and Bill and I would be interested in this, too. I'm quite sure that Mark Jones, Bruce, Eric and Van would also be really interested. Would you like to do it Bill has let me know that if you'd care to set something up, he's free to meet with us anytime this week or next (although I'll only be here on Wed. next week) so we can come up with a plan. What do you think Joan. xiv Lisp Lore (All the people and computers mentioned above work at AT&T Bell Laboratories, in Murray Hill, New Jersey. ) I agreed, with some trepidation, to try teaching such a course. It wasn't clear how I was going to explain the Lisp Machine environment to a few dozen beginners when at the time I felt I was scarcely able to keep myself afloat. Particularly since many of the 'beginners' had PhD's in computer science and a decade or two of programming experience. Codice articolo 9780898382280

Contatta il venditore

Compra nuovo

EUR 244,86
Convertire valuta
Spese di spedizione: EUR 14,99
Da: Germania a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Foto dell'editore

Bromley, H.; Lamson, Richard
Editore: Springer, 1987
ISBN 10: 0898382289 ISBN 13: 9780898382280
Nuovo Rilegato

Da: Lucky's Textbooks, Dallas, TX, U.S.A.

Valutazione del venditore 5 su 5 stelle 5 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. Codice articolo ABLIING23Mar2317530032028

Contatta il venditore

Compra nuovo

EUR 221,81
Convertire valuta
Spese di spedizione: EUR 64,51
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: Più di 20 disponibili

Aggiungi al carrello

Foto dell'editore

Richard Lamson H. Bromley
Editore: Springer, 1987
ISBN 10: 0898382289 ISBN 13: 9780898382280
Nuovo Rilegato

Da: Books Puddle, New York, NY, U.S.A.

Valutazione del venditore 4 su 5 stelle 4 stelle, Maggiori informazioni sulle valutazioni dei venditori

Condizione: New. pp. 368 2nd Edition. Codice articolo 263056083

Contatta il venditore

Compra nuovo

EUR 316,53
Convertire valuta
Spese di spedizione: EUR 7,74
Da: U.S.A. a: Italia
Destinazione, tempi e costi

Quantità: 4 disponibili

Aggiungi al carrello

Foto dell'editore

Bromley, H., Lamson, Richard
Editore: Springer, 1987
ISBN 10: 0898382289 ISBN 13: 9780898382280
Antico o usato Rilegato

Da: Mispah books, Redhill, SURRE, Regno Unito

Valutazione del venditore 4 su 5 stelle 4 stelle, Maggiori informazioni sulle valutazioni dei venditori

Hardcover. Condizione: Very Good. Very Good. book. Codice articolo ERICA77308983822896

Contatta il venditore

Compra usato

EUR 315,61
Convertire valuta
Spese di spedizione: EUR 28,91
Da: Regno Unito a: Italia
Destinazione, tempi e costi

Quantità: 1 disponibili

Aggiungi al carrello

Vedi altre 2 copie di questo libro

Vedi tutti i risultati per questo libro