Category:Gosu: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
mNo edit summary
 
Line 4: Line 4:
{{Language programming paradigm|imperative}}
{{Language programming paradigm|imperative}}
{{Language programming paradigm|object-oriented}}
{{Language programming paradigm|object-oriented}}
'''Gosu''' is [[runs on vm::JVM]]-based an imperative statically-typed object-oriented programming language that is designed to be expressive, easy-to-read, and reasonably fast. It started in 2002 in company called [http://guidewire.com/ Guidewire] as a internal language and was released in 2010 to the opensource world.
'''Gosu''' is a statically-typed [[runs on vm::JVM]]-based general purpose programming language that is designed to be expressive, easy-to-read, and high performing. Gosu is uniquely both a high-functioning general purpose language as well as a powerful and concise scripting language. In addition Gosu's type system defines an open API for domain-specific *types* as opposed to grammar e.g., XSD/XML is type-safe and modeled directly from XML schema files, without intermediate code generation. Gosu began in 2002 from [http://guidewire.com/ Guidewire Software] as an internal language and was released in 2010 to the opensource world. Scott McKinney is the creator and principle developer of the language.


* [https://gosu-lang.github.io/ Gosu Home Page]
* [https://gosu-lang.github.io/ Gosu Home Page]

Latest revision as of 23:30, 19 January 2017

Language
Gosu
This programming language may be used to instruct a computer to perform a task.
Official website
Type checking: Static
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Gosu.

Gosu is a statically-typed JVM-based general purpose programming language that is designed to be expressive, easy-to-read, and high performing. Gosu is uniquely both a high-functioning general purpose language as well as a powerful and concise scripting language. In addition Gosu's type system defines an open API for domain-specific *types* as opposed to grammar e.g., XSD/XML is type-safe and modeled directly from XML schema files, without intermediate code generation. Gosu began in 2002 from Guidewire Software as an internal language and was released in 2010 to the opensource world. Scott McKinney is the creator and principle developer of the language.

Subcategories

This category has the following 3 subcategories, out of 3 total.