Be the next step up from scratch as a language for people to learn.
Checkout the examples folder from some example projects!
float velocity = 1
void update() {
X += velocity
velocity *= 0.9
}
- Resolve paths when dealing with dependencies and source
- Add additional control statements (for, return)
- Support type casting
- Validate and Type Compute Step
- Support properties and namespaces (.)