Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 455 Bytes

File metadata and controls

14 lines (12 loc) · 455 Bytes

Burrow

A scripting language for the layman

Features

  • Simplistic, Lua-like syntax
  • Prototype-based inheritance
  • Sandboxing capabilities
  • Simultaneous execution of the same context across multiple threads
  • Optional type hints
  • Runtime bindings for C

Principles

  • Code should be understood with little knowledge of the language
  • Syntax should be easy for beginners to understand, while being powerful enough for more experienced programmers