ƒink
A functional language that compiles to WasmGC.
Read the docs View sourceExpression-based
Everything is an expression. Indentation creates blocks. No statement/expression split.
Pattern matching
Destructuring and match work uniformly across literals, sequences, records, and types.
Pipes & partial application
Compose functions left-to-right with |. Use ? anywhere to create an anonymous function on the spot.
Compiles to WasmGC
The compiler targets WebAssembly GC via Binaryen. Fast, portable, and close to the metal.