diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-10-23 00:55:01 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-10-23 00:55:01 -0400 |
commit | f28f41d0baef4f69569384f671fc4b134d294fd9 (patch) | |
tree | 2bfd1611ebe4970c319908375b47a88aec3dfedd | |
parent | 1ee946c7cde9bc6ad6cea1b222b66abfcf209fbc (diff) | |
parent | 3e95b703a6cb795509dea6c6d67bd3d66d09e48e (diff) | |
download | emacsconf-wiki-f28f41d0baef4f69569384f671fc4b134d294fd9.tar.xz emacsconf-wiki-f28f41d0baef4f69569384f671fc4b134d294fd9.zip |
Merge branch 'master' of git://git.emacsconf.org/emacsconf-wiki
-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 |