Changes between Version 10 and Version 11 of Ruby reference implementation


Ignore:
Timestamp:
Nov 27, 2007, 12:46:02 AM (16 years ago)
Author:
Tatsukawa, Akimichi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ruby reference implementation

    v10 v11  
    77
    88== Mission Statement ==
    9 Ruby is a smart and powerful script language that is based on object oriented concept. We are going to implement productive Ruby environment on openEHR to reduce the programmers effort on development such as Ruby on Rails
     9Ruby is a smart and powerful script language based on object-oriented concept. We are going to implement a  productive Ruby environment on openEHR in order to reduce  programmer's effort on development such as Ruby on Rails.
    1010
    1111== 現在の状況 ==
     
    1414
    1515== Current Status ==
    16 We are workign on mainly in openEHR.jp repository. Preliminary implementation of Ruby ADL perser is succeeded in 17 ADL files. We are now going on implementation of models of openEHR. How to check out the project from repository is following bellow: You must regist account befor commit.
     16We are mainly working on openEHR.jp repository. A rudimentary implementation of Ruby ADL parser is succeeded in 17 ADL files so far. We are now going to implement openEHR models. How to check out the project from the repository is shown as bellow:
     17Your account registration is required before commitment to the repository.
    1718 svn co !http://openehr.jp/svn/openehr-jp/
    1819
     
    2324
    2425== About Ruby language ==
    25 Ruby has many documents on the web sites and books. The tutorial and FAQs are recomended.
     26You can find many documents about Ruby on web sites and books. The tutorial and FAQs are recommended.
    2627 * http://www.ruby-lang.org/en/
    2728 * http://www.ruby-lang.org/en/documentation/