loading...
Teascript is a simple, multi-paradigm scripting language for embedded and standalone use
- it’s lightweight
- it’s extensible
- it’s embeddable
- it’s a scripting language
- it’s multi-paradigm
Main features
- a fast single-pass compiler with tight bytecode
- very few built-in types
- dynamic typing
- garbage collection
- operator overloading
- lexical scoping
- high order functions and classes
- closures