summaryrefslogtreecommitdiffstats
path: root/2021/talks/build.md
diff options
context:
space:
mode:
authorLeo Vivier <zaeph@zaeph.net>2021-12-03 22:12:53 +0100
committerLeo Vivier <zaeph@zaeph.net>2021-12-03 22:12:53 +0100
commite34078ae09c540d356dc8c376b1acb4a005f8caa (patch)
tree4804cb8fc2bf4c5d36b6f10b91646ac78e079c5e /2021/talks/build.md
parent6d5a37c79e436b8ef3cd6882b24fb22221c68881 (diff)
downloademacsconf-wiki-e34078ae09c540d356dc8c376b1acb4a005f8caa.tar.xz
emacsconf-wiki-e34078ae09c540d356dc8c376b1acb4a005f8caa.zip
Add pad stuff
Diffstat (limited to '2021/talks/build.md')
-rw-r--r--2021/talks/build.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/2021/talks/build.md b/2021/talks/build.md
index 7ec0da46..9b34f6fd 100644
--- a/2021/talks/build.md
+++ b/2021/talks/build.md
@@ -30,6 +30,19 @@ For more details about CEDAR: <https://gitlab.com/sasanidas/cedar>
# Discussion
+Pad:
+
+- Q1: Which level of compatibility with GNU Emacs do you want to achieve?
+ - A: I want to achieve 100% compatibility (when possible)
+- Q2: Are you then planning to reimplment all Emacs C primitives?
+ - A:No, the underlayer would be different
+- Q3: Do you plan on doing something to ease interaction between redundant "components" in both Elisp and Common Lisp (like CLOS and EIEIO)? How about semantic differences between both?
+ - A: (Probably answered by voice.)
+- Q4: Have you used Nyxt, which is Emacs-like and written in Common Lisp? If so, what did you think about it?
+ - A: I think it's a great project and I would like to use it as a my main Browse (with the firefox extension layer)
+- Q5: "Emacs is a great operating system, just lacking a good editor." How do you feel about the push to use Emacs as a full computing interface, and do you think Cedar could thrive in some of the fully common lisp system ideas that might catch on (like Robert Strandh's proposed CLOSOS)?
+ - A: I think CEDAR can achieve more integration with the OS (the same as the CL implementations) but I think the goal of been a good Emacs is good enought
+
IRC nick: akrl
- I think the performance stuff is mostly orthogonal to elisp. ex. very large files or files with really long lines grind horribly.