|
|
|
|
|
by fluffything
2399 days ago
|
|
Can you solve the exact same problem using Python list comprehensions or Rust iterators? I'd like to see how solving this same problem in those languages is less of a nightmare. I personally find that C loop quite readable compared with the same iteration being done in Rust. |
|