= Ruby reference implementation project = = Rubyによる参照実装プロジェクト = [[TOC]] == このプロジェクトの目的 == Rubyは強力なオブジェクト指向スクリプト言語です。Rubyを使ってopenEHRにおける[http://www.rubyonrails.org/ Ruby or rails]のような生産性の高い開発環境を構築して,プログラマの負担を軽減させることを目標とします。 == Mission Statement == Ruby 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. == 現在の状況 == 現在はopenEHR.jpのサーバに設けた[http://www.openehr.jp/browser/trunk/ruby リポジトリ]で開発を積み上げています。RubyによるADLパーサの試験的実装が行われており,17のADLファイルをパースできております。リポジトリからプロジェクトをチェックアウトするには以下のようにしてください。commitするには本ページに会員登録することが必要となります。 svn co !http://openehr.jp/svn/openehr-jp/ == Current Status == We 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: Your account registration is required before commitment to the repository. svn co !http://openehr.jp/svn/openehr-jp/ == Ruby言語について == Rubyに関する本やドキュメントはたくさんありますが,Rubyサイトのチュートリアルがまとまっていていいでしょう。 * http://www.ruby-lang.org/ja/ * http://www.ruby-lang.org/ja/documentation/ == About Ruby language == You can find many documents about Ruby on web sites and books. The tutorial and FAQs are recommended. * http://www.ruby-lang.org/en/ * http://www.ruby-lang.org/en/documentation/