ocaml

Tag

Cards List
#ocaml

OCaml Onboarding: Introduction to the Dune build system

Hacker News Top · 4d ago Cached

A practical guide introducing the Dune build system for OCaml, covering project setup, building libraries and executables, and testing.

0 favorites 0 likes
#ocaml

Strace-ui, Bonsai_term, and the TUI renaissance

Hacker News Top · 2026-06-02 Cached

Jane Street engineers introduce strace-ui, an interactive terminal UI for strace that simplifies syscall debugging with filtering, PID tracking, and man page integration, and highlight the TUI renaissance enabled by their Bonsai framework.

0 favorites 0 likes
#ocaml

Introducing Incremental

Lobsters Hottest · 2026-05-17 Cached

Jane Street announces Incremental, a library for building self-adjusting computations that efficiently update when inputs change, applicable to online algorithms, GUI construction, and configurable computations.

0 favorites 0 likes
#ocaml

Data race freedom in OxCaml

Lobsters Hottest · 2026-05-16 Cached

OxCaml, Jane Street's fork of the OCaml compiler, introduces compile-time guarantees against data races, enabling sequential consistency without runtime overhead. The blog post explains the new mode axes and their implications for parallel programming.

0 favorites 0 likes
#ocaml

@davidcrawshaw: While the industry is pouring resources into programs without GC (rust), I think the Jane Street OCaml folks have it fi…

X AI KOLs Following · 2026-05-15 Cached

David Crawshaw argues that while the industry invests in Rust's lack of GC, Jane Street's OCaml with OxCaml demonstrates that GC is beneficial for most code paths, with only 1% needing performance optimization.

0 favorites 0 likes
#ocaml

O(x)Caml in Space

Hacker News Top · 2026-05-15 Cached

A pure-OCaml implementation of the CCSDS protocol stack, codenamed Borealis, successfully booted up on the DPhi Space ClusterGate-2 payload module in low Earth orbit, demonstrating safe and performant OCaml in space.

0 favorites 0 likes
← Back to home

Submit Feedback