From f7977ab74235544dc4f54c55357d4235b7e342de Mon Sep 17 00:00:00 2001 From: Sameer Rahmani Date: Mon, 14 Mar 2022 16:26:37 +0000 Subject: [PATCH] Finish up ep4 --- docs/videos.org | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/docs/videos.org b/docs/videos.org index 05b11bb..96772e0 100644 --- a/docs/videos.org +++ b/docs/videos.org @@ -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