-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meetup: add July meet-up with talk by Michael Baykov
The talk is on using category theory to parse command line options.
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
+++ | ||
title = "2024-07-09" | ||
date = "2024-07-09" | ||
draft = false | ||
+++ | ||
|
||
The July 2024 Rust for Lunch meet-up will have a single talk with time for | ||
questions afterwards. | ||
|
||
We'd like to remind everyone that all participants (speakers, moderators, and | ||
attendees) must follow the [Code of Conduct](@/about.md#code-of-conduct) during | ||
the meetup. | ||
|
||
- Meet-up call link: [https://lecture.senfcall.de/hay-gmh-wox-mru](https://lecture.senfcall.de/hay-gmh-wox-mru) (Senfcall) | ||
- Date: **Tuesday, 14 May, 2024** | ||
- Time: [**11:00 - 12:00 UTC**](https://everytimezone.com/s/ede0036f) | ||
- **12:00 - 13:00 GMT** (e.g. London, Bamako) | ||
- **13:00 - 14:00 WAT/CET** (e.g. Kinshasa, Berlin) | ||
- **14:00 - 15:00 EET/CAT** (e.g. Lviv, Cairo) | ||
|
||
### Using category theory to parse command line options | ||
|
||
#### Speaker: [Michael Baykov](https://functional.cafe/@manpacket) | ||
|
||
We are going to talk about side effects in Rust and how to manage them using | ||
abstractions from Category Theory using command line options parsing as an | ||
example. No prior knowledge in either Category Theory or command line options | ||
parsing is required, being able to read Rust code and look at pretty pictures | ||
should be enough 🙂 | ||
|
||
|