Just some guys
Just some guys
Neocaml 0.9 (a collection of #Emacs major modes for programming in #OCaml) is out with updates for OCaml 5.5, many top-level integration improvements and built-in completion for Opam and Dune https://github.com/bbatsov/neocaml/releases/tag/v0.9.0
It's a pretty cool release and I hope you'll enjoy it!
Ocsipersist 2.1.0: type-safe persistence with Deriving — Ocsigen

OCaml 5.5 Summary: What's New in the Latest OCaml Update
"If you have used OCaml 5 this will feel familiar, except OCaml keeps its effects out of the types, so you find out about an unhandled one at runtime, in production, on a Friday."
"If you have used Haskell this will also feel familiar, except in Haskell you would be assembling a monad transformer stack, lifting each operation through every layer by hand, and explaining to a junior colleague that a monad is just a monoid in the category of endofunctors, what's the problem."
https://www.stephendiehl.com/posts/prism/
#ocaml #functionalprogramming #haskell #programminglanguages