Descriere YEO:
Pe YEO găsești The Reasoned Schemer, Paperback/Daniel P. de la Mit Press, în categoria Foreign Books.
Indiferent de nevoile tale, The Reasoned Schemer, Paperback/Daniel P. Friedman din categoria Foreign Books îți poate aduce un echilibru perfect între calitate și preț, cu avantaje practice și moderne.
Preț: 276.99 Lei
Caracteristicile produsului The Reasoned Schemer, Paperback/Daniel P.
- Brand: Mit Press
- Categoria: Foreign Books
- Magazin: elefant.ro
- Ultima actualizare: 21-05-2025 02:24:32
Comandă The Reasoned Schemer, Paperback/Daniel P. Online, Simplu și Rapid
Prin intermediul platformei YEO, poți comanda The Reasoned Schemer, Paperback/Daniel P. de la elefant.ro rapid și în siguranță. Bucură-te de o experiență de cumpărături online optimizată și descoperă cele mai bune oferte actualizate constant.
Descriere magazin:
A new edition of a book, written in a humorous question-and-answer style, that shows how to implement and use an elegant little programming language for logic programming. The goal of this book is to show the beauty and elegance of relational programming, which captures the essence of logic programming. The book shows how to implement a relational programming language in Scheme, or in any other functional language, and demonstrates the remarkable flexibility of the resulting relational programs. As in the first edition, the pedagogical method is a series of questions and answers, which proceed with the characteristic humor that marked The Little
Schemer and The Seasoned
Schemer . Familiarity with a functional language or with the first five chapters of T he Little
Schemer is assumed. For this second edition, the authors have greatly simplified the programming language used in the book, as well as the implementation of the language. In addition to revising the text extensively, and simplifying and revising the ``Laws`` and ``Commandments,`` they have added explicit ``Translation`` rules to ease translation of Scheme functions into relations.