2024-04-19 02:17:45 +02:00
<?xml version="1.0" encoding="utf-8"?>
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en" xml:lang = "en" >
< head >
2024-07-25 11:08:15 +02:00
<!-- 2024 - 07 - 24 sre 22:20 -->
2024-04-19 02:17:45 +02:00
< meta http-equiv = "Content-Type" content = "text/html;charset=utf-8" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2024-04-19 02:38:02 +02:00
< title > Kompotov programerski bralni krožek #1: SICP< / title >
2024-07-25 11:08:15 +02:00
< meta name = "author" content = "Yuri" / >
2024-04-19 02:17:45 +02:00
< meta name = "generator" content = "Org Mode" / >
2024-07-25 11:08:15 +02:00
< style type = "text/css" >
2024-04-19 02:17:45 +02:00
#content { max-width: 60em; margin: auto; }
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #e6e6e6;
border-radius: 3px;
background-color: #f2f2f2;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: auto;
}
pre.src:before {
display: none;
position: absolute;
top: -8px;
right: 12px;
padding: 3px;
color: #555;
background-color: #f2f2f299;
}
pre.src:hover:before { display: inline; margin-top: 14px;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-authinfo::before { content: 'Authinfo'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-hledger:before { content: 'hledger'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.equation-container {
display: table;
text-align: center;
width: 100%;
}
.equation {
vertical-align: middle;
}
.equation-label {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
.org-svg { }
< / style >
< link rel = "stylesheet" type = "text/css" href = "style.css" / >
< / head >
< body >
< div id = "content" class = "content" >
2024-04-19 02:38:02 +02:00
< h1 class = "title" > Kompotov programerski bralni krožek #1: SICP< / h1 >
2024-07-25 11:08:15 +02:00
< div class = "footer" id = "org89373e3" >
2024-04-19 02:38:02 +02:00
< p >
Izvorna koda se nahaja na < a href = "https://git.kompot.si/programerski-bralni-krozek/sicp" > git.kompot.si< / a > .
< / p >
< / div >
2024-04-19 02:17:45 +02:00
< p >
2024-06-02 15:31:14 +02:00
Beremo < a href = "https://en.wikipedia.org/wiki/Structure_and_Interpretation_of_Computer_Programs" > Structure and Interpretation of Computer Programs< / a > . (< a href = "https://web.mit.edu/6.001/6.037/sicp.pdf" > prenesi pdf< / a > ali < a href = "https://melpa.org/#/sicp" > melpa paket za Emacs< / a > )
2024-04-19 02:38:02 +02:00
< / p >
< p >
2024-04-19 02:17:45 +02:00
Za bralni krožek se dogovarjamo prek (javne) mailing liste, na katero se lahko prijavite na < a href = "https://liste.kompot.si/postorius/lists/bralni.kompot.si/" > https://liste.kompot.si/postorius/lists/bralni.kompot.si/< / a >
< / p >
2024-07-25 11:08:15 +02:00
< div id = "orgcd03147" class = "figure" >
2024-04-19 02:17:45 +02:00
< p > < img src = "./tb.jpg" alt = "tb.jpg" / >
< / p >
< / div >
2024-07-25 11:08:15 +02:00
< div id = "outline-container-org5f6fc7e" class = "outline-2" >
< h2 id = "org5f6fc7e" > Srečanja< / h2 >
< div class = "outline-text-2" id = "text-org5f6fc7e" >
< / div >
< div id = "outline-container-org499ffe7" class = "outline-3" >
< h3 id = "org499ffe7" > #6: sreda, 24. 7. 2024 ob 19.45 v parlamentu< / h3 >
2024-04-19 02:17:45 +02:00
< / div >
2024-07-25 11:08:15 +02:00
< div id = "outline-container-org17aaf2f" class = "outline-3" >
< h3 id = "org17aaf2f" > #5: sreda, 12. 6. 2024 ob 18.45 v CTK< / h3 >
< div class = "outline-text-3" id = "text-org17aaf2f" >
2024-06-02 15:31:14 +02:00
< p >
< a href = "https://dogodki.kompot.si/events/63a4ad96-7cc2-45a3-8560-18a1a28cf9b5" > Povezava< / a > do najave dogodka.
< / p >
< p >
Beremo prvo podpoglavje drugega poglavja Grajenje abstrakcij s podatki.
< / p >
< / div >
2024-07-25 11:08:15 +02:00
< div id = "outline-container-orge85f0d9" class = "outline-4" >
< h4 id = "orge85f0d9" > zapiski< / h4 >
< div class = "outline-text-4" id = "text-orge85f0d9" >
< ul class = "org-ul" >
< li > < a href = "zapiski/g1smo/2_6_zapiski_vaje.html" > g1smo< / a > < / li >
< / ul >
2024-06-02 15:31:14 +02:00
< / div >
2024-07-25 11:08:15 +02:00
< / div >
< / div >
< div id = "outline-container-org1f75703" class = "outline-3" >
< h3 id = "org1f75703" > #4: sreda, 29. 5. 2024 18.45 v CTK< / h3 >
< div class = "outline-text-3" id = "text-org1f75703" >
2024-05-17 12:44:20 +02:00
< p >
Dogodek je < a href = "https://dogodki.kompot.si/events/0f3df86f-abc0-4725-bb4c-3587262a672c" > tukaj< / a > .
Preglejujemo naloge iz prvega poglavja.
< / p >
< / div >
< / div >
2024-07-25 11:08:15 +02:00
< div id = "outline-container-org1e6cb58" class = "outline-3" >
< h3 id = "org1e6cb58" > #3: četrtek, 16. 5. 2024 18.45 v CTK< / h3 >
< div class = "outline-text-3" id = "text-org1e6cb58" >
2024-05-17 12:44:20 +02:00
< p >
Kot ponavadi je dogodek na našem < a href = "https://dogodki.kompot.si/events/8435c26d-4dbd-4e28-94c2-a237c837865d" > mobilizonu< / a > .
< / p >
< p >
Prebrali smo poglavje 1.3, razvijanje abstrakcij s postopki višjega reda.
Ker vsebuje poglavje veliko vaj, za katere nismo našli časa, smo se odločili do naslednjič nadoknaditi zamujeno.
Na srečanju smo skupaj reševali vajo 1.29.
< / p >
< / div >
2024-07-25 11:08:15 +02:00
< div id = "outline-container-org63ebce9" class = "outline-4" >
< h4 id = "org63ebce9" > zapiski< / h4 >
< div class = "outline-text-4" id = "text-org63ebce9" >
2024-05-17 12:44:20 +02:00
< ul class = "org-ul" >
< li > < a href = "zapiski/sicp-lio.html#MissingReference" > lio< / a > < / li >
2024-05-29 21:56:50 +02:00
< li > < a href = "./zapiski/g1smo/1_3_zapiski_vaje.html" > g1smo< / a > < / li >
2024-05-17 12:44:20 +02:00
< / ul >
< / div >
< / div >
< / div >
2024-07-25 11:08:15 +02:00
< div id = "outline-container-orgcde6933" class = "outline-3" >
< h3 id = "orgcde6933" > #2: torek, 30. 4. 2024 18.45 v CTK< / h3 >
< div class = "outline-text-3" id = "text-orgcde6933" >
2024-04-19 02:39:58 +02:00
< p >
Dogodek je < a href = "https://dogodki.kompot.si/events/8435c26d-4dbd-4e28-94c2-a237c837865d" > tukaj< / a > .
< / p >
< p >
Nadaljujemo z branjem poglavja 1.2, Procedures and the processes they generate.
< / p >
< / div >
2024-07-25 11:08:15 +02:00
< div id = "outline-container-orga3bab17" class = "outline-4" >
< h4 id = "orga3bab17" > zapiski< / h4 >
< div class = "outline-text-4" id = "text-orga3bab17" >
2024-04-30 19:36:58 +02:00
< ul class = "org-ul" >
2024-05-16 01:06:48 +02:00
< li > < a href = "zapiski/sicp_1_2_tina.md" > tina< / a > (< a href = "zapiski/sicp_1_2_tina.scm" > vaje< / a > , < a href = "zapiski/sicp_sec_1_2.scm" > druga varjanta< / a > )< / li >
2024-05-17 12:44:20 +02:00
< li > < a href = "zapiski/sicp-lio.html#MissingReference" > lio< / a > < / li >
2024-05-29 21:56:50 +02:00
< li > < a href = "zapiski/g1smo/1_2_zapiski.html" > g1smo< / a > < / li >
2024-04-30 19:36:58 +02:00
< / ul >
< / div >
< / div >
2024-04-19 02:39:58 +02:00
< / div >
2024-07-25 11:08:15 +02:00
< div id = "outline-container-org403baff" class = "outline-3" >
< h3 id = "org403baff" > #1: sreda, 17. 4. 2024 18.45 v CTK< / h3 >
< div class = "outline-text-3" id = "text-org403baff" >
2024-04-19 02:17:45 +02:00
< p >
Beremo uvod in do poglavja 1.2, približno 30 strani.
< / p >
< p >
2024-04-19 03:32:24 +02:00
Link do < a href = "https://dogodki.kompot.si/events/76672075-1c6f-48f1-bc37-05dde93371e5" > dogodka na dogodki.kompot.si< / a > .
2024-04-19 02:17:45 +02:00
< / p >
< / div >
2024-07-25 11:08:15 +02:00
< div id = "outline-container-org2e2949d" class = "outline-4" >
< h4 id = "org2e2949d" > zapiski< / h4 >
< div class = "outline-text-4" id = "text-org2e2949d" >
2024-04-19 02:17:45 +02:00
< ul class = "org-ul" >
2024-05-29 21:56:50 +02:00
< li > < a href = "zapiski/g1smo/1_1_zapiski_vaje.html" > g1smo< / a > < / li >
2024-05-16 01:06:48 +02:00
< li > < a href = "zapiski/sicp-lio.html" > lio< / a > < / li >
2024-04-19 02:17:45 +02:00
< / ul >
< / div >
< / div >
< / div >
< / div >
< / div >
< / body >
2024-07-25 11:08:15 +02:00
< / html >