2

https://neowin.net/amp/...

What possible use could this utility have ???

It sounds stupid.

Comments
  • 3
    There's a proposal to try to add some of rust's ownership model to python. It is not going well. Currently it's just adding immutability, there's also discussion to add regions/ownership. The backers do not seem to be very experienced devs...

    https://discuss.python.org/t/...
  • 2
    Please don't add, a programmer should not babysit another programmer to lecture what is immutable or not. Everything is just wrong. Also, it adds complexity to a language that is unique in simplicity why being a ninja language as well. That's a cool reputation, don't lose it.
  • 3
    @atheist inexperienced in python even probably for wanting to add such terrible stuff to a language with a vision to be simple. Performance is out of tha house the moment you took a scripting language, don't try to solve that problem within the scripting language by making it more complex making it completely pointless. People should respect the differences between languages and their vision. Stuff good idea for one language, bad idea for the other.
  • 0
    Well I'm saying what happens when a script bombs consistently do to user error or something else changing and all that happens is your machine keeps restarting.

    And what if it's a machine you can't physically access to bypass startup or enter in a different mode.

    Just sounds stupid.

    So does rust
  • 0
    @jestdotty eh I use python alot these days but them I'm using for it's purpose which is smaller scale data processing and math and system utilities etc

    Course honestly I don't see what a language like c# offers over it.

    Natively compiled c++ is blazing fast in comparison however

    When you need that extra performance
Add Comment