diff options
author | Michael Herstine <sp1ff@pobox.com> | 2022-10-22 15:26:33 -0700 |
---|---|---|
committer | Michael Herstine <sp1ff@pobox.com> | 2022-10-22 15:26:33 -0700 |
commit | 3e95b703a6cb795509dea6c6d67bd3d66d09e48e (patch) | |
tree | b510a0130ca57dc23b60f2734ea441287c4bdd1c /2022/talks | |
parent | c43299395397e60180d1d94df7f4f23f82a6d7ce (diff) | |
download | emacsconf-wiki-3e95b703a6cb795509dea6c6d67bd3d66d09e48e.tar.xz emacsconf-wiki-3e95b703a6cb795509dea6c6d67bd3d66d09e48e.zip |
Minor edits to talk outline
Diffstat (limited to '2022/talks')
-rw-r--r-- | 2022/talks/async.md | 3 |
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 |