Skip to content

Commit 4d37bff

Browse files
authored
Merge pull request #4 from marvinborner/main
Add my talk
2 parents 54f13d5 + 5d4545c commit 4d37bff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html.pm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@
7878
}
7979
◊ul[#:class "list-disc list-inside mx-2 my-4 sm:text-lg leading-relaxed"]{
8080
◊li{18.45 Doors open & Welcome}
81-
◊li{Talk 1 (maybe you?)}
82-
; ◊p[#:class "ml-10 my-2 italic text-base"]{
83-
84-
◊; }
81+
◊li{Really Functional Data Structures (Marvin)}
82+
◊p[#:class "ml-10 my-2 italic text-base"]{
83+
Last time, David showed us functional data structures in the form of persistent data structures. In this talk, I want to show you data structures that are defined entirely by functions themselves - no classes, structs, bitmaps, etc.! Knowing about such structures not only tickles the brain, but can also lead to a better intuition for solving problems functionally. Furthermore, one of the data structures shown can be used for space-efficient encodings of fractals and fun animations.
84+
}
8585
◊li{Short break}
8686
◊li{Talk 2 (maybe you?)}
8787
◊; ◊p[#:class "ml-10 my-2 italic text-base"]{

0 commit comments

Comments
 (0)