Skip to content

Commit ce8514f

Browse files
committed
Compile index.html
1 parent e3c3041 commit ce8514f

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
55
<head>
66
<title>Common Lisp Brasil</title>
7-
<!-- 2018-02-12 Mon 00:15 -->
7+
<!-- 2018-02-12 Mon 09:47 -->
88
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
99
<meta name="generator" content="Org-mode" />
1010
<meta name="author" content="Manoel Vilela, Lucas Vieira" />
@@ -207,7 +207,7 @@ <h3 id="sec-1-1"><span class="section-number-3">1.1</span> O que é Lisp?</h3>
207207
<div class="org-src-container">
208208

209209
<pre class="src src-lisp"><span style="color: #51afef;">(</span>operacao operando1 operand2<span style="color: #51afef;">)</span>
210-
<span style="color: #51afef;">(</span>+ 1 2<span style="color: #51afef;">)</span> <span style="color: #5B6268;">;; </span><span style="color: #5B6268;">=&gt; 3</span>
210+
<span style="color: #51afef;">(</span>+ 1 2<span style="color: #51afef;">)</span> <span style="color: #525252;">;; </span><span style="color: #525252;">=&gt; 3</span>
211211
</pre>
212212
</div>
213213

@@ -243,12 +243,12 @@ <h3 id="sec-1-2"><span class="section-number-3">1.2</span> O que é Common Lisp?
243243

244244
<div class="org-src-container">
245245

246-
<pre class="src src-lisp"><span style="color: #51afef;">(</span><span style="color: #51afef;">defun</span> <span style="color: #c678dd;">hello-world</span> <span style="color: #c678dd;">()</span> <span style="color: #5B6268;">;; </span><span style="color: #5B6268;">defini&#231;&#227;o de fun&#231;&#227;o</span>
247-
<span style="color: #c678dd;">(</span>princ <span style="color: #98be65;">"Hello, Lispers!"</span><span style="color: #c678dd;">)</span><span style="color: #51afef;">)</span>
246+
<pre class="src src-lisp"><span style="color: #51afef;">(</span><span style="color: #51afef;">defun</span> <span style="color: #c678dd;">hello-world</span> <span style="color: #c678dd;">()</span> <span style="color: #525252;">;; </span><span style="color: #525252;">defini&#231;&#227;o de fun&#231;&#227;o</span>
247+
<span style="color: #c678dd;">(</span>princ <span style="color: #99bb66;">"Hello, Lispers!"</span><span style="color: #c678dd;">)</span><span style="color: #51afef;">)</span>
248248

249-
<span style="color: #51afef;">(</span>hello-world<span style="color: #51afef;">)</span> <span style="color: #5B6268;">;; </span><span style="color: #5B6268;">chamada de fun&#231;&#227;o</span>
249+
<span style="color: #51afef;">(</span>hello-world<span style="color: #51afef;">)</span> <span style="color: #525252;">;; </span><span style="color: #525252;">chamada de fun&#231;&#227;o</span>
250250

251-
<span style="color: #5B6268;">;; </span><span style="color: #5B6268;">resultado: Hello, Lispers!</span>
251+
<span style="color: #525252;">;; </span><span style="color: #525252;">resultado: Hello, Lispers!</span>
252252
</pre>
253253
</div>
254254
</div>
@@ -270,6 +270,8 @@ <h3 id="sec-2-1"><span class="section-number-3">2.1</span> Apresentação</h3>
270270
<li><a href="http://www.lisperati.com/casting.html">Lisperati Casting</a>, uma história em quadrinhos sobre a magia que é
271271
programar em Lisp.
272272
</li>
273+
<li><a href="http://www.avelino.xxx/hist%C3%B3ria-do-lisp-abra-os-olhos-para-programa%C3%A7%C3%A3o-funcional/">História do Lisp</a>, entenda como o Lisp começou e porque temos tantos dialetos.
274+
</li>
273275
</ul>
274276
</div>
275277
</div>
@@ -538,7 +540,7 @@ <h2 class="footnotes">Footnotes: </h2>
538540
<div id="postamble" class="status">
539541
<p class="date">Date: <span class="timestamp-wrapper"><span class="timestamp">&lt;2018-02-10 Sat&gt;</span></span></p>
540542
<p class="author">Author: Manoel Vilela, Lucas Vieira</p>
541-
<p class="date">Created: 2018-02-12 Mon 00:15</p>
543+
<p class="date">Created: 2018-02-12 Mon 09:47</p>
542544
<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 25.3.1 (<a href="http://orgmode.org">Org</a> mode 8.2.10)</p>
543545
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
544546
</div>

0 commit comments

Comments
 (0)