City Pedia Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. 0-262-51087-1 (2nd ed.) LC Class. QA76.6 .A255 1996. Website. mitpress .mit .edu /sicp. Structure and Interpretation of Computer Programs ( SICP) is a computer science textbook by Massachusetts Institute of Technology professors Harold Abelson and Gerald Jay Sussman with Julie Sussman. It is known as the "Wizard Book" in hacker culture. [1]

  3. Compilers: Principles, Techniques, and Tools - Wikipedia

    en.wikipedia.org/wiki/Compilers:_Principles...

    005.4/53 19. LC Class. QA76.76.C65 A37 1986. Compilers: Principles, Techniques, and Tools [1] is a computer science textbook by Alfred V. Aho, Monica S. Lam, Ravi Sethi, and Jeffrey D. Ullman about compiler construction for programming languages. First published in 1986, it is widely regarded as the classic definitive compiler technology text.

  4. Essentials of Programming Languages - Wikipedia

    en.wikipedia.org/wiki/Essentials_of_Programming...

    Essentials of Programming Languages ( EOPL) is a textbook on programming languages by Daniel P. Friedman, Mitchell Wand, and Christopher T. Haynes . EOPL surveys the principles of programming languages from an operational perspective. It starts with an interpreter in Scheme for a simple functional core language similar to the lambda calculus ...

  5. Introduction to Algorithms - Wikipedia

    en.wikipedia.org/wiki/Introduction_to_Algorithms

    Introduction to Algorithms is a book on computer programming by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein.The book has been widely used as the textbook for algorithms courses at many universities and is commonly cited as a reference for algorithms in published papers, with over 10,000 citations documented on CiteSeerX, and over 67,000 citation on Google ...

  6. Computer language - Wikipedia

    en.wikipedia.org/wiki/Computer_language

    A computer language is a formal language used to communicate with a computer. Types of computer languages include: Construction language – all forms of communication by which a human can specify an executable problem solution to a computer. Command language – a language used to control the tasks of the computer itself, such as starting ...

  7. Code: The Hidden Language of Computer Hardware and Software

    en.wikipedia.org/wiki/Code:_The_Hidden_Language...

    ISBN. 978-0735605053. Website. www .charlespetzold .com /code. Code: The Hidden Language of Computer Hardware and Software (1999) is a book by Charles Petzold that seeks to teach how personal computers work at a hardware and software level. In the preface to the 2000 softcover edition, Petzold wrote that his goal was for readers to understand ...

  8. Fundamental Concepts in Programming Languages - Wikipedia

    en.wikipedia.org/wiki/Fundamental_Concepts_in...

    Fundamental Concepts in Programming Languages were an influential set of lecture notes written by Christopher Strachey for the International Summer School in Computer Programming at Copenhagen in August, 1967. It introduced much programming language terminology still in use today, including "R-value" and "L-value", "ad hoc polymorphism ...

  9. Syntax (programming languages) - Wikipedia

    en.wikipedia.org/wiki/Syntax_(programming_languages)

    In computer science, the syntax of a computer language is the rules that define the combinations of symbols that are considered to be correctly structured statements or expressions in that language. This applies both to programming languages, where the document represents source code, and to markup languages, where the document represents data.