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