From 3a8a34d7a50f679f0d3715c339cd5652e2deb7ce Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 10 Dec 2022 16:48:09 -0500 Subject: remove backslashes --- 2022/talks/orgvm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '2022/talks/orgvm.md') 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! -- cgit v1.2.3