- Goal: Build this language within 3 years
- Dyslexic friendly syntax
- Support Rust Return Values & Enums
- Must be as fast just like C programming language
- Turing Complete
- Cross platform
- Easy build system
- Robust Standard Library
- Staticly Typed Interpretter Runtime which uses a Borrow Checker
- System Allocators which work with the runtime
- Project Management (Be allowed to create a grua project using the cli interface)
- Interpretter Engine must be robust and execute fast not millions line a second fast but fast enough
- Implement Language Features
- Make the language able to read the syntax and throw error if invalid syntax
- Make the language able to read user source code
- Make the language be able to store memory
- Optimize the language so its fast when its executing the programs
- Build Standard Library
- Build Vendor Packages and add to Standard Library