Finish up ep4

This commit is contained in:
Sameer Rahmani 2022-03-14 16:26:37 +00:00
parent 687d138fe3
commit f7977ab742
1 changed files with 28 additions and 3 deletions

View File

@ -117,9 +117,10 @@ holding =Control= and then press =e= key while pressing down =Alt= and finally p
- Symbols
- Quotes
- ...
-
3. List evaluation
* Episode 3 - Lisp Basics
-
3. List evaluation
* DONE Episode 3 - Lisp Basics
CLOSED: [2022-03-12 Sat 18:38]
** FAQ:
- How to install Emacs?
+ Just make sure to have *Emacs >= 27.1*
@ -151,3 +152,27 @@ holding =Control= and then press =e= key while pressing down =Alt= and finally p
- How to define functions
- vs macros
- vs special forms
* Episode 4 - Conditionals
** What we learned so far
** what is true and what's not
** Let & prog family
** Conditional special forms
- if
- when
- unless
- cond
** Useful forms and functions
- eq
- equal
- and
- not
- or
- ...
** Type Predicts
- numberp
- stringp
- listp
- boundp
- More at https://www.gnu.org/software/emacs/manual/html_node/elisp/Type-Predicates.html
** type-of