summaryrefslogtreecommitdiffstats
path: root/2022/talks/async.md
diff options
context:
space:
mode:
Diffstat (limited to '2022/talks/async.md')
-rw-r--r--2022/talks/async.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/2022/talks/async.md b/2022/talks/async.md
index 5b57f886..46c1ddf6 100644
--- a/2022/talks/async.md
+++ b/2022/talks/async.md
@@ -40,13 +40,12 @@ introduce Lisp macros and how powerful they can be.
Outline:
- introduce myself & the problem
- - go into more depth on the problem
- overview of the solution:
- sketch out the Emacs API available to me
- sketch out the purpose-built async runtime I came up with in Emacs Lisp
- coda: this worked but led to ugly code on the part of callers
- insight: in Lisp, the code is just data!
-- non-trivial demo
+- demo