aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-03-25 15:15:11 -0700
committerJoel Martin <github@martintribe.org>2014-03-25 15:15:11 -0700
commit489effa585b4da2888112940218178ee21d02ff6 (patch)
tree80c54efac295c4e8b26bf99fb5f2852cebbc0db4
parent48d642297f00637e919a834d9da7dc3437d399bb (diff)
downloadmal-489effa585b4da2888112940218178ee21d02ff6.tar.gz
mal-489effa585b4da2888112940218178ee21d02ff6.zip
Update to actual presentation used for talk.
-rwxr-xr-xmal/presentation.mal10
1 files 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"