This HTML5 document contains 137 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dbpedia-dehttp://de.dbpedia.org/resource/
dctermshttp://purl.org/dc/terms/
n4https://ocw.mit.edu/courses/6-001-structure-and-interpretation-of-computer-programs-spring-2005/video_galleries/video-lectures/
n32http://mitpress.mit.edu/
dbohttp://dbpedia.org/ontology/
foafhttp://xmlns.com/foaf/0.1/
n20https://global.dbpedia.org/id/
n35http://dbpedia.org/resource/Compilers:
dbpedia-trhttp://tr.dbpedia.org/resource/
dchttp://purl.org/dc/elements/1.1/
dbpedia-ruhttp://ru.dbpedia.org/resource/
schemahttp://schema.org/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
dbpedia-hrhttp://hr.dbpedia.org/resource/
dbpedia-svhttp://sv.dbpedia.org/resource/
freebasehttp://rdf.freebase.com/ns/
bibohttp://purl.org/ontology/bibo/
n19https://xuanji.appspot.com/isicp/
n8http://viaf.org/viaf/
dbpedia-fahttp://fa.dbpedia.org/resource/
n31http://commons.wikimedia.org/wiki/Special:FilePath/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n9https://cloudflare-ipfs.com/ipfs/
owlhttp://www.w3.org/2002/07/owl#
dbpedia-ithttp://it.dbpedia.org/resource/
dbpedia-frhttp://fr.dbpedia.org/resource/
dbpedia-zhhttp://zh.dbpedia.org/resource/
wikipedia-enhttp://en.wikipedia.org/wiki/
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/
dbpedia-jahttp://ja.dbpedia.org/resource/

Statements

Subject Item
dbr:Structure_and_Interpretation_of_Computer_Programs
rdf:type
wikidata:Q571 schema:Book schema:CreativeWork wikidata:Q386724 bibo:Book dbo:WrittenWork wikidata:Q234460 dbo:Book owl:Thing dbo:Work
rdfs:label
Structure and Interpretation of Computer Programs Structure and Interpretation of Computer Programs Structure and Interpretation of Computer Programs Structure and Interpretation of Computer Programs 計算機プログラムの構造と解釈 Структура и интерпретация компьютерных программ 计算机程序的构造和解释 Structure et interprétation des programmes informatiques
rdfs:comment
Structure and Interpretation of Computer Programs (även kallad Wizard Book och mindre vanligt Purple Book) är en bok utgiven 1985 (andra utgåvan kom 1996) om datorprogrammering, skriven av och . Boken använder sig av Lisp-dialekten Scheme och behandlar exempelvis olika programmeringsparadigmer.Den digitala utgåvan av boken är licensierad under en creative commons-licens (cc-by-sa 4.0) och kan hämtas gratis från bokens hemsida, för icke-kommersiellt bruk. Boken används på flera tekniska högskolor och universitet, i grundkurser i programmering. «Структу́ра и интерпрета́ция компью́терных програ́мм» (англ. Structure and Interpretation of Computer Programs — SICP) — классическая книга Харольда Абельсона и о программировании, выпущенная издательством Массачусетского технологического института в 1985 году. В институте она использовалась как учебник для начального курса программирования 6.001 с одноимённым названием (6.001 был заменён курсом 6.01, использующим Python). Помимо этого, книгу используют во многих американских учебных заведениях, имеющих курсы, так или иначе связанные с языком Scheme. 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. It teaches fundamental principles of computer programming, including recursion, abstraction, modularity, and programming language design and implementation. MIT Press published the JavaScript edition in 2022. 《计算机程序的构造和解释》(英語:Structure and Interpretation of Computer Programs,SICP)是一本关于计算机程序设计的总体性观念的基礎教科书,由麻省理工学院出版社與共同出版行銷。作者是麻省理工学院教授哈尔·阿伯尔森、傑拉德·傑伊·薩斯曼,此外傑拉德·傑伊·薩斯曼的妻子朱莉·苏斯曼也有參與本書的製作。封底的作者圖像是由其實驗室的同僚尼克·帕帕达基斯後製的合成照。 书中使用程序设计语言Lisp的方言Scheme来解释计算机科学的核心概念,包括抽象、递归、直譯器以及元語言抽象。具體而微地由宏觀到微觀給出清楚地輪廓與脈絡。 Structure et interprétation des programmes informatiques (Structure and Interpretation of Computer Programs, SICP) est un livre écrit par Harold Abelson, Gerald Jay Sussman et Julie Sussman. Le livre traite des principes et concepts de la programmation informatique, comme l’abstraction en programmation, l’ (en), la récursivité, les interpréteurs et la programmation modulaire. Il est édité pour la première fois en 1985 par le MIT Press et est considéré comme un classique en informatique. Structure and Interpretation of Computer Programs (SICP) ist ein 1985 bei MIT Press veröffentlichtes Informatik-Lehrbuch, welches grundlegende Konzepte der Programmierung behandelt. Geschrieben wurde es von den MIT-Professoren Hal Abelson und Gerald Jay Sussman sowie . Es wurde als Basistext für den Einführungskurs 6.001 in Programmierung für die Informatikstudenten des MIT und anderer Hochschulen verwendet. Structure and Interpretation of Computer Programs (comunemente noto con l'acronimo SICP, o come wizard book, "libro dello stregone", per via dell'illustrazione in copertina) è un libro di testo che tratta i principi della programmazione, tra i quali astrazione, , ricorsione, interpreti e programmazione modulare, ed è considerato un testo classico dell'informatica. 『計算機プログラムの構造と解釈』(Structure and Interpretation of Computer Programs。原題の略称SICPがよく使われる)は、1985年にMIT出版から刊行された、計算機科学分野の古典的な教科書。著者はマサチューセッツ工科大学 (MIT) の教授ハル・アベルソンとジェラルド・ジェイ・サスマン、。かつてMITコンピュータ科学科の6.001として知られるプログラミングの入門講義で使われていた。第2版(ハードカバー版 ISBN 0-262-01153-0、ペーパーバック版 ISBN 0-262-51087-1)が1996年に刊行された。計算機科学の古典として広く認められている。 表紙に魔術師が描かれているため魔術師本(Wizard Book)としても知られ、まれに表紙の色をとって紫本(Purple Book)とも呼ばれる。 プログラミング言語LISPの方言Schemeが用いられ、抽象化、再帰、インタプリタ、といった計算機科学の概念の真髄が説明されている。
foaf:name
Structure and Interpretation of Computer Programs
foaf:homepage
n32:sicp
dbp:name
Structure and Interpretation of Computer Programs
foaf:depiction
n31:SICP_cover.jpg
dc:publisher
MIT Press
dcterms:subject
dbc:Lisp_(programming_language) dbc:1984_non-fiction_books dbc:Scheme_(programming_language) dbc:Computer_science_books dbc:Creative_Commons-licensed_books dbc:1996_non-fiction_books dbc:Computer_programming_books dbc:Massachusetts_Institute_of_Technology
dbo:wikiPageID
82368
dbo:wikiPageRevisionID
1123367111
dbo:wikiPageWikiLink
dbr:Compiler dbr:Structure_and_Interpretation_of_Computer_Programs,_JavaScript_Edition dbr:Computer_science dbr:National_University_of_Singapore dbr:Massachusetts_Institute_of_Technology dbr:Computer_programming dbr:Structure_and_Interpretation_of_Classical_Mechanics dbr:Creative_Commons dbr:Modular_programming dbc:Lisp_(programming_language) dbr:Software_Design_for_Flexibility dbr:MIT_Press dbr:Scheme_(programming_language) dbr:Hacker_culture dbr:Byte_(magazine) dbr:Hacker dbr:Essentials_of_Programming_Languages dbr:How_to_Design_Programs dbc:1984_non-fiction_books dbr:Lisp_(programming_language) dbr:Programming_language dbc:Scheme_(programming_language) dbr:Harold_Abelson dbr:Abstraction_(computer_science) dbr:Assembly_language dbr:Textbook dbc:Creative_Commons-licensed_books dbc:1996_non-fiction_books dbr:Gerald_Jay_Sussman dbr:Recursion dbc:Computer_science_books dbr:Virtual_machine dbc:Massachusetts_Institute_of_Technology dbr:Metalinguistic_abstraction dbr:Interpreter_(computing) dbc:Computer_programming_books dbr:Programming_language_implementation dbr:Register_machine n35:_Principles,_Techniques,_and_Tools
dbo:wikiPageExternalLink
n4: n9:QmQ3C4ooSCmBMuK7mKq4sqVAfGq9y5EJpWNGVTQzC1FRms%3Ffilename=sicp.pdf n19:
owl:sameAs
n8:4605152503094110800000 dbpedia-ru:Структура_и_интерпретация_компьютерных_программ dbpedia-sv:Structure_and_Interpretation_of_Computer_Programs dbpedia-tr:Structure_and_Interpretation_of_Computer_Programs n20:HwGW dbpedia-fr:Structure_et_interprétation_des_programmes_informatiques dbpedia-fa:ساختار_و_تفسیر_برنامه‌های_رایانه‌ای dbpedia-it:Structure_and_Interpretation_of_Computer_Programs dbpedia-ja:計算機プログラムの構造と解釈 dbpedia-hr:Structure_and_Interpretation_of_Computer_Programs freebase:m.0l4p5 dbpedia-zh:计算机程序的构造和解释 wikidata:Q1249747 dbpedia-de:Structure_and_Interpretation_of_Computer_Programs
dbp:wikiPageUsesTemplate
dbt:Authority_control dbt:Reflist dbt:Lisp_programming_language dbt:Redirect dbt:Infobox_book dbt:Short_description dbt:Official_website dbt:URL
dbo:thumbnail
n31:SICP_cover.jpg?width=300
dbp:author
Harold Abelson, Gerald Jay Sussman, Julie Sussman
dbp:caption
Cover of the second edition
dbp:congress
QA76.6 .A255 1996
dbp:genre
dbr:Textbook
dbp:isbn
0
dbp:isbnNote
dbp:italicTitle
force
dbp:pages
657
dbp:pubDate
198419962022
dbp:publisher
dbr:MIT_Press
dbp:subject
dbr:Computer_science
dbo:abstract
Structure and Interpretation of Computer Programs (SICP) ist ein 1985 bei MIT Press veröffentlichtes Informatik-Lehrbuch, welches grundlegende Konzepte der Programmierung behandelt. Geschrieben wurde es von den MIT-Professoren Hal Abelson und Gerald Jay Sussman sowie . Es wurde als Basistext für den Einführungskurs 6.001 in Programmierung für die Informatikstudenten des MIT und anderer Hochschulen verwendet. Inzwischen in überarbeiteter Fassung (second edition, ISBN 0-262-51087-1) erschienen, wird es allgemein als Klassiker der Informatik angesehen. Es wird auch als Wizard Book (ein Zauberer ist auf dem Titel des Originals zu sehen) und seltener als Purple Book bezeichnet. Die deutsche Ausgabe ist unter dem Titel Struktur und Interpretation von Computerprogrammen (ISBN 3540423427) erschienen. Das Buch verwendet den Lisp-Dialekt Scheme, um Konzepte wie Abstraktion, Rekursion und Interpreter zu erklären. «Структу́ра и интерпрета́ция компью́терных програ́мм» (англ. Structure and Interpretation of Computer Programs — SICP) — классическая книга Харольда Абельсона и о программировании, выпущенная издательством Массачусетского технологического института в 1985 году. В институте она использовалась как учебник для начального курса программирования 6.001 с одноимённым названием (6.001 был заменён курсом 6.01, использующим Python). Помимо этого, книгу используют во многих американских учебных заведениях, имеющих курсы, так или иначе связанные с языком Scheme. Используя Scheme (диалект языка LISP), авторы описали основные концепции программирования, включая абстракцию (данных и исполнения), рекурсию и метаязыковую абстракцию. Также в книге изложена практическая реализация концепций регистровой машины и . Текст второго издания книги распространяется под лицензией Creative Commons (CC BY-SA версии 4.0). 《计算机程序的构造和解释》(英語:Structure and Interpretation of Computer Programs,SICP)是一本关于计算机程序设计的总体性观念的基礎教科书,由麻省理工学院出版社與共同出版行銷。作者是麻省理工学院教授哈尔·阿伯尔森、傑拉德·傑伊·薩斯曼,此外傑拉德·傑伊·薩斯曼的妻子朱莉·苏斯曼也有參與本書的製作。封底的作者圖像是由其實驗室的同僚尼克·帕帕达基斯後製的合成照。 书中使用程序设计语言Lisp的方言Scheme来解释计算机科学的核心概念,包括抽象、递归、直譯器以及元語言抽象。具體而微地由宏觀到微觀給出清楚地輪廓與脈絡。 『計算機プログラムの構造と解釈』(Structure and Interpretation of Computer Programs。原題の略称SICPがよく使われる)は、1985年にMIT出版から刊行された、計算機科学分野の古典的な教科書。著者はマサチューセッツ工科大学 (MIT) の教授ハル・アベルソンとジェラルド・ジェイ・サスマン、。かつてMITコンピュータ科学科の6.001として知られるプログラミングの入門講義で使われていた。第2版(ハードカバー版 ISBN 0-262-01153-0、ペーパーバック版 ISBN 0-262-51087-1)が1996年に刊行された。計算機科学の古典として広く認められている。 表紙に魔術師が描かれているため魔術師本(Wizard Book)としても知られ、まれに表紙の色をとって紫本(Purple Book)とも呼ばれる。 プログラミング言語LISPの方言Schemeが用いられ、抽象化、再帰、インタプリタ、といった計算機科学の概念の真髄が説明されている。 第二版の和田英一による日本語訳(ISBN 978-4894711631)がピアソン桐原から2000年2月に発売された。2013年8月にピアソン桐原が撤退し絶版になり、和田はHTML版を公開した。和田は一時MIT助教授であったため、著者の一人ジェラルド・サスマンとは知り合いである。全体的に訳が古めかしいという不評も一部にある。その後2014年5月に翔泳社より再版されている。 Structure and Interpretation of Computer Programs (comunemente noto con l'acronimo SICP, o come wizard book, "libro dello stregone", per via dell'illustrazione in copertina) è un libro di testo che tratta i principi della programmazione, tra i quali astrazione, , ricorsione, interpreti e programmazione modulare, ed è considerato un testo classico dell'informatica. La prima edizione è stata pubblicata nel 1985 da MIT Press, scritta da e Gerald Jay Sussman, professori al Massachusetts Institute of Technology (MIT), insieme a . La seconda edizione è del 1996. Il libro è distribuito sotto licenza Creative Commons Attribution ShareAlike 4.0. 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. It teaches fundamental principles of computer programming, including recursion, abstraction, modularity, and programming language design and implementation. MIT Press published the first edition in 1984, and the second edition in 1996. It was formerly used as the textbook for MIT's introductory course in computer science. SICP focuses on discovering general patterns for solving specific problems, and building software systems that make use of those patterns. MIT Press published the JavaScript edition in 2022. Structure et interprétation des programmes informatiques (Structure and Interpretation of Computer Programs, SICP) est un livre écrit par Harold Abelson, Gerald Jay Sussman et Julie Sussman. Le livre traite des principes et concepts de la programmation informatique, comme l’abstraction en programmation, l’ (en), la récursivité, les interpréteurs et la programmation modulaire. Il est édité pour la première fois en 1985 par le MIT Press et est considéré comme un classique en informatique. Structure and Interpretation of Computer Programs (även kallad Wizard Book och mindre vanligt Purple Book) är en bok utgiven 1985 (andra utgåvan kom 1996) om datorprogrammering, skriven av och . Boken använder sig av Lisp-dialekten Scheme och behandlar exempelvis olika programmeringsparadigmer.Den digitala utgåvan av boken är licensierad under en creative commons-licens (cc-by-sa 4.0) och kan hämtas gratis från bokens hemsida, för icke-kommersiellt bruk. Boken används på flera tekniska högskolor och universitet, i grundkurser i programmering.
gold:hypernym
dbr:Textbook
prov:wasDerivedFrom
wikipedia-en:Structure_and_Interpretation_of_Computer_Programs?oldid=1123367111&ns=0
dbo:wikiPageLength
7342
dbo:isbn
0-262-51087-1
dbo:lcc
QA76.6 .A255 1996
dbo:numberOfPages
657
dbo:author
dbr:Gerald_Jay_Sussman dbr:Harold_Abelson
dbo:literaryGenre
dbr:Textbook
dbo:nonFictionSubject
dbr:Computer_science
dbo:publisher
dbr:MIT_Press
foaf:isPrimaryTopicOf
wikipedia-en:Structure_and_Interpretation_of_Computer_Programs