summaryrefslogtreecommitdiffstats
path: root/2022/talks/orgvm.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-12-08 20:18:23 -0500
committerSacha Chua <sacha@sachachua.com>2022-12-08 20:18:23 -0500
commitc6c2d25cb561946e993e5dc5919afed8017cd087 (patch)
tree28d4221508f2e698c770eac658480ecf1e0426ef /2022/talks/orgvm.md
parentced1900a69df997596547d7edf69590f57decaba (diff)
downloademacsconf-wiki-c6c2d25cb561946e993e5dc5919afed8017cd087.tar.xz
emacsconf-wiki-c6c2d25cb561946e993e5dc5919afed8017cd087.zip
add etherpads to wiki pages
Diffstat (limited to '2022/talks/orgvm.md')
-rw-r--r--2022/talks/orgvm.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/2022/talks/orgvm.md b/2022/talks/orgvm.md
index e59bf133..762433aa 100644
--- a/2022/talks/orgvm.md
+++ b/2022/talks/orgvm.md
@@ -18,6 +18,20 @@ available on demand to my colleagues and how it works, especially the
generation of elisp from javascript/JSON.
+# Discussion
+
+## 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
+ written entirely in EmacsLisp. It's like an EmacsLisp version of
+ 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!
+- Q: Is this using org-info-js? 
+ - A: nope; I need to learn more about this - seems very exciting
+ and like it could influence this project
[[!inline pages="internal(2022/info/orgvm-after)" raw="yes"]]