From 08451ed2008c841bd30982c66690b3be26d097f5 Mon Sep 17 00:00:00 2001 From: Hidetaka Takano Date: Fri, 20 Apr 2012 12:15:08 +0900 Subject: update notes --- README | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) (limited to 'README') diff --git a/README b/README index 2e4ac8e0e..868a2a8cf 100644 --- a/README +++ b/README @@ -1,20 +1,26 @@ * What's mRuby -mRuby is the ... +mRuby is the light-weighted implementation of ruby language complied with ISO standard to execute various environment. It can run as 'interpriter form' or +'compile and execute on vm form' according to its module construction. + +This achivement is due to the national project of the Ministry of Economy, +Trade and Industry. + * Features of mRuby - + Simple Syntax - + *Normal* Object-Oriented features(ex. class, method calls) - + *Advanced* Object-Oriented features(ex. Mix-in, Singleton-method) - + Operator Overloading - + Exception Handling - + Iterators and Closures - + Garbage Collection - + Dynamic Loading of Object files(on some architecture) - + Highly Portable (works on many Unix-like/POSIX compatible platforms - as well as Windows, Mac OS X, BeOS etc.) - cf. http://redmine.ruby-lang.org/wiki/ruby-19/SupportedPlatforms +|FIXME: +| + Simple Syntax +| + *Normal* Object-Oriented features(ex. class, method calls) +| + *Advanced* Object-Oriented features(ex. Mix-in, Singleton-method) +| + Operator Overloading +| + Exception Handling +| + Iterators and Closures +| + Garbage Collection +| + Dynamic Loading of Object files(on some architecture) +| + Highly Portable (works on many Unix-like/POSIX compatible platforms +| as well as Windows, Mac OS X, BeOS etc.) +| cf. http://redmine.ruby-lang.org/wiki/ruby-19/SupportedPlatforms * How to get mRuby -- cgit v1.2.3