Did OCaml get any Serious Promotion last few Years?
The OCaml compiler does have some nice optimizations - Frama-C
Many OCaml programmers use it because it offers a reasonable (to them) compromise between expressivity and control over resources use.
An introduction to OCaml PPX ecosystem - Tarides
These last few months, I spent some time writing new OCaml PPX ... Turns out I actually had no idea what I was doing all these years.
Services (25) JavaScript (47) Server (74) Client (54) Tools (32) General (6) Go (13) PHP (12) Python (13) Java / Kotlin (13) C# / .NET (10) Rust (4)
Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms. · Contents · Announcements · Get ...
8 months of OCaml after 8 years of Haskell in production
For the codebase I need to define basically a map function for every datatype, but without typeclasses and generic deriving I have to write all ...
This philosophical razor advocates that when presented with competing hypotheses about the same prediction and both hypotheses have equal explanatory power, one ...
A Roadmap for the OCaml Platform - Seeking Your Feedback - Page 2
Dear OCaml Community, Three years ago, @avsm and the OCaml Platform team presented a roadmap for the OCaml Platform.
Real World OCaml is aimed at programmers who have some experience with conventional programming languages, but not specifically with statically typed functional ...
What's your development workflow? - Learning - OCaml Discuss
the good news is that OCaml provides IMO an almost uniformly superior development workflow to what I was accustomed to (in Clojure, but also in ...
The future of ppx - Community - OCaml Discuss
If you are enjoying the many benefits of ppx, you probably know that it comes at a very high price: every OCaml release can potentially break ...
Defining standard OCaml development lifecycle processes
I know! But some changes that have been done already went against what old time OCaml users would do, we're not just stuck with past. For ...
Adopting macros as an alternative to ppx - Ecosystem - OCaml
... serious look at the ... There was announcement of some multi-staged programming effort similar to (and inspired by) MetaOCaml years ago.