Introduction

Design Principle

Lean Core, Rich Libraries. The language core defines only constructs requiring special syntax or static analysis. Data transformation and utilities are standard library methods.

Core (compiler)Library (stdlib)
run, try, match, recursemap, filter, fold, find
parallel, spawn, timeoutretry, validate
cache, withCollection methods

See Clause 15 for core constructs. See Annex C for library methods.