Skip to content

Conversation

gilgamesh3
Copy link
Contributor

No description provided.

Copy link
Member

@ryukinix ryukinix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gostei bastante do layout! O conteúdo também está muito bom. Preciso de apenas algumas alterações antes de fazer merge.

@@ -0,0 +1,48 @@
#+TITLE: Glossário de termos
#+DATE: 2019-03-03
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Recomendo adicionar o campo #+AUTHOR com seu nome.

dictionary.org Outdated

Referência: [[https://www.gnu.org/software/emacs/manual/html_node/eintr/Lisp-Atoms.html][Lisp Atoms - Programming in Emacs Lisp]].
*** F
*Form*: Um objeto que é esperado ser evaluado sem um erro.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Existe vários problemas aqui. Form é sinônimo para uma s-exp, não é necessáriamente um objeto no sentido de OOP. Além de isso não tem muita relação com erros. Por último evaluado é um palavra inexistente em ambas línguas, português e inglês. Acho que neologismos deveriam ser evitados num dicionário.

dictionary.org Outdated

Referência: [[https://en.wikipedia.org/wiki/Lisp_machine][Lisp Machine - Wikipedia]].
*** P
*Polish Notation*: Uma forma de notação matemática onde os operadores precedem os operandos.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ótima definição.

dictionary.org Outdated

*Predicate*: Um predicado é uma função que testa alguma condição envolvendo seus argumentos e retorna /nil/ se a condição for falsa (/false/), ou algum valor não-/nil/ se a condição for verdadeira (/true/).

/Exemplos: (atom '(a b c))/
Copy link
Member

@ryukinix ryukinix Mar 6, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use listp invés de atom. Predicado atom não existe em CL e além disso seria um caso onde esse predicado iria falhar. Existe outros como oddp, evenp, zerop, plusp etc

dictionary.org Outdated

Referência: [[https://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node69.html][Common Lisp the Language - 6. Predicates]].

*Packages*: /Pacotes/ são, de grosso modo, contêineres para símbolos. Eles estão ali para ajudar você a criar /namespaces/ separados dentro de seus programas.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ótimo.

Copy link
Member

@ryukinix ryukinix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ryukinix ryukinix merged commit a418aaf into commonlispbr:develop Mar 6, 2019
@ryukinix ryukinix mentioned this pull request Mar 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants