Gosu is an open source programming language created in 2002.
#443on PLDB | 22Years Old | 701Repos |
Gosu is a statically-typed programming language that runs on the Java Virtual Machine released under the Apache 2. This general-purpose programming language is used in several open-source software projects including SparkGS and Ragnar DB among several others, and is widely used in the insurance industry via Guidewire Software's commercial products. The language borrows from several existing languages including Java, C#, and ECMAScript. Read more on Wikipedia...
print("Hello World")
function hello() {
print("hello")
}
var list = {1, 2, 3}
var result = list.where(\ elem -> elem >= 2)
print(result)
Feature | Supported | Example | Token |
---|---|---|---|
Comments | ✓ | ||
MultiLine Comments | ✓ | ||
Line Comments | ✓ | ||
Integers | ✓ | ||
Floats | ✓ | ||
Strings | ✓ | "Hello world" | " |
Print() Debugging | ✓ |