From 4019fb7798aed375ebb4172f921c04a9bb3bd7a9 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Sat, 1 May 2010 03:21:03 +0000 Subject: [PATCH] more accurate intro git-svn-id: http://svn.macosforge.org/repository/ruby/MacRubyWebsite/trunk@3991 23306eb0-4c56-4727-a40e-e92c0eb68959 --- content/index.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/index.txt b/content/index.txt index dff4c9f..d3dce27 100644 --- a/content/index.txt +++ b/content/index.txt @@ -5,7 +5,7 @@ dirty: true filter: - erb --- -

MacRuby is a version of Ruby 1.9, ported to run directly on top of Mac OS X core technologies such as the Objective-C common runtime and garbage collector, the CoreFoundation framework and the LLVM compiler infrastructure. It is the goal of MacRuby to enable the creation of full-fledged Mac OS X applications which do not sacrifice performance in order to enjoy the benefits of using Ruby. Read more...

+

MacRuby is an implementation of Ruby 1.9 directly on top of Mac OS X core technologies such as the Objective-C runtime and garbage collector, the Foundation framework and the LLVM compiler infrastructure. It is the goal of MacRuby to enable the creation of full-fledged Mac OS X applications which do not sacrifice performance in order to enjoy the benefits of using Ruby. Read more...


@@ -42,6 +42,4 @@ end

Why MacRuby?

MacRuby began as an attempt to work around many problems inherent in RubyCocoa. In the course of solving these problems, MacRuby has also solved numerous problems in the original implementation of Ruby. Consequently, there are a number of reasons (e.g. convenience, efficiency, flexibility, performance) why one might wish to use MacRuby for new (and ongoing) Ruby applications...
Read more...

-