summaryrefslogtreecommitdiffstats
path: root/2022/talks/orgvm.md
diff options
context:
space:
mode:
authorMax Thibodeaux <max.thibodeaux@gmail.com>2022-12-10 20:59:48 -0600
committerMax Thibodeaux <max.thibodeaux@gmail.com>2022-12-10 20:59:48 -0600
commit70556fd029f8be19293a309f8f7e4655c54b9952 (patch)
treeee7f21e0303e6c922739561a14485b578de2cf42 /2022/talks/orgvm.md
parentc1aa0fefc648d829c753e33a5edbf8e0180c8d6a (diff)
parent81c09be55873c84e296eaa3680bc1b71664d6805 (diff)
downloademacsconf-wiki-70556fd029f8be19293a309f8f7e4655c54b9952.tar.xz
emacsconf-wiki-70556fd029f8be19293a309f8f7e4655c54b9952.zip
Revised and expanded Q and A
Diffstat (limited to '2022/talks/orgvm.md')
-rw-r--r--2022/talks/orgvm.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/2022/talks/orgvm.md b/2022/talks/orgvm.md
index 762433aa..b1c60d35 100644
--- a/2022/talks/orgvm.md
+++ b/2022/talks/orgvm.md
@@ -22,10 +22,10 @@ generation of elisp from javascript/JSON.
## Questions and answers
-- Q: Why not build upon Nic Ferrier\'s elnode web server written in
- Elisp?  As Nic describes it: \"Elnode is a non-blocking IO webserver
+- Q: Why not build upon Nic Ferrier's elnode web server written in
+ Elisp?  As Nic describes it: "Elnode is a non-blocking IO webserver
written entirely in EmacsLisp. It's like an EmacsLisp version of
- node.js.\"  Your implementation will likely get much simpler if you
+ node.js."  Your implementation will likely get much simpler if you
keep it all in Lisp.
- A: I chose to build with node.js because that was easy for me;
but an Emacs based version sounds awesome!