You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><ahref="http://ruby-lang.org/">Ruby</a> caught me on the first sight. Its simplicity makes it irresistible.</p>
<p>No intention to learn <ahref="http://rubyonrails.org/">Ruby on Rails</a> too, but it may still happen once. In meantime, only CLI script will be here.</p>
<li>Better readability with statement modifiers, <code>unless</code> and <code>and</code>, <code>or</code>, <code>xor</code>, <code>not</code> between expressions.</li>
<li>JSON-like array and hash literals.</li>
<li>Statements have return values.</li>
<li>Flexible use of <code>break</code>, <code>next</code>, <code>redo</code>.</li>