> (again: Docs! We need good docs if we want Nim to become a language for > professional use!)
Note: Using low level routines like fstream.readData() with addr() for higher level data like objects or strings is newer a good decision. Internals of these data structures may change without notice, for strings that recently occurs. Even if such internals are documented I would prefer for my application code not to rely on that. Are there no higher level modules that you may use, maybe writing JSON? I don't know, as I have not yet needed writing something to disk yet.
