Last updated April 18, 2012 18:10, by sonyabarry
= The Duby Programming Language =
Duby is a new experimental language borne out of the JRuby project. In order to make implementing Ruby on the JVM easier and more approachable for Ruby developers, Charles Oliver Nutter wanted to create a language that essentially looked like Ruby, but was statically typed and compiled to fast JVM bytecode. Duby is the result.
Currently Duby supports a small set of language and JVM features (in the JVM backend) and no additional backends have been created. You can join the discussion on the Duby mailing lists or stop in to the #duby IRC channel on FreeNode.
* [[Duby Features]]
* [[Duby Syntax Discussion]]
* [[Type Inference]]
* [[Separation of Typing Concerns]]
* [[Examples]]





