Skip to content

Commit 9ca0b35

Browse files
committed
more RacketCon talk links
1 parent 645214f commit 9ca0b35

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rcon/2024/index.rkt

+4-1
Original file line numberDiff line numberDiff line change
@@ -418,9 +418,9 @@ $(document).ready(function () {
418418
@talk-time{Saturday, 11:15am}
419419
#:who
420420
@speaker[#:url "https://github.com/michaelballantyne"]{Michael Ballantyne}
421-
#:link "https://youtu.be/KHxZ3mT9BSo"
422421
#:what
423422
@talk{A Multi-Language-Oriented Macro System}
423+
#:link "https://youtu.be/KHxZ3mT9BSo"
424424
#:more
425425
@abstract{
426426
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.
@@ -450,6 +450,7 @@ Consisting of more than 15k lines of code and documentation, written in spare ti
450450
@speaker[#:url "https://www.linkedin.com/in/charlie-ray-5a11b81a7/"]{Charlie Ray}
451451
#:what
452452
@talk{Mutation Testing: better than coverage?}
453+
#:link "https://youtu.be/Ed6Ocs3U1v4"
453454
#:more
454455
@abstract{
455456
Mutation testing is the idea that we can assess the completeness of a test suite by updating (or ‘mutating’) a single location in the code under test, and checking to make sure at least one of the existing tests fails. Building on Lukas Lazarek’s mutation framework for Racket, we apply mutation testing in two very different settings—the classroom, and the open-source software project—to see what kinds of benefit mutation testing might offer above and beyond the commonly-used test case coverage metric.}
@@ -462,6 +463,7 @@ Mutation testing is the idea that we can assess the completeness of a test suite
462463
@speaker[#:url "https://github.com/ndh4"]{Nathaniel Hejduk}
463464
#:what
464465
@talk{Trouble with Typed Racket? Try contract-profile!}
466+
#:link "https://youtu.be/FeDVjomZgmE"
465467
#:more
466468
@abstract{
467469
When you add types to a portion of your partially-untyped code base in Typed Racket, the type soundness guarantees you gain will make you feel warm and fuzzy. Sometimes, however, doing so will cause your running time to skyrocket, turning your cute, fluffy type annotations into an unexpected tribulation. When such troubles occur, contract-profile can help you ease the runtime wrath of contract checking. In this talk, I’ll demonstrate how to use contract-profile to boldly reduce the overhead of type-checking in your program, without violating the following prime directive: once a module has been typed, it must stay typed forever.
@@ -478,6 +480,7 @@ When you add types to a portion of your partially-untyped code base in Typed Rac
478480
@speaker[#:url "https://lambdaland.org"]{Ashton Wiersdorf}
479481
#:what
480482
@talk{Type Tailoring: Teach an Old Type Checker New Tricks}
483+
#:link "https://youtu.be/rmPCstrSQOA"
481484
#:more
482485
@abstract{
483486

0 commit comments

Comments
 (0)