wiki:Ruby reference implementation

Version 16 (modified by KOBAYASHI, Shinji, 16 years ago) ( diff )

--

Rubyによる参照実装プロジェクト

Ruby reference implementation project

TOC

このプロジェクトの目的

Rubyは強力なオブジェクト指向スクリプト言語です。Rubyを使ってopenEHRにおけるRuby on 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のサーバに設けたリポジトリで開発を積み上げています。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サイトのチュートリアルがまとまっていていいでしょう。

About Ruby language

You can find many documents about Ruby on web sites and books. The tutorial and FAQs are recommended.

コーディング規約

to be determined

Coding guideline

to be determined

Note: See TracWiki for help on using the wiki.