renamed main section

This commit is contained in:
Torsten Ruger
2014-07-01 20:58:39 +03:00
parent 281100e41f
commit 0f0d54e51f
8 changed files with 186 additions and 67 deletions

View File

@ -33,7 +33,7 @@ title: Crystal and Ruby, Ruby and Crystal
<div class="span4">
<h4>Vm</h4>
<h5>Crystal</h5>
<blockquote><p> The heart of the ruby-in-ruby project is crystal, the virtual machine <br /></p></blockquote>
<blockquote><p> The heart of the crystal-vm project is crystal, the virtual machine <br /></p></blockquote>
<p>Crystal is written in 100% ruby</p>
<p>Crystal uses an existing ruby to bootstrap itself</p>
<p>Crystal generates native code, and ( with 1+2) creates a native ruby virtual machine. </p>