Skip to content

Commit 132a373

Browse files
committed
Add new meetup & link to talk
1 parent ced3c64 commit 132a373

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

index.html.pm

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,30 @@
7272
Looking forward to see you at the next edition oflink["https://www.meetup.com/tu-lambda/"]{Tü.λ—Functional Programming Night Tübingen}!
7373
}
7474
◊meetups{
75+
◊meetup[#:title "15.01.25"]{
76+
◊par{
77+
The next meetup will take place on the 15.01.25 at the ◊link["https://itdesign.de/"]{itdesign office}, Friedrichstraße 12.
78+
}
79+
div[#:class "mx-2 my-4 sm:text-lg leading-relaxed"]{
80+
◊orga{18:45 Doors open & Welcome}
81+
◊p[#:class ""]{◊span[#:class "font-medium"]{Talk 1} (maybe you?)}
82+
◊abstract{
83+
}
84+
◊orga{Short break}
85+
◊p[#:class ""]{◊span[#:class "font-medium"]{Talk 2} (maybe you?)}
86+
◊abstract{
87+
}
88+
◊orga{Food, talking, coding, whatever}
89+
◊orga{22.00 End}
90+
}
91+
}
7592
◊meetup[#:title "06.11.24"]{
7693
◊par{
77-
The next meetup will take place on the 06.11.24 at the ◊link["https://itdesign.de/"]{itdesign office}, Friedrichstraße 12.
94+
This meetup took place on the 06.11.24 at the ◊link["https://itdesign.de/"]{itdesign office}, Friedrichstraße 12.
7895
}
7996
div[#:class "mx-2 my-4 sm:text-lg leading-relaxed"]{
8097
◊orga{18:45 Doors open & Welcome}
81-
◊p[#:class ""]{◊span[#:class "font-medium"]{Really Functional Data Structures} (Marvin)}
98+
◊p[#:class ""]{◊link["https://marvinborner.github.io/tuela24/1"]{◊span[#:class "font-medium"]{Really Functional Data Structures}} (Marvin)}
8299
◊abstract{
83100
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.
84101
}

0 commit comments

Comments
 (0)