Skip to content

Commit 54f13d5

Browse files
committed
Add slide links
1 parent dc42b7d commit 54f13d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@
9797
}
9898
◊ul[#:class "list-disc list-inside mx-2 my-4 sm:text-lg leading-relaxed"]{
9999
◊li{18.45 Doors open & Welcome}
100-
◊li{Simple development environments with Nix (Beat)}
100+
◊li{link["https://haglobah.github.io/talks/2024-08-28/"]{Simple development environments with Nix} (Beat)}
101101
◊p[#:class "ml-10 my-2 italic text-base"]{
102102
Setting up development environments is more complex than it should be. Nix makes entering development environments as easy as running nix develop, making them simple and reproducible. This talk explores what an ideal workflow could look like and walks through a project setup with Nix, outlining its benefits and deficiencies.
103103
}
104104
◊li{Short break}
105-
◊li{Persistent Data Structures: From Lists to Hashmaps (David)}
105+
◊li{link["https://binderdavid.github.io/talks/VortragHAMT.pdf"]{Persistent Data Structures: From Lists to Hashmaps} (David)}
106106
◊p[#:class "ml-10 my-2 italic text-base"]{
107107
Functional programmers cannot use the same data structures and algorithms that imperative programmers are used to. Functional data structures make it easier to reason about what our code does, but have different performance characteristics. This talk will introduce some of the basic and advanced techniques we use when we implement functional data structures efficiently.
108108
}

0 commit comments

Comments
 (0)