Announcing the June #Bangalore #FPIndia #Meetup!
Our first talk is Type-level Programming in #Haskell, presented by @abnv!
Like always, meet fellow FP heads, have great conversations, all skill levels welcome!
RSVP https://hasgeek.com/fpindia/bangalore-fp-june-2026-meetup/
Pyro Caml Continuous Profiler for OCaml
https://semgrep.dev/blog/2026/announcing-pyro-caml-continuous-profiler-ocaml/
I'm currently explore OCaml and his ecosystem, you can read the beginning of my journey with this 2 articles:
https://gilwath.com/articles/from_scala_to_ocaml_part1.html
I've released a new version of my raylib-ocaml bindings. It now supports raylib 6.0.0 and modularizes the library into the modules of upstream raylib.
https://github.com/tjammer/raylib-ocaml/releases/tag/2.0.0
Handling of constants is also improved and since this breaks the API (in minor ways) I decided to give it a new major version.
PR to opam is underway
OCaml Weekly News, for the week of May 26 to June 02, 2026
The #OCaml Weekly News for 2026-06-02 is out
A spike for an OCaml test framework: https://codeberg.org/m-e-leypold/my-rosetta/src/branch/main/spike/ocaml-test-framework/example.tests.ml#L62
While we're at it: A rather generic Makefile for #ocaml: https://codeberg.org/m-e-leypold/my-rosetta/src/branch/main/spike/ocaml-test-framework/Makefile