Measures Concepts
GitHub icon

Gosu

Gosu - Programming language

< >

Gosu is an open source programming language created in 2002.

#496on 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...


Example from hello-world:
print("Hello World")
Example from Linguist:
function hello() { print("hello") }
Example from Wikipedia:
var list = {1, 2, 3} var result = list.where(\ elem -> elem >= 2) print(result)

Language features

Feature Supported Token Example
Comments ✓
MultiLine Comments ✓
Line Comments ✓
Integers ✓
Floats ✓
Strings ✓ "
"Hello world"
Print() Debugging ✓ print

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout