8.16.0.1
Elle
#lang elle | package: elle-lib |
WARNING: The Elle language is currently under development. The language itself is unstable, and this manual may not accurately reflect the current language syntax, features, and libraries.
You have been warned.
Elle is an intentionally small language which shares much with Racket. Notable features include:
Immutable data is emphasized.
Pattern matching is used extensively.
Effects, like I/O and mutation, are separated from pure functions.
Minimal core and small standard library.