So I have a matrix bot on OCaml, that also have a webbserver and runs some tasks based on commands. Would you be willing to schedule a call stream porting this to riot?
I'll also be in Stockholm next week if you want to meet up instead
Upcoming OCaml Events: * Online Meetup - Building OCaml projects with Buck2 by Shubham Kumar // Online, India // Oct 20, 2024
* Online Meetup - Continuted - Joining Nikhil as he writes a card game in OCaml by @theteachr_ // Online,โฆ dlvr.it/TFRsMR#OCaml#OCamlPlanet
As a part of showcasing some cool things our peer communities are upto, we recommend joining @ptrCast 's who is working on kiesel JS engine written in Zig.
He is live right now on Discord!
discord.gg/Dumv48hE
We're meeting again at 2 pm. I will be leading the discussion on static linking OCaml apps, CI with esy package managers and some deployment tips.
Join us on our Discord voice channels :
discord.com/invite/Ytr36fRC4โฆ
Here's what we did in the past meetups
reason-ocaml.in/blog
I will the speaking at Chennai OCaml organised by @tarides_ on the Merlin Language Server experience report this Thursday, 5.30 pm IST. It's an attempt to start learning and discuss Merlin internals.
I will be joining them remotely from Bangalore. It will also be a pilot hybrid OCaml meetup where @ReasonOCamlIn members can tune into the discussion. Really hoping it works out well!
Brings syntax support for effect handlers. Lets you write
try perform E with
| effect E, k -> continue k ()
instead of
try_with perform E
{effc = fun (type a) (e: a t) ->
match e with
| E -> Some (fun (k: (a,_) continuation) -> continue k ())
| _ -> None}
OCaml 5.3.0 - First Alpha: Four months after the release of OCaml 5.2.0, the set of new features for the future version 5.3.0 of OCaml has been frozen. We are thus happy to announce the first alpha release for OCaml 5.3.0.
Thisโฆ dlvr.it/TDdFRw#OCaml#OCamlChangelog
thanks for the awesome session today @injuly and @ManasJayanth on writing a Parser Combinator from scratch , will be exploring more about folds, monads and applicatives now :)