Latest Posts

Pure vs. impure iterators in Go

# Pure vs. impure iterators in Go ## TL;DR ¶ – Go has now standardised iterators. – Iterators are powerful. – Being functions under the hood, iterators can be closures…..