Lifting Terms: Making Well Scoped Syntax Dumber
Explores alternative representations for terms in programming languages, moving beyond standard lists to dictionaries, BDDs, and parameterized families.
Explores alternative representations for terms in programming languages, moving beyond standard lists to dictionaries, BDDs, and parameterized families.
Explores OxCaml's [@zero_alloc] feature that enforces no heap allocation in functions, comparing it to other languages.
Anil Madhavapeddy uses AI to port an HTML5 parser and test suite from JavaScript to OCaml, discussing copyright and ethical implications.
A beginner's tutorial for building a GitHub Search app using ReasonReact, covering state management and API calls.