[llvm-commits] CVS: llvm-www/ProjectsWithLLVM/index.html

Chris Lattner sabre at nondot.org
Sun Aug 2 23:49:39 PDT 2009



Changes in directory llvm-www/ProjectsWithLLVM:

index.html updated: 1.48 -> 1.49
---
Log message:

add macruby


---
Diffs of the changes:  (+35 -0)

 index.html |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+)


Index: llvm-www/ProjectsWithLLVM/index.html
diff -u llvm-www/ProjectsWithLLVM/index.html:1.48 llvm-www/ProjectsWithLLVM/index.html:1.49
--- llvm-www/ProjectsWithLLVM/index.html:1.48	Sun Apr 26 20:27:24 2009
+++ llvm-www/ProjectsWithLLVM/index.html	Mon Aug  3 01:48:42 2009
@@ -35,6 +35,7 @@
 <div class="www_text">
 
 <ul>
+<li><a href="#macruby">MacRuby</a></li>
 <li><a href="#tta-tce">TTA-based Codesign Environment (TCE)</a></li>
 <li><a href="#icedtea">The IcedTea Version of Sun's OpenJDK</a></li>
 <li><a href="#pure">The Pure Programming Language Compiler</a></li>
@@ -65,6 +66,40 @@
 </div>
 
 <!--=========================================================================-->
+
+<div class="www_subsection">
+<a name="macruby">MacRuby</a>
+</div>
+
+<div class="www_subsubsection">
+By the
+<a href="http://www.macruby.org/project.html">MacRuby Project Team</a>
+</div>
+
+<div class="www_text">
+<p>
+<a href="http://www.macruby.org">MacRuby</a> is a free software project,
+sponsored by <a href="http://www.apple.com">Apple</a>.
+The goal of the MacRuby project is to be 100% compatible
+syntactically and behaviorally with Ruby 1.9,
+while providing seamless integration with Objective-C.
+So, there are significant differences in the internals of the runtime.
+</p>
+
+<p>
+For example,
+MacRuby classes and objects are actually Objective-C objects,
+allowing subclassing, method overloading,
+and conversion-free object exchange with the Objective-C runtime.
+MacRuby also uses the new Objective-C garbage collector engine,
+instead of the traditional Ruby GC.
+For more information, see the
+<a href="http://www.macruby.org/documentation/overview.html">Overview</a>.
+</p>
+
+</div>
+
+<!--=========================================================================-->
 <div class="www_subsection">
 <a name="tta-tce">TTA-based Codesign Environment (TCE)</a>
 </div>






More information about the llvm-commits mailing list