[21 total ]
Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, extensible, and portable.
JRuby is an 100% pure-Java implementation of the Ruby programming language.
JRuby is the effort to recreate the Ruby interpreter in Java. JRuby is tightly integrated with Java to allow both to script any Java class and to embed the interpreter into any Java application.
Rubinius is an execution environment for the Ruby programming language. It is comprised of three major pieces: a compiler, a 'kernel' (otherwise known as the Ruby Core Library), and a virtual machine. The project's goal is to create a top-of-the-line Ruby implementation.
ruby2ruby provides a means of generating pure ruby code easily from ParseTree's Sexps. This makes making dynamic language processors much easier in ruby than ever before.
RubySpec is a project to write a complete, executable specification for the Ruby programming language.
There are two main components to this project: the RubySpec sources, and the MSpec framework.
This is a project intended to compile Ruby programs so that they can be run on top of the Parrot virtual machine.
It will convert the Ruby source into InterMediate Compiler Code which will then be compiled and executed by Parrot.
MacRuby is a version of Ruby 1.9, ported to run directly on top of Mac OS X core technologies such as the Objective-C common runtime and garbage collector, and the CoreFoundation framework.
While still a work in progress, it is the goal of
... [More]
MacRuby to enable the creation of full-fledged Mac OS X applications which do not sacrifice performance in order to enjoy the benefits of using Ruby. [Less]
ContextR equips Ruby with an API to allow context-oriented programming. You may find more information about context-oriented programming on http://www.swa.hpi.uni-potsdam.de/cop/.
XRuby is a Ruby compiler for the JVM, converting .rb files into .class files.
Unlike JRuby, which focuses on just-in-time compilation of Ruby code, XRuby works exclusively by ahead-of-time compiling.
IronRuby is an Open Source implementation of the Ruby programming language. It is built using the Dynamic Language Runtime, which makes it easier to build high-quality dynamic language implementations on top of Microsoft's .NET Framework.
Rita is a JVM-based language with a simple, concise and powerful syntax. The goal of the Rita project is to create a viable alternative to Java that incorporates some of the best features of other languages such as Ruby.
A DSL for specifying iptables rules for firewall configurations built in ruby. It generates iptables rules based on an english-like specification of the rules.
Getting started: Download and extract the archive Run the ipt_shell.rb script Enter the specification to get the iptables rules Refer to the unit test for examples
1. We need a social network, much like facebook, but not that much functions.
2. we need help people record, store, search and broadcast their foreign language voices and make sure the process is simple.
3. Find the right language partener or oral teacher.
A rails application allowing to save words and grammar which can be learned then.
DSL Forge is a community website that is for all dsl fans submit their stories and show their ideas. DSL Forge is powered by ruby on rails and it is a web 2.0 website. We will launch a website at: www.dslforge.org
powered by ThoughtWorks
PRuby aims at creating a set of libraries and later a virtual machine for integration of PHP and Ruby programming languages. The first edition was written by Szabo Peter and is currently being re-written by Arthur J. Mukembo in partnership with
... [More]
Peter. The meta-language is currently only available for nix platforms with windows support planned for future releases.
Using a set of libraries, its able to map object instances and associated methods from one language into another.
Requirements include: Ruby 1.8.4+ Source PHP 4.x/ 5.x Source Apache Source GNU Make utility
Detailed utilization instructions will soon be made available except of course for the 'Milk and Cookies' which we imagine is obvious.
We are seeking core committers with advanced knowledge of PHP, Ruby, Apache, Systems Architecture and Systems Engineering. [Less]
- Implement an English - Vietnamese Dictionary application in using JavaScript. - DICT to JSON converting using Ruby.
Logophilia.org (codenamed lexigator) is a basic Ruby on Rails app for aggregating and displaying word lists in interesting ways.
see logophilia.org
Q is a scripting engine that implements C-like language, compiler, and bytecode interpreter. Main design goal were to create minimal and fast engine that can be easily embedded into the C/C++ programs. Q is implemented in standard C.