|
Object-Oriented Interpreted Dynamically Typed FRC Scripting Language
Team 4334 has worked over the last year on our scripting language, Gordian. It's meant to be lightweight, simple, flexible and powerful.
http://www.4334.ca/gordian/
Find the full specification for Gordian - https://github.com/Team4334/gordian/blob/master/SPEC.md
Key features: - Classes, Instances, Inheritance built in
- Threading built in
- Dynamic types
- Simple Python-like syntax
- No external dependencies, build scripts or special setup procedures - insert the classes and go!
On github - https://github.com/Team4334/gordian
__________________
All opinions are my own.
|