Linked by Thom Holwerda on Wed 15th Nov 2006 19:47 UTC, submitted by ahmetaa
Java There is a new scripting language in development called F3 from Sun, specifically designed for GUI programming. It allows designing Flash-like GUIs with ease and can call Java libraries directly. You can launch demos and get more information from the related blog.
Permalink for comment 182624
To read all comments associated with this story, please click here.
A real Integer type!
by John Nilsson on Wed 15th Nov 2006 21:44 UTC
John Nilsson
Member since:
2005-07-06

F3 Java
String java.lang.String
Boolean java.lang.Boolean
Number java.lang.Number
Integer byte,short,int,long,BigInteger

Wow, you've got to have respect for a language that actually has a sensible integer type.