A Core Calculus for Documents

Lobsters Hottest Papers

Summary

A formal core calculus for documents is presented, likely exploring type systems or semantics for document processing.

<p><a href="https://lobste.rs/s/bbr7q9/core_calculus_for_documents">Comments</a></p>
Original Article

Similar Articles

Coalgebras and Automata

Lobsters Hottest

An introductory literate Haskell document exploring the relationship between coalgebras and automata, demonstrating how state machines can be modeled using fold and unfold operations within category theory.

Dependently typed Clojure DSL with a Lean4 compatible kernel

Lobsters Hottest

Ansatz is a Clojure library that implements Lean 4's Calculus of Inductive Constructions kernel, enabling Clojure programmers to write dependently typed, verified code with proofs compatible with Mathlib and compile to JVM bytecode.