[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y ] [Home]
4chanarchives logo
>language has imperative loops but doesn't have for-loops
Images are sometimes not shown due to bandwidth/network limitations. Refreshing the page usually helps.

You are currently reading a thread in /g/ - Technology

Thread replies: 14
Thread images: 2
>language has imperative loops but doesn't have for-loops
>>
ok
>>
>>55101459
thanks for the tweet m8. Some of your 12 followers totally agree with you. One has even retweeted it!
>>
File: 1423615670070.jpg (116 KB, 693x693) Image search: [Google]
1423615670070.jpg
116 KB, 693x693
>>55101459
>New edition MTG
>>
>>55101459
>language has "for loops" where you don't explicitly manage the test and index
>>
>language doesn't have imperative loops at all
>>
>>55101459
>language has loops instead of TCO and hygienic macros
>>
>>55101459
What language is that?
>>
>>55101459
>language doesn't have tuples and functions can't return multiple values
>language doesn't have even the most rudimentary pattern matching
>>
>>55103639
Ruby and Python
>>
>>55104111

But that's wrong:

# Ruby

for x in (0..100)
puts x
end

0.upto(100) do | i |
sum += some_array[i]
end
[/coder]


It's just an extremely ugly way of iterating.

Think about what an iteration does:

Are you just reapeating something 100 times? Or do you need each element of a collection?

Then why using an artificial variable for it?
>>
>>55104877

Well, fug.
Let's try it again:

[code}
# Ruby

for x in (0..100)
puts x
end

0.upto(100) do | i |
sum += some_array[i]
end
[/code]


It's just an extremely ugly way of iterating.

Think about what an iteration does:

Are you just reapeating something 100 times? Or do you need each element of a collection?

Then why using an artificial variable for it?
>>
>>55104979

Kill me please..
>>
>>55104877
>>55104979
>>55104985
made me chuckle
Thread replies: 14
Thread images: 2

banner
banner
[Boards: 3 / a / aco / adv / an / asp / b / biz / c / cgl / ck / cm / co / d / diy / e / fa / fit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mu / n / news / o / out / p / po / pol / qa / r / r9k / s / s4s / sci / soc / sp / t / tg / toy / trash / trv / tv / u / v / vg / vp / vr / w / wg / wsg / wsr / x / y] [Home]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
If a post contains personal/copyrighted/illegal content you can contact me at [email protected] with that post and thread number and it will be removed as soon as possible.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com, send takedown notices to them.
This is a 4chan archive - all of the content originated from them. If you need IP information for a Poster - you need to contact them. This website shows only archived content.