small improvements, spelling too :-(

This commit is contained in:
Torsten Ruger
2014-06-13 15:09:47 +03:00
parent 7c501654ec
commit 9ef8776c5c
2 changed files with 4 additions and 4 deletions

View File

@ -33,7 +33,7 @@ title: Ruby in Ruby is 100% ruby
<p>
Just a short and subjective list of why ruby is the better tool:
<ul>
<li>More fun. Ask anyone</li>
<li>More fun. Ask anyone :-) </li>
<li>Lets you focuss on the task</li>
<li>Elegant, both in syntax and solution</li>
<li>Understandable</li>
@ -58,10 +58,10 @@ title: Ruby in Ruby is 100% ruby
</div>
<div class="span4">
<h2 class="center">Evolutionary step</h2>
<h2 class="center">Step to Indepencance</h2>
<p>
The first thing any decent comiler does, is compile itself. It is the maturity test of a language to implement
itself in itself, and the time has come for ruby.
itself in itself, and the time has come for ruby. The mark of growing up is being independant, in ruby's case of C.
</p>
<p>
Having just learned Assembler, i can attest what a great improvement C is over Assembler.