A solution to the ppx versioning problem
Ppx is a preprocessing system for OCaml where one maps over the OCaml abstract syntax tree (AST) to interpret some special syntax fragments to generate code.
Read the full articleYou might also wanna read
Building a Zero-Allocation HTTP/1.1 Parser with OxCaml for High-Performance Research Infrastructure
Building httpz, a high-performance HTTP/1.1 parser with zero heap allocation using OxCaml's unboxed types, local allocations, and mutable lo
Optique: A TypeScript library that eliminates CLI validation code through parser combinators and type inference
This post introduces Optique, a new library created to address the pervasive problem of repetitive and often messy validation code in CLI to
The Smalltalk Rewrite Engine: A Powerful but Difficult-to-Use Tool for AST-Level Code Transformation
The rewrite engine is an absolutely brilliant invention by John Brant and Don Roberts, introduced with the Refactoring Browser (see “A Refa.
Evolving the OCaml Programming Language (2025) [pdf]
Article URL: Comments URL: Points: 24 # Comments: 0
Introducing Coalton Playground: A Web-Based REPL for a Statically-Typed Lisp Dialect
I wanted to share a side project I’ve been tinkering with for a while and finally got around to shipping: Coalton Playground – basically a w
XS: A Portable, Self-Contained Programming Language with Zero Runtime Dependencies
A programming language. Anywhere, anytime, by anyone.

Comments
Sign in to join the conversation.
No comments yet. Be the first.