/rhabarber

Automatically exported from code.google.com/p/rhabarber

Primary LanguageC

rhabarber
A new progamming language

The goal is to design a general purpose programming language specially
tailored to the needs of machine learning.

The special requirements of machine learning include:

    * Support for interactive, explorative programming
    * Built-in support for data types like matrices, trees, et cetera
    * Scaling prototypical implementations to large data sets 

Rhabarber tries to be as flexible as possible, and providing powerful
features in seamless manner.

(c) Mikio Braun and Stefan Harmeling, 2005, 2006, 2007

License: see information on http://code.google.com/p/rhabarber/

===========================================

THE EASY STEPS FOR HARVESTING DELICOUS RHABABER:

0. go to http://code.google.com/p/rhabarber/downloads/list

1. download the binary 'rhabarber' for your OS

2. download the test code 'init.rha' and 'test.rha'

3. run './rhabarber < test.rha | grep false'

4. if all goes well, there shouldn't be any output

5. run './rhabarber' and you can play around with it after seeing something like:

   Delicious rhabarber!
   --RHA has been conceived by Stefan Harmeling and Mikio Braun.
   --This interpreter was written by Mikio Braun and Stefan Harmeling, 2005.
   This is build $Revision: 324 $
                 $Date: 2006-08-02 02:04:16 +0200 (Wed, 02 Aug 2006) $
   Compiled      Mar  1 2007, 17:15:19
  
   rha[1]$ 17+42
   59
   rha[2]$