Gosu (programming language)

Gosu
DeveloperGuidewire and open source contributors
Stable release
1.17.10[1] Edit this on Wikidata / 21 May 2024 (21 May 2024)
Typing disciplinestatic
PlatformExecute on the Java Virtual Machine, statically and dynamically compiles to bytecode
OSany supporting JVM
LicenseApache License 2.0
Filename extensions.gs, .gsp, .gst, .gsx
Websitegosu-lang.github.io
Influenced by
Java, C#
Influenced
Kotlin
Preview warning: Page using Template:Infobox programming language with unknown parameter "caption"

Gosu is a statically typed general-purpose programming language that runs on the Java Virtual Machine. Its influences include Java, C#, and ECMAScript. Development of Gosu began in 2002 internally for Guidewire Software, and the language saw its first community release in 2010 under the Apache 2 license.[2]

Gosu can serve as a scripting language, having free-form Program types (.gsp files) for scripting as well as statically verified Template files (.gst files). Gosu can optionally execute these and all other types directly from source without precompilation, which also distinguishes it from other static languages.

  1. ^ "Release 1.17.10". 21 May 2024. Retrieved 23 May 2024.
  2. ^ "Gosu Programming Language Released To Public". Slashdot. 2010-11-09.

Developed by StudentB