[llvm-commits] [www] r112783 - /www/trunk/ProjectsWithLLVM/index.html
Chris Lattner
sabre at nondot.org
Wed Sep 1 17:21:16 PDT 2010
Author: lattner
Date: Wed Sep 1 19:21:16 2010
New Revision: 112783
URL: http://llvm.org/viewvc/llvm-project?rev=112783&view=rev
Log:
add 'crack' from Shannon Weyrick
Modified:
www/trunk/ProjectsWithLLVM/index.html
Modified: www/trunk/ProjectsWithLLVM/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/ProjectsWithLLVM/index.html?rev=112783&r1=112782&r2=112783&view=diff
==============================================================================
--- www/trunk/ProjectsWithLLVM/index.html (original)
+++ www/trunk/ProjectsWithLLVM/index.html Wed Sep 1 19:21:16 2010
@@ -35,6 +35,7 @@
<div class="www_text">
<ul>
+<li><a href="#crack">The Crack Programming Language</a></li>
<li><a href="#rubinius">Rubinius: a Ruby implementation</a></li>
<li><a href="#unladenswallow">Unladen Swallow: an optimization branch of
CPython</a></li>
@@ -69,6 +70,21 @@
<!--=========================================================================-->
<div class="www_subsection">
+ <a name="crack">The Crack Programming Language</a><br>
+</div>
+<!--=========================================================================-->
+
+<div class="www_text">
+<p><a href="http://code.google.com/p/crack-language/">Crack</a> aims to provide
+the ease of development of a scripting language with the performance of a
+compiled language. The language derives concepts from C++, Java and Python,
+incorporating object-oriented programming, operator overloading and strong
+typing.</p>
+</div>
+
+
+<!--=========================================================================-->
+<div class="www_subsection">
<a name="rubinius">Rubinius</a><br>
</div>
<!--=========================================================================-->
More information about the llvm-commits
mailing list