Changes between Version 8 and Version 9 of Ruby reference implementation


Ignore:
Timestamp:
Nov 25, 2007, 6:14:08 AM (16 years ago)
Author:
KOBAYASHI, Shinji
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ruby reference implementation

    v8 v9  
    44== このプロジェクトの目的 ==
    55
    6 Rubyは強力なオブジェクト指向スプリくと言語です。Rubyを使ってopenEHRにおける[http://www.rubyonrails.org/ Ruby or rails]のような生産性の高い開発環境を構築して,プログラマの負担を軽減させることを目標とします。
     6Rubyは強力なオブジェクト指向スクリプト言語です。Rubyを使ってopenEHRにおける[http://www.rubyonrails.org/ Ruby or rails]のような生産性の高い開発環境を構築して,プログラマの負担を軽減させることを目標とします。
    77
    88== Mission Statement ==
     
    1616We 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.
    1717 svn co !http://openehr.jp/svn/openehr-jp/
     18
     19== Ruby言語について ==
     20Rubyに関する本やドキュメントはたくさんありますが,Rubyサイトのチュートリアルがまとまっていていいでしょう。
     21 * http://www.ruby-lang.org/ja/
     22 * http://www.ruby-lang.org/ja/documentation/
     23
     24== About Ruby language ==
     25Ruby has many documents on the web sites and books. The tutorial and FAQs are recomended.
     26 * http://www.ruby-lang.org/ja/
     27 * http://www.ruby-lang.org/en/documentation/