Multicore OCaml: September 2021, effect handlers will be in OCaml 5.0

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • CompCert

    The CompCert formally-verified C compiler

  • OCaml is becoming a must learn language for those who want to take their C programming to the highest levels, because:

    1. Frama-C, which enables writing bug-free C programs, is implemented using a combination of OCaml and the Coq proof assistant (which is itself implemented in OCaml):

    https://frama-c.com/

    2. CompCert, a formally verified C compiler, is implemented using OCaml and Coq:

    https://github.com/AbsInt/CompCert

    Nothing at this level yet exists in the Rust and Zig ecosystems, for example. Rust is a very complicated language with many features which makes formalization much harder than with C and OCaml, which both had mathematical ideas of simplicity, analyzability, and minimalism inspire their designs, even if they continue to grow into more complicated monsters, which, incidentally this OCaml 5.0 release will contribute towards. :-)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • So you think you know C?

    2 projects | news.ycombinator.com | 20 Jan 2024
  • Recently I am having too much friction with the borrow checker... Would you recommend I rewrite the compiler in another language, or keep trying to implement it in rust?

    1 project | /r/programmingcirclejerk | 27 Apr 2023
  • There is such thing called bugfree code.

    1 project | /r/ProgrammerHumor | 23 Dec 2022
  • Proofs about Programs

    1 project | news.ycombinator.com | 15 Dec 2022
  • Is "my version" of quick-sort incorrect?

    1 project | /r/learnprogramming | 9 Nov 2022