Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Gosu

< >

Gosu is an open source programming language created in 2002.

#438on PLDB 22Years Old 701Repos
Homepage · Wikipedia

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 Example Token
Comments ✓
MultiLine Comments ✓
Line Comments ✓
Integers ✓
Floats ✓
Strings ✓ "Hello world" "
Print() Debugging ✓ print
- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements · Part of the World Wide Scroll