From 436f702956aad327f9039ae842d7c524ec4cbf72 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Tue, 24 Dec 2024 10:31:26 -0500 Subject: add YouTube URLs, Q&A video URLs --- 2024/info/transducers-before.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to '2024/info/transducers-before.md') diff --git a/2024/info/transducers-before.md b/2024/info/transducers-before.md index 01347152..bd531257 100644 --- a/2024/info/transducers-before.md +++ b/2024/info/transducers-before.md @@ -23,7 +23,7 @@ Status: TO_CAPTION_QA 20:00.520 Transducers in the wild - CSV 26:03.240 Issues and next steps -"""]]
Duration: 26:51 minutes
+"""]]
Duration: 26:51 minutes
# Q&A @@ -31,7 +31,7 @@ Status: TO_CAPTION_QA 01:09.920 Q: When I tried comparing transducers.el to cl-lib and dash (benchmark-compiled), I got the following results 05:40.840 Q: Do you know of any theoretical texts on transducers? 07:04.720 Q: Did you think about [compiler features, macros] viz your cl, fennel, elisp, porting of your transducers? -08:16.579 Q: Does t-buffer-read provide a lazy stream that\'s linewise, or charwise, or do something else entirely? +08:16.579 Q: Does t-buffer-read provide a lazy stream that's linewise, or charwise, or do something else entirely? 09:09.424 Q: Can the Elisp library be combined with the stream.el API or seq in general? 11:47.543 Q: How does one debug a t-comp expression? Can you single step and see intermediate results of the different statements you declare? 14:42.495 Q: Is there a path for transducers to enable elisp processing of otherwise overly large datasets as if just normal Emacs \"buffers\" (i.e. just pulling one thing at a time so essentially stream-like under the hood but buffer-like in interface), with none of the usual perf issues with a traditional buffer structure? @@ -39,7 +39,9 @@ Status: TO_CAPTION_QA 17:50.520 Q: Is the common lisp version ready for 'production' use? Is it complete enough and the API stable enough? 18:17.477 Q: Do we need a pre-written \"t-\" version for every already existing reducing function like + or is there a function to construct them from already defined reducer 2-arg functions? 20:26.320 Q: Is the compelling argument for transducers is that it's a better abstraction? +22:31.960 Q: Question about how the transducers video was made? Did you use Reveal.js? Do you have a pointer to the html hosted presentation? How did you generate the content for Reveal? +24:20.160 Q: From your investigations and tests so far, do you think there would be the necessity of transducers to eventually go down into the C level code for things like using them to solve "infinitely-big" buffer-like interfaces and such? -"""]]
Listen to just the audio:
Duration: 25:24 minutes
+"""]]
Listen to just the audio:
Duration: 25:24 minutes
# Description \ No newline at end of file -- cgit v1.2.3