From 489effa585b4da2888112940218178ee21d02ff6 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Tue, 25 Mar 2014 15:15:11 -0700 Subject: Update to actual presentation used for talk. --- mal/presentation.mal | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/mal/presentation.mal b/mal/presentation.mal index 3e88d38..2b5be9c 100755 --- a/mal/presentation.mal +++ b/mal/presentation.mal @@ -77,13 +77,15 @@ "- tail call optimization" " - except GNU make implementation (no iteration)" "- macros (quote, unquote, quasiquote, splice-quote)" - "- almost 300 unit tests") + "- almost 300 unit tests" + "- REPL with readline (GNU readline or libedit)") (list (title "things it does not have") "- performance" "- namespaces" "- keywords" - "- GC (in bash, make, C implmentations)") + "- GC (in bash, make, C implmentations)" + "- lots of other things") (list (title "why?") "- because!") @@ -92,8 +94,8 @@ "- because!" "- gherkin was an inspiration to higher levels of crazy" "- evolved into learning tool" - "- each implementation broken into small 10 steps" - "- way to learn about Lisp and also the target language") + "- way to learn about Lisp and also the target language" + "- each implementation broken into small 10 steps") (list (title "thanks to:") "- Peter Norvig: inspiration: lispy" -- cgit v1.2.3