ended8월 8일· 1 sources

Learning Go as a Ruby Developer — Part 4: What can we do with a single "for"

Why it matters

So loops in ruby has several ways to implement 10.times do |i| puts i end while condition # ... end users.each do |user| # ... end until finished # ... end Go looks at all of this and basically says: ...

1
Sources
+0
24h
Growth
4d
Active

Sources

Related Issues