The Crystal programming language | http://crystal-lang.org | Fund Crystal's development: http://is.gd/X7PRtI | Docs: http://crystal-lang.org/docs/ | API: http://crystal-lang.org/api/
_
in place of i
to convey meaning to the reader.
times
method would almost be enough, except need some concise DSL to account for when the count is the length of a sequence, but still don't want to bind any e or i vars
.each
and .map
available
for in
if you wanted to iterate over them and generate code
{% for ... %}
:)