diff options
Diffstat (limited to '2023/talks/eval.md')
-rw-r--r-- | 2023/talks/eval.md | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/2023/talks/eval.md b/2023/talks/eval.md index fc1c180a..0758cc7a 100644 --- a/2023/talks/eval.md +++ b/2023/talks/eval.md @@ -34,7 +34,41 @@ incrementally, to be a web server 🍽️ 🔁 � <https://youtu.be/b6Z3NQVn4lY?si=MTMJDSdzszhbA267> +About the speaker: +Musa is an Emacs afficando. His day job is with Java, but his heart is with +Lisp. His experience with interactive programming is only with Agda [2] +and Emacs Lisp [3], and both [4]. + +[2] Graphs are to categories as lists are to monoids + +http://alhassy.com/PathCat.html + +[3] A Life Configuring Emacs + +http://alhassy.com/emacs.d/ + +[4] Making Modules with Meta-Programmed Meta-Primitives +http://alhassy.com/next-700-module-systems/prototype/package-former.html + +# Discussion + +## Questions and answers + +- Q: I know that there are many packages for creating graphics with + Javascript, but I don't know how to use any of them... is it + possible to use your package to create graphics in Javascript step + by step from Emacs? + - A: +- Q: Can you summarize what languages your packages support and do you + have a common framework for interfacing to their interpreters? + - A: +- Q: Did you get the job? =) Did the interviewer have any feedback + about your screen-sharing-driven development? + - A: +- Q: Could you compare your package to Language Servers (LSP)? They + seem to have similar functionality to your package. + - A: [[!inline pages="internal(2023/info/eval-after)" raw="yes"]] |