Skip to content

Commit

Permalink
more accurate intro
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRubyWebsite/trunk@3991 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
lrz committed May 1, 2010
1 parent ef7e919 commit 4019fb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions content/index.txt
Expand Up @@ -5,7 +5,7 @@ dirty: true
filter:
- erb
---
<p class="callout"><strong>MacRuby</strong> 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. <a href="/documentation/overview.html"><i>Read more...</i></a></p>
<p class="callout"><strong>MacRuby</strong> 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. <a href="/documentation/overview.html"><i>Read more...</i></a></p>
<hr size="0" noshade class="harvardrule" />

<div id="newsbox">
Expand Down Expand Up @@ -42,6 +42,4 @@ end

<h2>Why MacRuby?</h2>
<p>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... <a href="/documentation/why-macruby.html"><br><i>Read more...</i></a></p>
<!--
<hr size="0" noshade class="doublerule" />
-->

0 comments on commit 4019fb7

Please sign in to comment.