On Mon, Apr 04, 2022 at 01:53:49PM +1000, Chris Angelico wrote: > And that's exactly why I think that the *concept* of units could be > added to the language, with some syntax and low-level semantics, but > the actual units themselves belong in libraries.
+1 on that. I'm not even sure about the need for syntax beyond what we already have. Yes, it would be nice to write: speed = 15 ft 3 in / 3 sec but is it really so painful to use existing syntax? speed = (15*ft + 3*in) / (3*sec) I don't think so. -- Steve _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/5U4CU5QXU5HI4UIWUCZXCXIOD45NH4KC/ Code of Conduct: http://python.org/psf/codeofconduct/