Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 468 Bytes

improvements.md

File metadata and controls

16 lines (10 loc) · 468 Bytes

Possible improvements

  • return a [file] seq, making it lazy
  • use a stream way of reading, so the program is not limited by memory resources (and more efficient)
  • use an interface closer to xml-seq
  • hide functions that are not necessary
  • add end to end tests

Ideas

  • Why with-open and not slurp? Investigate

References