You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grupo oficial do Telegram: <ahref="https://telegram.me/commonlispbr">Common Lisp Brasil</a>
151
+
</p>
152
+
153
+
<p>
154
+
Grupo não-oficial de Lisp Brasileiro IRC freenode: <ahref="http://webchat.freenode.net/">#lisp-br</a>
155
+
</p>
156
+
157
+
<p>
158
+
Os dados a seguir podem estar incompletos ou conter erros. Proceda com
159
+
cuidado e, se você tiver uma sugestão ou reclamação, <ahref="https://github.com/commonlispbr/commonlispbr.github.io">abra uma issue no
160
+
repositório desta página</a>.
161
+
</p>
162
+
163
+
</div>
143
164
<divid="table-of-contents">
144
165
<h2>Table of Contents</h2>
145
166
<divid="text-table-of-contents">
@@ -172,18 +193,8 @@ <h2>Table of Contents</h2>
172
193
</ul>
173
194
</div>
174
195
</div>
175
-
<p>
176
-
Grupo oficial do Telegram: <ahref="https://telegram.me/commonlispbr">Common Lisp Brasil</a>
177
-
</p>
178
196
179
-
<p>
180
-
Grupo não-oficial de Lisp Brasileiro IRC freenode: <ahref="http://webchat.freenode.net/">#lisp-br</a>
181
-
</p>
182
197
183
-
<p>
184
-
Os dados a seguir podem estar incompletos ou conter erros. Proceda com cuidado e, se você tiver uma sugestão ou reclamação, <ahref="https://github.com/commonlispbr/commonlispbr.github.io">abra uma
Copy file name to clipboardExpand all lines: index.org
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,24 @@
3
3
#+AUTHOR: Manoel Vilela, Lucas Vieira
4
4
#+DATE: <2018-02-10 Sat>
5
5
#+TITLE: Common Lisp Brasil
6
+
#+LANGUAGE: bt-br
7
+
#+OPTIONS: toc:nil
6
8
9
+
#+BEGIN_ABSTRACT
10
+
Olá! Seja-bem vindo ao grupo de estudos
11
+
e projetos do Common Lisp Brasil!
7
12
8
13
Grupo oficial do Telegram: [[https://telegram.me/commonlispbr][Common Lisp Brasil]]
9
14
10
15
Grupo não-oficial de Lisp Brasileiro IRC freenode: [[http://webchat.freenode.net/][#lisp-br]]
11
16
12
-
Os dados a seguir podem estar incompletos ou conter erros. Proceda com cuidado e, se você tiver uma sugestão ou reclamação, [[https://github.com/commonlispbr/commonlispbr.github.io][abra uma
13
-
issue no repositório desta página]].
17
+
Os dados a seguir podem estar incompletos ou conter erros. Proceda com
18
+
cuidado e, se você tiver uma sugestão ou reclamação, [[https://github.com/commonlispbr/commonlispbr.github.io][abra uma issue no
19
+
repositório desta página]].
20
+
#+END_ABSTRACT
21
+
#+TOC: headlines=2
22
+
23
+
14
24
15
25
* Conceitos e Fundamentos
16
26
** O que é Lisp?
@@ -28,7 +38,7 @@ listas.
28
38
29
39
#+BEGIN_SRC lisp
30
40
31
-
(operacao operando1 operand2)
41
+
(operação operando-1 operando-2)
32
42
(+ 1 2) ;; => 3
33
43
34
44
#+END_SRC
@@ -168,7 +178,7 @@ e criação de binários com Common Lisp. Vale a pena tentar dar uma
168
178
olhada!
169
179
170
180
- [[https://github.com/roswell/roswell][Roswell]]
171
-
181
+
172
182
* Projetos
173
183
174
184
- [[https://next-browser.github.io/][=nEXT=, um browser escrito em Common Lisp orientado a teclado Emacs-like
0 commit comments