1 repositorio
Language primitives that print values or halt execution during compilation or runtime, even inside pure functions.
Distinct from Compilation Debuggings: Distinct from Compilation Debuggings: focuses on language-level debug and crash statements, not query compilation internals.
Explore 1 awesome GitHub repository matching data & databases · Compile-Time Debug Primitives. Refine with filters or upvote what's useful.
Roc is a statically typed, functional programming language built around immutable-by-default semantics, exhaustive pattern matching on tag unions, and a type system that combines optional explicit annotations with full compile-time type inference. Its core identity centers on correctness and expressiveness, using tagged unions for error handling with a question-mark operator for early error propagation, and a trailing-bang naming convention that makes side-effect boundaries syntactically visible at every call site. The language distinguishes itself through a platform-based I/O abstraction tha
Ships debug and crash primitives that work inside pure functions for compile-time and runtime diagnostics.