Linked by Thom Holwerda on Wed 10th Nov 2010 18:56 UTC, submitted by fran
Java "Programmers in the Java environment have another tool in their box, following the launch of a new programming language called Gosu. Publicly released by Guidewire Software, Gosu is a general purpose programming language that runs on the Java Virtual Machine. According to the developers, Gosu is an object-oriented language that is 100% compatible with Java and has a promising set of attributes compared to other JVM languages. For example, Gosu boasts solid IDE tooling and static typing (meaning variables don't have to be defined before they're used), which remain rare in the world of JVMs."
Thread beginning with comment 449486
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE: static typing
by sukru on Wed 10th Nov 2010 19:40 UTC in reply to "static typing"
sukru
Member since:
2006-11-19

Actually it probably does:

http://en.wikipedia.org/wiki/Type_inference

Type inference refers to the ability to deduce automatically the type of a value in a programming language. It is a feature present in some strongly statically typed languages....

Reply Parent Score: 2

RE[2]: static typing
by stestagg on Wed 10th Nov 2010 19:44 in reply to "RE: static typing"
stestagg Member since:
2006-06-03

Sorry, I'd forgotten how literal one has to be on osnews. Of course they're related, but the statement:

static typing (meaning variables don't have to be defined before they're used)


is a bit misleading.

Reply Parent Score: 6

RE[3]: static typing
by boofar on Wed 10th Nov 2010 20:32 in reply to "RE[2]: static typing"
boofar Member since:
2008-04-23

That was probably supposed to say the type of variables don't have to be defined before they're used.

Reply Parent Score: 1

RE[2]: static typing
by fithisux on Thu 11th Nov 2010 07:30 in reply to "RE: static typing"
fithisux Member since:
2006-01-22

Gosu is like Matlab/Octave/Scilab. Type inference boosts productivity but it is a double edged sword.

Reply Parent Score: 2