Right now I am struggling quite a lot with a new program that I am trying to rewrite. Everything is slightly different from the standard library of Python. So why did you got rid of this? Some of the things are pretty well thought of, I am well aware that they aren't designed to be as performant wise, but you could have implemented those as well, or couldn't you?
I am not saying that the current standard library of Nim is bad or something else, it's only that I wonder why you diverted from Python?
Gerard
Give ChatGPT a try. It's not perfect, but it can give you some ideas quickly.
The question you asked about not going the way of the Python library is implying that Nim is a sped-up clone of Python, which it isn't.
@linwaytin I didn't see anything like xml.etree and I really like the documentation in Python https://docs.python.org/3/library/xml.etree.elementtree.html
Is there something like that in Nim?
well:
It is not too bad, but in my personal opinion there is much room for improvements. I think I was really satisfied with the Ruby API docs 15 years ago.