DEV Community

Discussion on: Which types of loops are most popular in the programming languages you use?

Collapse
 
therealkevinard profile image
Kevin Ard

I like go's for a lot. It can be a for, a while, or an infinite loop. It's all in how you use it.

The same idea shows up all over the place in it: "here's some minimal core, fiddle it however you want". It's one of its main attractions ♥️