Totally agreed, but it bears noting that Python also has a module named 
`marshal` with a `dump` and `load` that has generally been much faster/more 
space efficient than `pickle`/ `cPickle`. Basically "pickle but even less 
readable". So, one could also think of Nim `marshal` as like Python `marshal`. 
:-)

Reply via email to