diff options
author | Leo Vivier <zaeph@zaeph.net> | 2021-12-03 22:08:01 +0100 |
---|---|---|
committer | Leo Vivier <zaeph@zaeph.net> | 2021-12-03 22:08:01 +0100 |
commit | 850494fdd9e7b527741180c51f405f1c00b14f56 (patch) | |
tree | 40c25947382243fdd49b4b5ba11bd5cb8b8d59dd | |
parent | 4ee3d9451f2f3521cea14b5fdd6c36cc1080c307 (diff) | |
download | emacsconf-wiki-850494fdd9e7b527741180c51f405f1c00b14f56.tar.xz emacsconf-wiki-850494fdd9e7b527741180c51f405f1c00b14f56.zip |
Add pad stuff
-rw-r--r-- | 2021/talks/clede.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2021/talks/clede.md b/2021/talks/clede.md index 71178af7..f578d32a 100644 --- a/2021/talks/clede.md +++ b/2021/talks/clede.md @@ -29,6 +29,15 @@ For more details: <https://gitlab.com/sasanidas/clede> summarize some of it in 10 minutes and then An explanation on how to use the package, how to extend it and the future of it. + +# Discussion + +Pad: + +- Q1: You mentioned clede-start - is there also some kind of clede-stop? (I often get frustrated with functionality that I cannot disable / revert) + - A: There is no stop, you should never stop doing common lisp :) +- Q2: Is writing common lisp a big context switch between elisp? + - A: In some regards, it is, Ithink even more when you work Common Lisp professionally. [[!inline pages="internal(2021/captions/clede)" raw="yes"]] |