summaryrefslogtreecommitdiffstats
path: root/2023/captions/emacsconf-2023-scheme--bringing-joy-to-scheme-programming--andrew-tropin--main--chapters.vtt
blob: 15bb79f90ab62195a06a94ca900967ca395c0de8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
WEBVTT


00:00:02.120 --> 00:00:23.279
Introduction

00:00:23.280 --> 00:01:18.179
Interactive development

00:01:18.180 --> 00:02:53.719
REPL: Read Eval Print Loop

00:02:53.720 --> 00:04:07.599
Long-lasting loops

00:04:07.600 --> 00:05:23.159
Not interruptible

00:05:23.160 --> 00:05:51.479
No protocol

00:05:51.480 --> 00:07:25.859
Not scalable

00:07:25.860 --> 00:09:01.739
nREPL

00:09:01.740 --> 00:10:34.179
Arei, Ares, and how to try

00:10:34.180 --> 00:11:27.639
Demo

00:11:27.640 --> 00:12:32.459
Continuations

00:12:32.460 --> 00:13:33.419
Reading from stdin

00:13:33.420 --> 00:15:13.159
Fancy example with continuations

00:15:13.160 --> 00:17:42.059
Guix API

00:17:42.060 --> 00:17:57.019
Support

00:17:57.020 --> 00:18:46.219
Future steps - Multiple simultaneous evaluations in different contexts

00:18:46.220 --> 00:18:56.879
Tree-sitter integration

00:18:56.880 --> 00:19:22.759
Full-fledged debugger

00:19:22.760 --> 00:19:58.379
FAQ - Does it support other Scheme implementations?

00:19:58.380 --> 00:20:22.120
Is it possible to use it with other text editors?

00:20:22.121 --> 00:20:45.879
Conclusion

00:20:45.880 --> 00:21:00.680
Contacts