datawire / quark

Quark is a specialized language for defining and implementing communication protocols in multiple languages.
http://datawire.github.io/quark/
Apache License 2.0
98 stars 24 forks source link

quark list iteration #233

Open bozzzzo opened 8 years ago

bozzzzo commented 8 years ago

iterating lists with a while loop is very fragile. It's much too simple to forget to increment the index.