Skip to content

Commit b994e5a

Browse files
committed
Add abstracts
1 parent e8f728e commit b994e5a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html.pm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,14 @@
7979
◊ul[#:class "list-disc list-inside mx-2 my-4 sm:text-lg leading-relaxed"]{
8080
◊li{18.45 Doors open & Welcome}
8181
◊li{Simple development environments with Nix (Beat)}
82+
◊p[#:class "ml-10 my-2 italic text-base"]{
83+
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.
84+
}
8285
◊li{Short break}
8386
◊li{Persistent Data Structures: From Lists to Hashmaps (David)}
87+
◊p[#:class "ml-10 my-2 italic text-base"]{
88+
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.
89+
}
8490
◊li{Food, talking, coding, whatever}
8591
◊li{22.00 End}
8692
}

0 commit comments

Comments
 (0)