On Fri, 22 Aug 2025, Lawrence D’Oliveiro wrote: |-------------------------------------------------------------------------| |"On Fri, 22 Aug 2025 12:49:54 -0000 (UTC), Kevin Chadwick wrote: | | | |> Personally I have only used any OOP features in Dart and Ada. In Dart I| |> hate the seemingly excessive boiler plate. | | | |Try Python. Both functions and classes are first-class objects, so there | |is little or no “boilerplate”." | |-------------------------------------------------------------------------| "How Python and Rust handle errors is entirely different. Python will throw an exception when an error is encountered. Rust will return a value when an error is found, while Python will simply throw an error without providing any suggestions on how to fix it. Meanwhile, Rust will provide some recommendations to easily pinpoint and fix the issues." alleges Victor Lvovich Porton, "Python vs Rust: Choosing Your Language - Teach Sector", 2022, HTTPS://TeachSector.com/python-vs-rust-choosing-your-language "Switch your mind from nervous mode of finding bugs in your Python software (Have you ever mistyped an identifier?) to calm mode of multiparadigm programming language of increased reliability." says Victor Lvovich Porton, "Learn D Programming Language for Python programmers", 2025, HTTPS://TeachSector.com/dforpython Cf. "The dynamic nature of Python usually leads to many programming errors in Python code, while D usually catches such errors in the compilation stage. This makes it easier to write correct code in D." alleges Victor Lvovich Porton, "The Best Python Alternative You Can Find – Course and Certifications - Teach Sector", 2025, HTTPS://TeachSector.com/the-best-python-alternative-you-can-find-course-and-certifications Cf. "For OO paradigm it might be important, assuming Python implements them correctly, which I honestly doubt." says Dmitry A. Kazakov, "Re: Is Python higher level than Ada?", HTTPS://Usenet.Ada-Lang.IO/comp.lang.ada/o0h7tt$1o9f$1@gioia.aioe.org Also cf. Jeffrey R. Carter, "Re: Is Python higher level than Ada?", Wed, 16 Nov 2016 09:08:37 -0700 Message-ID: and Nasser M. Abbasi, "Java and Python have just discovered "record" type finally after 40 years.", Fri, 12 May 2023 12:50:14 -0500 Message-ID: