Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 267 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 267 Bytes

FluxFlow

FluxFlow is a statically typed scripting language with its main focus on game development.

It is syntactically very similar to Rust.

Differences from Rust:

  • Dynamic compilation including hot-reloading of existing functions.
  • unsafe is not a thing.