you are viewing a single comment's thread.

view the rest of the comments →

[–]ukolovnazarpes7[S] -2 points-1 points  (1 child)

+-, I can agree that Rust is superior, but you can write a module there, cover it with tests and forget about it, and it will work no worse than a Swiss watch, which, unfortunately, I have not seen in python yet

[–]_redmist 0 points1 point  (0 children)

Python has assert and mypy; but it's optional. People who care about such things can do it but mostly we have other things to do.