-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0dd0e9e
commit a278b09
Showing
1 changed file
with
27 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,27 @@ | ||
--- | ||
slug: ocaml-buck2 | ||
title: "Meetup 23: Introduction to using Buck2 with OCaml" | ||
authors: [prometheansacrifice] | ||
--- | ||
|
||
[Shubham Kumar](https://shoebum.netlify.app/) lead the discussion on using OCaml with Buck2. | ||
|
||
Additionally, Patate started a discussion about how monads unify | ||
exceptions with regular values. They also unify IO with regular | ||
values. My take, adding to his point, was how monads let us | ||
parameterise the execution model - they help us detach the meaning of | ||
computations from their representation and simply tell us what computation | ||
depends on what. The execution model, which could be swapped, then | ||
decides if it's an IO or error handling. | ||
|
||
|
||
## When is the next meetup? | ||
|
||
Checkout [Upcoming Meetups](/upcoming-meetups) | ||
|
||
## Stay in touch with us | ||
|
||
Twitter: https://x.com/ReasonBangalore | ||
|
||
Discord: https://discord.com/invite/Ytr36fRC4C | ||
|