OCaml Type Projects
-
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
Project mention: WasmGC – Compile and run GC languages such as Kotlin, Java in Chrome browser | news.ycombinator.com | 2023-11-02
There is a pretty complete wasm_of_ocaml port to the Eliom web framework here https://github.com/ocsigen/eliom/pull/767
It seems like it’s a relatively easy swap from js_of_ocaml to WASM. That’s the option I’ve chosen for my experiments.
NOTE:
The open source projects on this list are ordered by number of github stars.
The number of mentions indicates repo mentiontions in the last 12 Months or
since we started tracking (Dec 2020).
OCaml Types discussion
OCaml Types related posts
-
I wrote my own “proper” programming language
-
Is there any other mainstream language (especially strongly typed compiled) whose type system is as powerful (or at least close) as Typescript? It's difficult to like other languages type system after using Typescript.
-
TS Belt - fast, modern, and practical utility library for FP in TypeScript
-
How I Switched from TypeScript to ReScript