Comment on What could go wrong trying to solve AoC in Rust?
chinstrap@lemmy.ml 9 months ago
Java 2. World is full of wonders
Comment on What could go wrong trying to solve AoC in Rust?
chinstrap@lemmy.ml 9 months ago
Java 2. World is full of wonders
crispy_kilt@feddit.de 9 months ago
Java 2 didn’t have streams nor iterator combinatorics, not sure what you mean?
chinstrap@lemmy.ml 9 months ago
i didn’t mean as a version. I meant as overuse of streams
crispy_kilt@feddit.de 9 months ago
How would you have preferred to solve it? Using for loops?
AVincentInSpace@pawb.social 9 months ago
Python style iterator comprehension
(wonder if someone has made that into a macro)