-
Notifications
You must be signed in to change notification settings - Fork 5
Integra glossário, atualiza 'aprendizado.org' e conserta link do artigo de 'notação polonesa'. #43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,12 +22,20 @@ interativas como Lisp e Python. A propósito, o conceito foi | |
inicialmente feito justamente em Lisp! | ||
|
||
* Livros | ||
# Os livros físicos devem conter link para compra em lojas no Brasil. Links de compras em outros países não serão aceitos. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Porque o There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. É para ser um comentário no org-file. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah ok. Mas isso não é renderizado não né? Nunca havia usado comentários no org-file. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Não, não é. Começar com # é comentário, e começar com #+ é opção do org. |
||
|
||
- Common Lisp: A Gentle Introduction to Symbolic Computation, por David S. Touretsky | ||
- [Amazon] [[https://www.amazon.com.br/Common-LISP-Introduction-Computation-Engineering-ebook/dp/B00IZUEG1G/][Livro físico]] | ||
- [[https://www.amazon.com.br/Common-LISP-Introduction-Computation-Engineering-ebook/dp/B00IZUEG1G/][Livro físico]] [/Amazon/] | ||
- [[https://www.cs.cmu.edu/~dst/LispBook/][Versão online]] | ||
- [Amazon] [[https://www.amazon.com.br/Land-Lisp-Learn-Program-Game-ebook/dp/B004AE3P4K/][Land of Lisp: Learn to Program in Lisp, One Game at a Time!]], por Conrad Barski | ||
- [Amazon] [[https://www.amazon.com.br/Common-Lisp-Recipes-Problem-Solution-Approach-ebook/dp/B01JFTONBS/][Common Lisp Recipes: A Problem-Solution Approach]], por Edmund Weitz | ||
- Practical Common Lisp, por Peter Seibel | ||
- [Amazon] [[https://www.amazon.com.br/Practical-Common-Lisp-Peter-Seibel/dp/1590592395][Livro físico]] | ||
|
||
- [[https://www.amazon.com.br/Common-Lisp-Recipes-Problem-Solution-Approach-ebook/dp/B01JFTONBS/][Common Lisp Recipes: A Problem-Solution Approach]], por Edmund Weitz. [/Amazon/] | ||
|
||
- Practical Common Lisp, por Peter Seibel. | ||
- [[https://www.amazon.com.br/Practical-Common-Lisp-Peter-Seibel/dp/1590592395][Livro físico]] [/Amazon/] | ||
- [[http://www.gigamonkeys.com/book/][Versão online]] | ||
|
||
- [[https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/clm.html][Common Lisp the Language, 2nd Edition]], por Guy L. Steele Jr. [/Online/] | ||
|
||
- [[https://www.amazon.com.br/Land-Lisp-Learn-Program-Game-ebook/dp/B004AE3P4K/][Land of Lisp: Learn to Program in Lisp, One Game at a Time!]], por Conrad Barski. [/Amazon/] | ||
|
||
- [[https://lispcookbook.github.io/cl-cookbook/][The Common Lisp Cookbook]] (/inglês/). [/Online/] |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ valores e/ou a procedimentos. Na linguagens da família Lisp, há a | |
peculiaridade de existir uma linha muito tênue de separação entre | ||
dados e procedimentos no código-fonte. Na realidade, é possível | ||
produzir código a partir de dados e vice-versa! Uma das | ||
características fortes da linguagem é o uso da [[https://pt.wikipedia.org/wiki/Nota%25C3%25A7%25C3%25A3o_polonesa][notação polonesa]], que | ||
características fortes da linguagem é o uso da [[https://pt.wikipedia.org/wiki/Nota%C3%A7%C3%A3o_polonesa][notação polonesa]] que | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ótimo |
||
simplifica a sintaxe da linguagem, de forma a previnir ambiguidades: | ||
operações e operandos são denotados de forma explícita, em sua ordem | ||
de precedência, no uso de listas. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isso não é um erro!