gravity is an open source programming language created in 2017.
#261on PLDB | 7Years Old |
git clone https://github.com/marcobambini/gravity
Gravity Programming Language
func main() {
System.print("Hello World");
}
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |
Print() Debugging | ✓ | System.print |