This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
duby /
| name | age | message | |
|---|---|---|---|
| |
Duby Plugin/ | Mon Oct 05 22:14:02 -0700 2009 | |
| |
History.txt | Sat Nov 07 05:32:31 -0800 2009 | |
| |
Manifest.txt | Sat Nov 07 09:00:24 -0800 2009 | |
| |
README.txt | Sat Nov 07 05:32:31 -0800 2009 | |
| |
Rakefile | Sat Nov 07 05:32:31 -0800 2009 | |
| |
bin/ | Sat Nov 07 05:32:31 -0800 2009 | |
| |
build.xml | Thu Oct 08 22:33:41 -0700 2009 | |
| |
examples/ | Sat Nov 07 09:00:24 -0800 2009 | |
| |
javalib/ | Fri Oct 02 14:50:19 -0700 2009 | |
| |
lib/ | Sun Nov 08 01:55:35 -0800 2009 | |
| |
nbproject/ | Sat Jan 24 11:21:35 -0800 2009 | |
| |
src/ | Thu Oct 01 16:01:09 -0700 2009 | |
| |
test/ | Sun Nov 08 01:55:35 -0800 2009 |
README.txt
= duby * http://kenai.com/projects/duby == DESCRIPTION: Duby is a customizable programming language featuring static types, local type inference and a heavily Ruby-inspired syntax. Duby currently includes a typer/compiler backend for the JVM which can output either JVM bytecode or Java source files. == FEATURES/PROBLEMS: * Ruby syntax * Compiles to .class or .java * Fast as Java == SYNOPSIS: duby <script.duby> duby -e "inline script" dubyc <script.duby> dubyc -e "inline script" # produces dash_e.class dubyc -java <script.duby> dubyc -java -e "inline script" # produces dash_e.java == REQUIREMENTS: * JRuby 1.4RC2 or higher. * BiteScript 0.0.4 or higher == INSTALL: * gem install duby







