diff options
| author | Joel Martin <github@martintribe.org> | 2014-03-25 15:15:11 -0700 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-03-25 15:15:11 -0700 |
| commit | 489effa585b4da2888112940218178ee21d02ff6 (patch) | |
| tree | 80c54efac295c4e8b26bf99fb5f2852cebbc0db4 | |
| parent | 48d642297f00637e919a834d9da7dc3437d399bb (diff) | |
| download | mal-489effa585b4da2888112940218178ee21d02ff6.tar.gz mal-489effa585b4da2888112940218178ee21d02ff6.zip | |
Update to actual presentation used for talk.
| -rwxr-xr-x | mal/presentation.mal | 10 |
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" |
