Skip to content

Commit 30f2af0

Browse files
committedAug 20, 2024·
rcon: more consistent talk titlecase
1 parent 782e7b0 commit 30f2af0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎rcon/2024/index.rkt

+3-3
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ Stay tuned for an exciting keynote speaker announcement!
367367
#:who
368368
@speaker[#:url "https://github.com/jackfirth"]{Jack Firth}
369369
#:what
370-
@talk{Sorted collections in Rebellion}
370+
@talk{Sorted Collections in Rebellion}
371371
]
372372

373373
@lecture[
@@ -376,7 +376,7 @@ Stay tuned for an exciting keynote speaker announcement!
376376
#:who
377377
@speaker[#:url "https://github.com/michaelballantyne"]{Michael Ballantyne}
378378
#:what
379-
@talk{A multi-language-oriented macro system}
379+
@talk{A Multi-Language-Oriented Macro System}
380380
#:more
381381
@abstract{
382382
Racket’s macros are fantastic for building DSLs that mix well with general-purpose code and inherit Racket’s extensibility. But they suffer when it comes time to equip your DSL with an optimizing compiler or static analyses. There, the very closeness with Racket that makes language mixing and extension so easy gets in the way. In this talk I’ll present my `syntax-spec` metalanguage. It extends Racket’s macro system to allow specifications of DSLs as fragments of a multi-language: DSL and Racket code mix, but only at carefully delineated boundaries. The result is that optimizing compilation, language mixing, and extension combine constructively rather than clash.
@@ -416,7 +416,7 @@ Consisting of more than 15k lines of code and documentation, written in spare ti
416416
#:who
417417
@speaker[#:person? #f]{Ashton Wiersdorf}
418418
#:what
419-
@talk{Type Tailoring: Teach an old type checker new tricks}
419+
@talk{Type Tailoring: Teach an Old Type Checker New Tricks}
420420
#:more
421421
@abstract{
422422

0 commit comments

Comments
 (0)
Please sign in to comment.