@mratsim I’m curious about this comment: > While not as radical as NimSkull, I'd rather we deprecate, delete and > redesign part of the standard library that is core to any languages and is > currently reimplement often: streams and sequtils/strutils (and a couple > others).
Could you give more details? What would you change on those libraries? Are you thinking of changing the implementation while maintaining the existing interfaces (i.e. a backwards compatible change) or would you rewrite them from scratch, changing the interfaces? Is what you have in mind somehow related to your array man we work?