Structure and Interpretation of Computer Programs - Factbites
 Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Structure and Interpretation of Computer Programs


    Note: these results are not from the primary (high quality) database.


Related Topics

In the News (Fri 1 Jan 10)

  
 CS 450: Structure of Higher Level Languages
Structure and Interpretation of Computer Programs - 2nd Edition.
Structure and Interpretation of Computer Programs, Second Edition
Whether or not this is true in your case, I am quite willing to help each of you in any problems you may have expressing yourself clearly -- just come to my office hours or send me email, and I'll be glad to help as much as I can.
www.cs.umb.edu /cs450   (949 words)

  
 Structure
Structure and Interpretation of Computer Programs Structure and Interpretation of Computer Programs (SICP) is a textbo...
Structure of the British Army The structure of the British Army is complex, due to the different origins of its various...
Document structure convention DSC is a set of requiriments on PostScript files documented in Adobe technical note 5001.
www.brainyencyclopedia.com /topics/structure.html   (949 words)

  
 Computer
Structure and Interpretation of Computer Programs Structure and Interpretation of Computer Programs (SICP) is a textbo...
Object (computer science) In computer science, an object is a data structure (incorporating data and methods) whose inst...
Fallout (computer game) Fallout is a 2004, and a new Fallout 3 project is currently in development.
www.brainyencyclopedia.com /topics/computer.html   (6533 words)

  
 Structure -- Structure
Structure and Interpretation of Computer Programs", the text for the course, is available online...
Understanding the File Structure of Your Computer So, you want to learn about the file structure of your computer, so that you can download files from the net, or save those sent to you via email or...
This "Structure" information is definitely "cutting edge." Whenever you want to come back to this fun "Structure" site just click here and you'll be blown away by what happens next.
www.awningc.com /structure   (6533 words)

  
 Dawes Memorial Library Home Page
Structure and interpretation of computer programs / Harold Abelson and Gerald Jay Sussman, with Julie Sussman ; foreword by Alan J. Perlis.
Talking with computers : explorations in the science and technology of computing / Thomas Dean.
Advanced oil well drilling engineering : handbook and computer programs / [Bill Mitchell].
library.marietta.edu /Booklists/newdept.htm   (11683 words)

  
 andrew cooke: an introduction to programming languages
Structure and Interpretation of Computer Programs is a good book on programming in general that uses Scheme.
Unlike the languages mentioned so far, C has weak typing - some variables can point to different types of data, or even random areas of memory, and the program cannot tell what type of object is being referred to.
For example, a language may treat a string of characters and number in different ways (dividing a string by 3.14 may not be possible, even if the string, when printed, is "200").
www.acooke.org /andrew/writing/lang.html   (11683 words)

  
 Free Programming and Computer Science Books
Structure and interpretation of computer programs - The material in this book has been the basis of MIT's entry-level computer science subject since 1980.
Compare this to today’s computer chip with its total of about ten million transistors, and you can understand why, at present, we have about sufficient technology to simulate the brain of a slug.
While there are many similarities between a brain and an electronic computer, there are also several factors which make the human ‘computer’ unique: First of all, it is rather large.
www.techbooksforfree.com   (2952 words)

  
 CS 61A: The Structure and Interpretation of Computer Programs
CS 61A: The Structure and Interpretation of Computer Programs
In case you have been wondering, stacks are how recursion really works.
Due date for Project 3: 3/19 (part II)
www.cs.washington.edu /homes/bensonl/cs61a/week9.shtml   (332 words)

  
 Computer Programming for Everybody
Sussman's and Abelson's Structure and Interpretation of Computer Programs (on-line)
The pedagogy of "how things work" (Math Forum thread)
Studies in Sphere Packing (VRML 2.0 study appended)
www.4dsolutions.net /ocn/cp4e.html   (35 words)

  
 Computer Science Reading List
Structure and Interpretation of Computer Programs -- Harold Abelson, Gerald Sussman, Julie Sussman
Unfortunately I don't own a copy of this packet, but using a borrowed copy I wrote down the titles of most of the articles, and some of them appear in this list.
The Art of Computer Programming -- Donald Knuth
john.regehr.org /reading_list   (445 words)

  
 Chian Chuu's Resume
Structure and Interpretation of Computer Programs, Circuits and Electronics, Signals and Systems, Computation Structures, Artificial Intelligence, Probabilistic Systems Analysis, Linear Algebra, Introduction to Communication, Control, and Signal Processing, Microelectronic Devices and Circuits, Laboratory in Software Engineering, Computer System Engineering, Knowledge-Based Systems, Medical Computing, Math for Computer Science, Common Sense Reasoning for Interactive Applications
MIT Laboratory for Computer Science Spoken Language Systems group, Cambridge, MA Worked independently to creating and develop a "call back" server, Orion, for the Spoken Languages Systems at MIT's Laboratory for Computer Science.
Spoken Languages Systems of MIT Laboratory of Computer Science
www.mit.edu:8001 /people/cchuu/Resume.html   (516 words)

  
 AL: the animation language
Harold Abelson, Gerald Jay Sussman, and Julie Sussman, Structure and Interpretation of Computer Programs, MIT Press, 1985.
Craig W. Reynolds, "Computer Animation with Scripts and Actors," Computer Graphics, Vol.
Julian E. Gomez, "Twixt: A 3D Animation System," Computers and Graphics, 9, (3), 291-298.
accad.osu.edu /~smay/AL/references.html   (516 words)

  
 Lisa Meeden
CS22 The Structure and Interpretation of Computer Programs
Nature versus Nurture in Evolutionary Computation: Balancing the Roles of the Training Environment and the Fitness Function in Producing Behavior
Indiana University for Ph.D. in Computer Science with minor in Cognitive Science
web.cs.swarthmore.edu /~meeden   (642 words)

  
 Peter Lindberg’s Bookmarks
Structure and Interpretation of Computer Programs, Video Lectures (twenty video lectures of a course at MIT; via John Harris)
Metadata, Semiotics, and the Tower of Babel (via Stefan Smalla)
Computer As an Expressive Medium (cool course at Georgia Tech)
peterlindberg.se /bookmarks   (642 words)

  
 CSAIL Biography
Sussman is a coauthor (with Hal Abelson and Julie Sussman) of the introductory computer science textbook used at M.I.T. The textbook, "Structure and Interpretation of Computer Programs," has been translated into French, German, Chinese, Polish, and Japanese.
* Structure and Interpretation of Computer Programs, Hal Abelson, Gerald Jay Sussman and Julie Sussman, MIT Press and McGraw-Hill, 1985, second edition 1996, (published translations in French, Japanese, and German).
As a result of this and other contributions to computer-science education, Sussman received the ACM's Karl Karlstrom Outstanding Educator Award in 1990, and the Amar G. Bose award for teaching in 1991.
www.csail.mit.edu /biographies/PI/bioprint.php?PeopleID=55   (1387 words)

  
 The meta circular evaluator
For the definition of metacircularity, we refer to the course "Interpretation Of Computer Programs I" (book: Abelson & Sussman: Structure and Interpretation of Computer Programs).
But this is solved by studying a full-fledged high speed interpreter (programmed in C!) in the second part of the course "Interpretation of Computer Programs 2".
The essence of meta circularity is that you only have to understand one program in a language in order to understand all programs in that language.
pico.vub.ac.be /mc   (1387 words)

  
 ☞ MonGenie.com > Abelson
Harold Abelson et Gerald Jay Sussman, Structure and Interpretation of Computer Programs, MIT Press 1996...
Structure and Interpretation of Computer Programs (Second Edition) ABELSON H. www.lirmm.fr
of computer programs" de Harold Abelson et Gerald Jay Sussman, MIT Press...
www.mongenie.com /search.asp?Keywords=Abelson   (265 words)

  
 Using XML and XSLT in OpenNSD/AOLserver
Structure and interpretation of computer programs (a truly great CS book).
Structure and Interpretation of Computer Programs, a book that will make you a better programmer
An educational and simple thing to do is to parse a document and print out its tree structure.
www.fifthgate.org /articles/aolserver/xml/ns_xml_doc.html   (1743 words)

  
 SICP - OneLook Dictionary Search
Front cover Structure and Interpretation of Computer Programs( SICP) is a textbook published in 1985 about general computer programming concepts from MIT press written by Massachusetts Institute of Technology professors Harold Abelson and Gerald Jay Sussman, with Julie Sussman.
Encyclopedia article ( Structure and Interpretation of Computer Programs)
Tip: Click on the first link on a line below to go directly to a page where "SICP" is defined.
www.onelook.com /cgi-bin/cgiwrap/bware/dofind.cgi?word=SICP   (1743 words)

  
 Welcome to the SICP Web Site
Hal Abelson's, Jerry Sussman's and Julie Sussman's Structure and Interpretation of Computer Programs (MIT Press, 1984; ISBN 0-262-01077-1), an excellent computer science text used in introductory courses at MIT.
Structure and Interpretation of Computer Programs, by Abelson, Sussman, and Sussman.
A partial and growing list of universities and colleges that are using SICP for either an introductory or an advanced course.
mitpress.mit.edu /sicp   (1743 words)

  
 Welcome to the SICP Web Site
Hal Abelson's, Jerry Sussman's and Julie Sussman's Structure and Interpretation of Computer Programs (MIT Press, 1984; ISBN 0-262-01077-1), an excellent computer science text used in introductory courses at MIT.
Structure and Interpretation of Computer Programs, by Abelson, Sussman, and Sussman.
A partial and growing list of universities and colleges that are using SICP for either an introductory or an advanced course.
mitpress.mit.edu /sicp/sicp.html   (300 words)

  
 [Languages] SICP at MIT
You even get the invaluable free textbook, Structure and Interpretation of Computer Programs, by Harold Abelson, Gerald Jay Sussman, with Julie Sussman.
Now that you have seen something about Lisp for.NET ( You Are Not Lispless and DotLisp - A Lisp Dialect for.NET) and about MIT's new OpenCourseWare initiative, you will most certainly be excited to access the infamous “SICP“ course ( 6.001 Structure and Interpretation of Computer Programs, Fall 2002).
weblogs.asp.net /jtobler/posts/30081.aspx   (300 words)

  
 CS200 Links
ArsDigita University: The Structure and Interpretation of Computer Programs (Holly Yanco and John Pezaris, Fall 2000)
CS 61A - Structure and Interpretation of Computer Programs
Math 195 - Jeff Elhai's course at Virginia Commonwealth University all on Gödel, Escher, Bach
www.cs.virginia.edu /~evans/cs200-spring2003/links.html   (102 words)

  
 vita98.htm~
Structure and Interpretation of Computer Programs, MIT undergraduate course (co-lecturer for 400 students, with a staff of 7 faculty recitation instructors, 15 graduate tutors, and 20 undergraduate lab assistants).
I have contributed to the integration of software technologies; computer protocols and public policy; programming languages; parallel symbolic processing; human--computer interaction; computer security, data privacy, and societal issues.
Prepared educational materials and computer programs for use with the course.
www-swiss.ai.mit.edu /~jmiller/vita98.htm~   (1935 words)

  
 DBLP: Harold Abelson
Harold Abelson, Gerald J. Sussman: Structure and Interpretation of Computer Programs.
Harold Abelson, Gerald J. Sussman: Structure and Interpretation of Computer Programs, Second Edition.
Harold Abelson: A Note on Time-Space Tradeoffs for Computing Continuous Functions.
www.vldb.org /dblp/db/indices/a-tree/a/Abelson:Harold.html   (229 words)

  
 JOHN C
The principle of the competitive use of available computer structure has a corollary: the larger the computer is, the larger the total number of metaprograms and of programs storable, and the larger the space which can be used for one or more of the currently active programs simultaneously operating.
The mind is the sum of the programs and metaprograms, i.e., the software of the human computer.
One must analyze this metaprogram that has been implanted in one from childhood, examine its rationality or lack of same and proceed in spite of this kind of an interpretation of the phenomena that occur.
www.city-net.com /~mbt/pamithb.html   (20971 words)

  
 Self-interpreter - Wikipedia, the free encyclopedia
The book Structure and Interpretation of Computer Programs presents a set of interesting examples of meta-circular interpretation for the Scheme programming language and variants thereof.
A definition of a computer language is usually made in relation to an abstract machine (so-called operational semantics) or as a mathematical function (denotational semantics).
A typical example is whether a closure in a Lisp-like language is implemented using closures in the interpreter language or implemented "manually" using a data structure that stores the environment explicitly.
en.wikipedia.org /wiki/Metacircular_Interpreter   (528 words)

  
 Translation at opensource encyclopedia
The reason that machine translation - translation performed by computer programs - is not a straightforward task is that one does not translate words - the "surface structure" in linguistics - but rather the meaning or "deep structure." Since computers are not sentient, the meaning is inaccessible to them.
Machine translation should not be confused with computer-assisted translation, which is the use by human translators of various software programs to aid in their work.
Among practitioners, a distinction is generally made between translation, where the source and target texts are written, from interpreting or interpretation, where the source and target are spoken.
wiki.tatet.com /Translation.html   (1191 words)

  
 Martin C. Rinard
In Fall 1997, I was a recitation instructor for 6.001: Structure and Interpretation of Computer Programs.
The package is integrated with the SUIF Compiler Infrastructure and has been used by several research groups to support a variety of projects.
I am an Associate Professor in the Department of Electrical Engineering and Computer Science at the Massachusetts Institute of Technology, and a member of the Computer Science and Artificial Intelligence Laboratory.
www.cag.lcs.mit.edu /~rinard   (509 words)

  
 Arthur's List of Interesting Places
Structure and Interpretation of Computer Programs (SICP), absolutely the best and most complete introductory computer science textbook available.
Thinstall Thinstall allows your programs to run in the compressed state, eliminating the need for installation.
You develop in Common Lisp, you deploy in C. ThinLisp programs are as fast as C, by design.
www.speechcode.com /outside-links/programming.html   (2125 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.