From 76c84b5a22e12c845aa6a109ab627db2a2be032c Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 10 Dec 2024 14:44:10 -0500 Subject: add chapter markers --- 2024/info/guile-before.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '2024') diff --git a/2024/info/guile-before.md b/2024/info/guile-before.md index 19d52153..1f73e75b 100644 --- a/2024/info/guile-before.md +++ b/2024/info/guile-before.md @@ -14,6 +14,15 @@ Status: TO_CAPTION_QA # Q&A -
+
[[!template id="chapters" vidid="guile-qanda" data=""" +03:01.480 Q: About fibers: My understanding is that the problem with making Elisp concurrent is that none of the data structures (buffer, cons, vector, window etc) are concurrency-safe.  How do fibers help with this? +04:28.080 Q: Do you have a rough idea of how much of Guile is written in C? +06:19.240 Q: A Common Lisp implementation for Guile sounds really cool! Is there already work on this underway? +08:34.480 Q: Did switching from guile 2 to 3 give any performance benefits? +10:46.440 Q: Do you know if the Emacs maintainers are interested in switching to Guile as the engine for Emacs Lisp? +12:30.000 Q: Do you think guile-emacs will be able to use or (collaborate with) some of the other awesome projects around Emacs Lisp? +15:04.200 Q: SBCL, ...You mentioned Robert Strandh's SICL along with SBCL---does that work help with the implementation of CL in Guile? + +"""]]
# Description \ No newline at end of file -- cgit v1.2.3