-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
707 lines (641 loc) · 24.6 KB
/
index.html
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta charset="utf-8"/>
<link type="text/css" rel="stylesheet" href="theme.css"/>
<meta name="format" content="complete"/>
<title>UChicago PL Reading Group</title>
</head>
<body>
<h1 id="reading_lambda.pngreadinglambdauniversityofchicagoprogramminglanguagesreadinggroup"><img src="reading_lambda.png" alt="" title="Reading Lambda" /> University of Chicago Programming Languages Reading Group</h1>
<p>The Programming Languages Reading Group, part of <a href="http://pl.cs.uchicago.edu/">PL research at
UChicago</a>, is an occasional, informal meeting to
discuss interesting PL papers. Food is provided. Visitors welcome!</p>
<p>To receive announcements, join the <a href="https://cs-uchicago.slack.com/archives/C812SDNG5">Slack channel</a>.
We also have a mailing list that you can sign up for here: <a href="https://mailman.cs.uchicago.edu/mailman/listinfo/pl-readinggroup"><code>pl-readinggroup</code></a>.</p>
<p>To suggest a paper, add the topic and any links to the <a href="https://docs.google.com/document/d/1lHIKCnMpiGBO7INx_Px0NMapmXnb2znHztdjeDO2Dpc">Google Doc</a>.</p>
<h2 id="schedule">Schedule</h2>
<p>For Fall 2024, PLRG meets on Fridays 12pm in Crerar 236.</p>
<table>
<colgroup>
<col />
<col />
<col />
</colgroup>
<thead>
<tr>
<th> Date </th>
<th> Paper </th>
<th> Leader </th>
</tr>
</thead>
<tbody>
<tr>
<td> October 11 </td>
<td> <a href="https://icfp24.sigplan.org/details/tyde-2024-papers/10/A-Type-And-Control-Flow-Analysis-for-System-FC-Extended-Abstract-">A Type- and Control-Flow Analysis for System FC</a> </td>
<td> Skye Soss </td>
</tr>
<tr>
<td> October 18 </td>
<td> <a href="https://en.wikipedia.org/wiki/Concurrent_ML">Concurrent ML</a> </td>
<td> John Reppy </td>
</tr>
<tr>
<td> October 25 </td>
<td> Closure Conversion </td>
<td> Byron Zhong </td>
</tr>
<tr>
<td> November 1 </td>
<td> <a href="https://www.sciencedirect.com/science/article/pii/S0890540196926139">Regions</a> </td>
<td> Jason Carr </td>
</tr>
<tr>
<td> November 8 </td>
<td> Visualizing Computer Programs </td>
<td> Sam Cohen </td>
</tr>
<tr>
<td> November 15 </td>
<td> <a href="https://dl.acm.org/doi/10.1145/2450136.2450137">MixML</a> </td>
<td> Skye Soss </td>
</tr>
<tr>
<td> November 22 </td>
<td> Midwest PL Summit – No Meeting </td>
<td> </td>
</tr>
<tr>
<td> November 29 </td>
<td> Thanksgiving Break – No Meeting </td>
<td> </td>
</tr>
<tr>
<td> December 6 </td>
<td> <a href="https://okmij.org/ftp/Haskell/Iteratee/">Iteratees</a> and <a href="https://ocaml.org/p/streaming/0.8.0/doc/index.html">streaming</a> </td>
<td> Matt Teichmann </td>
</tr>
</tbody>
</table>
<h2 id="pastterms">Past Terms</h2>
<h3 id="winter2023">Winter 2023</h3>
<table>
<colgroup>
<col />
<col />
<col />
</colgroup>
<thead>
<tr>
<th> Date </th>
<th> Paper </th>
<th> Leader </th>
</tr>
</thead>
<tbody>
<tr>
<td> January 20 </td>
<td> <a href="https://www.haskellforall.com/2013/02/you-could-have-invented-comonads.html">Comonads are Objects</a> </td>
<td> Nathan </td>
</tr>
<tr>
<td> January 27 </td>
<td> <a href="https://www.sciencedirect.com/science/article/pii/S089054019692622X">Strong Normalization from Weak Normalization in Typed Lambda-Calculi</a> </td>
<td> Nathan </td>
</tr>
<tr>
<td> February 3 </td>
<td> <a href="https://dl.acm.org/doi/10.1145/3571220">DimSum: A Decentralized Approach to Multi-language Semantics and Verification</a> </td>
<td> Bhakti </td>
</tr>
<tr>
<td> February 10 </td>
<td> <a href="https://www.youtube.com/watch?v=dYz9V8cQSoY">Introduction to Free Monads</a> </td>
<td> Matt </td>
</tr>
<tr>
<td> February 17 </td>
<td> <a href="https://dl.acm.org/doi/10.1145/3009837.3009882">Polymorphism, subtyping, and type inference in MLsub</a> </td>
<td> John </td>
</tr>
<tr>
<td> February 24 </td>
<td> <a href="https://dl.acm.org/doi/10.1145/3409006">The simple essence of algebraic subtyping: principal type inference with subtyping made easy</a> </td>
<td> John </td>
</tr>
<tr>
<td> March 3 </td>
<td> <a href="https://okmij.org/ftp/Haskell/zseq.pdf">Reflection without Remorse</a> & <a href="https://janis-voigtlaender.eu/papers/AsymptoticImprovementOfComputationsOverFreeMonads.pdf">Asymptotic Improvement of Computations over Free Monads</a> </td>
<td> Skye </td>
</tr>
</tbody>
</table>
<h3 id="fall2022">Fall 2022</h3>
<table>
<colgroup>
<col />
<col />
<col />
</colgroup>
<thead>
<tr>
<th> Date </th>
<th> Paper </th>
<th> Leader </th>
</tr>
</thead>
<tbody>
<tr>
<td> October 18 </td>
<td> <a href="https://doi.org/10.1145/3547641">Staged Compilation with Two-Level Type Theory (POPL '22)</a> & <a href="https://github.com/AndrasKovacs/staged-fusion">staged-fusion</a> </td>
<td> Skye </td>
</tr>
<tr>
<td> October 25 </td>
<td> (Staged Compilation continued) </td>
<td> Skye </td>
</tr>
<tr>
<td> November 1 </td>
<td> <a href="https://www.ccs.neu.edu/home/amal/papers/cpscc.pdf">Type-Preserving CPS Translation of Sigma and Pi Types is Not Not Possible (POPL '18)</a> </td>
<td> Nathan </td>
</tr>
<tr>
<td> November 8 </td>
<td> <a href="http://www0.cs.ucl.ac.uk/staff/p.ohearn/papers/IncorrectnessLogic.pdf">Incorrectness Logic (POPL '20)</a> </td>
<td> Bhakti </td>
</tr>
<tr>
<td> November 15 </td>
<td> Free Monads and Algebraic Effects </td>
<td> Skye </td>
</tr>
<tr>
<td> November 22 </td>
<td> Algebraic Effects and <a href="https://koka-lang.github.io/koka/doc/index.html">Koka</a> </td>
<td> Byron </td>
</tr>
<tr>
<td> November 28 </td>
<td> <a href="https://www.site.uottawa.ca/~afelty/dist/gecco08.pdf">Genetic Programming with Polymorphic Types and Higher-Order Functions</a> </td>
<td> Andy </td>
</tr>
</tbody>
</table>
<h3 id="spring2020">Spring 2020</h3>
<p>For the Spring 2020 term, PLRG meets on Wednesdays, 3:00pm at <a href="https://uchicago.zoom.us/j/564109413">https://uchicago.zoom.us/j/564109413</a>.</p>
<table>
<colgroup>
<col />
<col />
<col />
</colgroup>
<thead>
<tr>
<th> Date </th>
<th> Paper </th>
<th> Leader </th>
</tr>
</thead>
<tbody>
<tr>
<td> April 1 </td>
<td> <a href="https://repository.ubn.ru.nl/bitstream/handle/2066/60461/60461_pub.pdf?sequence=1">GEC: A Toolkit for Generic Rapid Prototyping of Type Safe Interactive Applications (LNCS '04)</a> & <a href="https://www.researchgate.net/profile/Peter_Achten/publication/228757346_An_Arrow_based_semantics_for_interactive_applications/links/0912f508fe3d9b72fc000000/An-Arrow-based-semantics-for-interactive-applications.pdf">EditorArrow: An Arrow-Based Model for Editor-Based Programming (JFP '12)</a> </td>
<td> Brian </td>
</tr>
<tr>
<td> April 8 </td>
<td> <a href="https://arxiv.org/pdf/1701.02842">Extensible Datasort Refinements (ESOP '17)</a> (See also <a href="http://www.weaselhat.com/2015/03/16/a-refinement-type-by-any-other-name/">blog post on terminology</a>) </td>
<td> Brian </td>
</tr>
<tr>
<td> April 15 </td>
<td> <a href="http://conal.net/blog/posts/can-functional-programming-be-liberated-from-the-von-neumann-paradigm">Can functional programming be liberated from the von Neumann paradigm? (2010 Blog Post)</a> </td>
<td> Nick </td>
</tr>
<tr>
<td> April 29 </td>
<td> <a href="https://dl.acm.org/doi/pdf/10.1145/2408776.2408795">Symbolic Execution for Software Testing: Three Decades Later (CACM '13)</a> <a href="https://people.eecs.berkeley.edu/~ksen/papers/cacm13.pdf">(alt version w/printable formatting)</a> & <a href="https://llvm.org/pubs/2008-12-OSDI-KLEE.pdf">KLEE: Unassisted and Automatic Generation of High-Coverage Tests for Complex Systems Programs (OSDI '08)</a> </td>
<td> Brian </td>
</tr>
<tr>
<td> May 6 </td>
<td> <a href="https://drops.dagstuhl.de/opus/volltexte/2019/11079/pdf/LIPIcs-ITP-2019-24.pdf">A Verified LL(1) Parser Generator (ITP '19)</a> </td>
<td> Kartik </td>
</tr>
<tr>
<td> May 13 </td>
<td> <a href="https://arxiv.org/abs/2004.11663">Retrofitting Parallelism onto OCaml (In submission for ICFP’20)</a> </td>
<td> Kavon </td>
</tr>
<tr>
<td> May 20 </td>
<td> <a href="https://dl.acm.org/doi/pdf/10.1145/142750.142800">The Art of the Obvious (CHI '92)</a> & <a href="https://dl.acm.org/doi/pdf/10.1145/225434.225455">Self-Disclosing Design Tools: A Gentle Introduction to End-User Programming (DIS '95)</a> & <a href="https://ieeexplore-ieee-org.proxy.uchicago.edu/stamp/stamp.jsp?tp=&arnumber=7357222">A Principled Evaluation for a Principled Idea Garden (VL/HCC '15)</a> </td>
<td> Brian </td>
</tr>
<tr>
<td> May 27 </td>
<td> <a href="https://arxiv.org/pdf/2004.03082.pdf">egg: Easy, Efficient, and Extensible E-graphs (2020 Preprint)</a> </td>
<td> Teo </td>
</tr>
</tbody>
</table>
<h3 id="fall2019winter2020">Fall 2019/Winter 2020</h3>
<p>Reading group did not meet for the Fall 2019 term and Winter 2020 terms because everybody was distracted.</p>
<h3 id="spring2019">Spring 2019</h3>
<p>For the Spring 2019 term, PLRG met on Tuesdays, 3:00pm in Crerar 236.</p>
<table>
<colgroup>
<col />
<col />
<col />
</colgroup>
<thead>
<tr>
<th> Date </th>
<th> Paper </th>
<th> Leader </th>
</tr>
</thead>
<tbody>
<tr>
<td> 2019–4–16 </td>
<td> <a href="https://ieeexplore.ieee.org/iel5/5/30187/01386662.pdf">A Survey of Adaptive Optimization in Virtual Machines (IEEE '05)</a> & <a href="https://dl.acm.org/citation.cfm?doid=351397.351408">Overcoming the Challenges to Feedback-Directed Optimization (Keynote DYNAMO '00)</a> </td>
<td> Kavon </td>
</tr>
<tr>
<td> 2019–4–23 </td>
<td> <a href="https://dl.acm.org/citation.cfm?id=1049958">Rating Compiler Optimizations for Automatic Performance Tuning (SC’04)</a> & <a href="https://dl.acm.org/citation.cfm?id=1134010">Online performance auditing: using hot optimizations without getting burned (PLDI’06)</a> </td>
<td> Kavon </td>
</tr>
<tr>
<td> 2019–4–30 </td>
<td> <a href="https://www.cs.kent.ac.uk/people/staff/srk21/research/papers/kell13operating.pdf">The Operating System: Should There Be One? (PLOS '13)</a> </td>
<td> Brian </td>
</tr>
<tr>
<td> 2019–5–7 </td>
<td> <a href="https://www.researchgate.net/profile/Peter_Sweeney/publication/2909766_Phase_Shift_Detection_A_Problem_Classification/links/004635191030a70ba9000000.pdf">Phase Shift Detection: A Problem Classification (Tech Report)</a> & <a href="https://dl.acm.org/citation.cfm?id=605403">Automatically characterizing large scale program behavior (ASPLOS’02)</a> </td>
<td> Kavon </td>
</tr>
</tbody>
</table>
<h3 id="fall2018winter2019">Fall 2018/Winter 2019</h3>
<p>Reading group did not meet for the Fall 2018 term, because of <a href="https://thedeepstateconspiracy.blogspot.com/">Stu’s “The Little Typer” Seminar</a>, <a href="https://www.classes.cs.uchicago.edu/archive/2018/fall/32001-1/">John’s Coq Seminar</a>, and paper deadlines. Winter 2018 was also skipped because nobody was thinking about PLRG.</p>
<h3 id="summer2018">Summer 2018</h3>
<p>For the Summer 2018 term, we met on Fridays at various times and places.</p>
<table>
<colgroup>
<col />
<col />
<col />
</colgroup>
<thead>
<tr>
<th> Date </th>
<th> Paper </th>
<th> Leader </th>
</tr>
</thead>
<tbody>
<tr>
<td> 2018–6–29 </td>
<td> <a href="https://link.springer.com/content/pdf/10.1007/3-540-44854-3_14.pdf">Towards a Strongly Typed Functional Operating System (IFP '02)</a> </td>
<td> Brian </td>
</tr>
<tr>
<td> 2018–7–6 </td>
<td> <em>Lunch to welcome Nick</em> </td>
<td> Ravi </td>
</tr>
<tr>
<td> 2018–7–13 </td>
<td> A discussion of <a href="https://github.com/kavon/atJIT">atJIT</a> (Related <a href="https://dl.acm.org/citation.cfm?id=2555315">Paper #1</a>, <a href="https://dl.acm.org/citation.cfm?id=2190072">Paper #2</a>) </td>
<td> Kavon </td>
</tr>
<tr>
<td> 2018–7–20 </td>
<td> — </td>
<td> — </td>
</tr>
<tr>
<td> 2018–7–27 </td>
<td> NLP/ML + PL </td>
<td> Brian </td>
</tr>
<tr>
<td> 2018–8–3 </td>
<td> <a href="http://matthewhammer.org/fungi-lang-2018.pdf">Fungi: Typed Incremental Computation With Names (Preprint)</a> </td>
<td> Nick </td>
</tr>
<tr>
<td> 2018–8–10 </td>
<td> Bidirectional Evaluation with Direct Manipulation (OOPSLA '18) </td>
<td> Mikaël </td>
</tr>
<tr>
<td> 2018–8–17 </td>
<td> — </td>
<td> — </td>
</tr>
<tr>
<td> 2018–8–24 </td>
<td> — </td>
<td> — </td>
</tr>
<tr>
<td> 2018–8–31 </td>
<td> — </td>
<td> — </td>
</tr>
<tr>
<td> 2018–9–7 </td>
<td> — </td>
<td> — </td>
</tr>
<tr>
<td> 2018–9–14 </td>
<td> Output-Directed SVG Programming (draft) </td>
<td> Brian </td>
</tr>
<tr>
<td> 2018–9–21 </td>
<td> Practice Talk Party (<a href="https://www.youtube.com/watch?v=F_0yKqb1uEA">ICFP</a>, <a href="https://www.youtube.com/watch?v=-TFL6E1uSHE">Elm Conf</a>, <a href="https://www.youtube.com/watch?v=UkDSL0U9ndQ">Strange Loop</a>, FHPC) </td>
<td> Cyrus, Ravi, Kavon </td>
</tr>
</tbody>
</table>
<h3 id="spring2018">Spring 2018</h3>
<p>For the Spring 2018 term, we met on Tuesdays, 12:30pm-1:30pm in Eckhart 129.</p>
<table>
<colgroup>
<col />
<col />
<col />
</colgroup>
<thead>
<tr>
<th> Date </th>
<th> Paper </th>
<th> Leader </th>
</tr>
</thead>
<tbody>
<tr>
<td> 2018–4–10 </td>
<td> OOPSLA Draft </td>
<td> Cyrus </td>
</tr>
<tr>
<td> 2018–4–17 </td>
<td> <a href="https://www.cs.purdue.edu/homes/suresh/502-Fall2008/papers/contification.pdf">Contification using Dominators (ICFP '01)</a> </td>
<td> Kavon </td>
</tr>
<tr>
<td> 2018–4–24 </td>
<td> Challenges in Higher-Order Superoptimization (presentation on possible thesis topic) </td>
<td> Kavon </td>
</tr>
<tr>
<td> 2018–5–1 </td>
<td> <a href="http://www.dullien.net/thomas/weird-machines-exploitability.pdf">Weird Machines, Exploitability, and Provable Unexploitability (IEEE TETC '17)</a> </td>
<td> Joe </td>
</tr>
<tr>
<td> 2018–5–8 </td>
<td> <a href="http://conal.net/papers/Eros/eros.pdf">Tangible Functional Programming (IFCP '07)</a> <a href="https://www.youtube.com/watch?v=faJ8N0giqzw">(Google TechTalk Video)</a> </td>
<td> Brian </td>
</tr>
<tr>
<td> 2018–5–15 </td>
<td> Molecular Programming Overview; 1. <a href="https://sites.google.com/site/winitzki/tutorial-on-join-calculus-and-its-implementation-in-ocaml-jocaml">JoCaml Tutorial</a> 2. <a href="https://www.classes.cs.uchicago.edu/archive/2007/spring/32102-1/papers/p372-fournet.pdf">The Reflexive CHAM and the Join Calculus (POPL '96)</a> </td>
<td> Joe </td>
</tr>
<tr>
<td> 2018–5–22 </td>
<td> <a href="https://arxiv.org/pdf/1707.00015">Deuce: A Lightweight User Interface for Structured Editing (ICSE '18 Practice Talk)</a> <a href="https://www.youtube.com/watch?v=oJaRkyelA-8">(Demo Video)</a> <a href="https://www.youtube.com/watch?v=N5QcbCKm1I0">(Silent Demo of User Study Tasks)</a> </td>
<td> Brian </td>
</tr>
</tbody>
</table>
<h3 id="winter2018">Winter 2018</h3>
<p>For the Winter 2018 term, we met on Tuesdays, 2pm-3pm in Eckhart 129.</p>
<table>
<colgroup>
<col />
<col />
<col />
</colgroup>
<thead>
<tr>
<th> Date </th>
<th> Paper </th>
<th> Leader </th>
</tr>
</thead>
<tbody>
<tr>
<td> 2018–1–9 </td>
<td> <a href="https://hal.inria.fr/hal-01666104/file/ornaments-popl18-final.pdf">A Principled Approach to Ornamentation in ML (POPL '18)</a> </td>
<td> Joe </td>
</tr>
<tr>
<td> 2018–1–16 </td>
<td> <a href="https://arxiv.org/pdf/1607.04180.pdf">Hazelnut: A Bidirectionally Typed Structure Editor Calculus (POPL '17)</a> <a href="http://hazel.org/">(Demo)</a> </td>
<td> Cyrus </td>
</tr>
<tr>
<td> 2018–1–23 </td>
<td> <em>Postponed by Illness</em> </td>
<td> — </td>
</tr>
<tr>
<td> 2018–1–30 </td>
<td> <a href="https://people.mpi-sws.org/~rossberg/1ml/1ml-jfp-draft.pdf">1ML – Core and Modules United (JFP '16)</a> </td>
<td> Brian </td>
</tr>
<tr>
<td> 2018–2–6 </td>
<td> <a href="http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.227.7529&rep=rep1&type=pdf">Every Bit Counts: The Binary Representation of Typed Data and Programs (JFP '12)</a> </td>
<td> Joe </td>
</tr>
<tr>
<td> 2018–2–13 </td>
<td> <a href="https://dl.acm.org/citation.cfm?id=365257">The Next 700 Programming Languages (CACM '66)</a> & <a href="https://evincarofautumn.blogspot.com/2012/02/why-concatenative-programming-matters.html">Why Concatenative Programming Matters (Blog post '12)</a> </td>
<td> Kartik & Joe </td>
</tr>
<tr>
<td> 2018–2–20 </td>
<td> Sketch-n-Sketch WIP Demo </td>
<td> Brian </td>
</tr>
<tr>
<td> 2018–2–27 </td>
<td> ICFP Drafts </td>
<td> Joe & Kavon </td>
</tr>
<tr>
<td> 2018–3–6 </td>
<td> ICFP Draft </td>
<td> Cyrus </td>
</tr>
</tbody>
</table>
<h3 id="fall2017">Fall 2017</h3>
<p>For the Fall 2017 term, we met on Thursdays, 3pm-4pm in Ryerson 276.</p>
<table>
<colgroup>
<col />
<col />
<col />
</colgroup>
<thead>
<tr>
<th> Date </th>
<th> Paper </th>
<th> Leader </th>
</tr>
</thead>
<tbody>
<tr>
<td> 2017–11–09 </td>
<td> <a href="https://www.microsoft.com/en-us/research/wp-content/uploads/2017/05/asynceffects-msr-tr-2017-21.pdf">Structured Asynchrony with Algebraic Effects (TyDe '17)</a> <a href="https://www.youtube.com/watch?v=hrBq8R_kxI0">(Video)</a> </td>
<td> Brian </td>
</tr>
<tr>
<td> 2017–11–16 </td>
<td> <a href="https://link.springer.com/content/pdf/10.1007%2FBFb0033851.pdf">Tracing Lazy Functional Computations Using Redex Trails (PLILP '97)</a> </td>
<td> Brian </td>
</tr>
<tr>
<td> 2017–11–23 </td>
<td> <em>Thanksgiving</em> </td>
<td> — </td>
</tr>
<tr>
<td> 2017–11–30 </td>
<td> <a href="https://www.microsoft.com/en-us/research/wp-content/uploads/2016/12/algeff.pdf">Type Directed Compilation of Row-Typed Algebraic Effects (POPL '17)</a> </td>
<td> Kavon </td>
</tr>
<tr>
<td> 2017–12–07 </td>
<td> — </td>
<td> — </td>
</tr>
<tr>
<td> 2017–12–14 </td>
<td> <a href="https://dl.acm.org/citation.cfm?id=2364579">Functional Programs That Explain Their Work (ICFP '12)</a> <a href="https://www.youtube.com/watch?v=pqtqaL_ojpk">(Video)</a> </td>
<td> Brian </td>
</tr>
</tbody>
</table>
<h3 id="spring2017">Spring 2017</h3>
<p>Reading Group did not meet during the Spring 2017 term. The <a href="https://www.classes.cs.uchicago.edu/archive/2017/spring/32001-1/">Program Synthesis Seminar</a> crowded it out.</p>
<h3 id="winter2017">Winter 2017</h3>
<p>For the Winter 2017 term, we met on Fridays, 11:30–12:30pm in Ryerson 277.</p>
<table>
<colgroup>
<col />
<col />
<col />
</colgroup>
<thead>
<tr>
<th> Date </th>
<th> Paper </th>
<th> Leader </th>
</tr>
</thead>
<tbody>
<tr>
<td> 2017–1–13 </td>
<td> <a href="https://dl.acm.org/citation.cfm?id=3009882">Polymorphism, Subtyping, and Type Inference in MLsub (POPL '17)</a> <a href="https://www.youtube.com/watch?v=E3PIKlsXOQo">(ICFP '15 Video)</a> </td>
<td> Brian </td>
</tr>
<tr>
<td> 2017–1–20 </td>
<td> <a href="https://www.microsoft.com/en-us/research/wp-content/uploads/2016/11/compiling-without-continuations.pdf">Compiling Without Continuations (In submission)</a> </td>
<td> Kavon </td>
</tr>
<tr>
<td> 2017–1–27 </td>
<td> <a href="https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/icfp_my_version.pdf">Learning Refinement Types (ICFP '15)</a> <a href="https://www.youtube.com/watch?v=fxuQYf7trtA">(Video)</a> </td>
<td> Brian </td>
</tr>
<tr>
<td> 2017–2–03 </td>
<td> <a href="https://arxiv.org/pdf/1610.04641">Refinement Reflection (or, how to turn your favorite language into a proof assistant using SMT) (draft)</a> </td>
<td> Brian </td>
</tr>
<tr>
<td> 2017–2–10 </td>
<td> — </td>
<td> — </td>
</tr>
<tr>
<td> 2017–2–17 </td>
<td> <a href="https://link.springer.com/chapter/10.1007/BFb0053567">Language primitives and type discipline for structured communication-based programming (ESOP '98)</a> </td>
<td> Brian </td>
</tr>
<tr>
<td> 2017–2–24 </td>
<td> <a href="http://arxiv.org/pdf/1203.1539v1">Programming with Algebraic Effects and Handlers</a> </td>
<td> Joe </td>
</tr>
<tr>
<td> 2017–3–03 </td>
<td> — </td>
<td> — </td>
</tr>
<tr>
<td> 2017–3–10 </td>
<td> — </td>
<td> — </td>
</tr>
<tr>
<td> 2017–3–17 </td>
<td> <a href="https://www.microsoft.com/en-us/research/wp-content/uploads/2017/03/haskell-linear-submitted.pdf">Retrofitting Linear Types (In submission)</a> </td>
<td> Joe </td>
</tr>
</tbody>
</table>
<h3 id="fall2016">Fall 2016</h3>
<p>For the Fall 2016 term, we met on Fridays, 12:30pm-1:30pm in Ryerson 276.</p>
<table>
<colgroup>
<col />
<col />
<col />
</colgroup>
<thead>
<tr>
<th> Date </th>
<th> Paper </th>
<th> Leader </th>
</tr>
</thead>
<tbody>
<tr>
<td> 2016–10–14 </td>
<td> <a href="https://arxiv.org/pdf/1608.02829v1.pdf">Semi-Automated SVG Programming via Direct Manipulation</a> </td>
<td> Brian </td>
</tr>
<tr>
<td> 2016–10–21 </td>
<td> <a href="http://theory.stanford.edu/~aiken/publications/papers/asplos06.pdf">Automatic Generation of Peephole Superoptimizers</a> </td>
<td> Kavon </td>
</tr>
<tr>
<td> 2016–10–28 </td>
<td> <a href="http://www.chargueraud.org/research/2016/dag_calculus/dag_calculus_icfp16.pdf">Dag-Calculus: A Calculus for Parallel Computation</a> </td>
<td> Kavon </td>
</tr>
<tr>
<td> 2016–11–04 </td>
<td> <a href="http://arxiv.org/pdf/1408.5028v4">A correspondence between rooted planar maps and normal planar lambda terms</a> </td>
<td> Joe </td>
</tr>
</tbody>
</table>
</body>
</html>