JAI is a programming language created in 2014 by Jonathan Blow.
#342on PLDB | 10Years Old |
Jonathan Blow (born 1971) is an American video game designer and programmer, who is best known as the creator of the independent video games Braid (2008) and The Witness (2016), both of which were released to critical acclaim. From 2001 to 2004, Blow wrote the Inner Product column for Game Developer Magazine. He was the primary host of the Experimental Gameplay Workshop each March at the Game Developers Conference, which has become a premier showcase for new ideas in video games. Read more on Wikipedia...
#import "Basic";
main :: () {
print("Hello, World!\n");
}
#import "Print"
main::(){
print("Hello World");
}
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |
Print() Debugging | ✓ | ||
Comments | ✓ | // A comment | |
MultiLine Comments | ✓ | /* A comment */ | |
Line Comments | ✓ | // A comment | // |
Semantic Indentation | X |