Home Indexchecker.tscompiler-types.tscompiler.tsdebug.tsnode.tsBlockFlagsparser-expression.tsparser-type.tsparser.tsprogram.tsProgramOptionsSystemscanner.tssymbol-table.tsFlagstarget-wasm.ts @cxl/gbc.compiler

npm version

A concise and type-safe functional language designed to prioritize immutability and modularity. It uses blocks as its core execution units to form computation pipelines.

Project Details InstallationHello World

This is a sample of a simple "Hello World" program. The main block is our entry point. No code is allowed outside of it other than type and function definitions. The standard library is always available through the @ operator. The pipe >> operator will call the @.out function passing its left value as an argument.

Links