Earlier quoted context omitted.
Your interpretation of "equivalency" is hard to understand in any context except one which seeks to limit the disagreement to an extremely narrow "debate" that just so happens to validate the ideology implied by your selective defense. My response is to point out that your narrowing of the space of dicussion is not only noticed but acknowledged and explicitly challenged. In a conversation about morals this framing of…
> that just so happens to validate the ideology No, it doesn't "just so happen", any more than saying "everyone should be given a fair trial" in a legal system "just so happens" to apply to the guilty and innocent. > Clear? Your response is entirely rhetoric, attempting to criticise me rather than my argument. It's clear how you feel; not what you think.
Python 3.12
341–344 of 344 posts
Re: Python 3.12
#342sweet
Re: Python 3.12
#343Earlier quoted context omitted.
> I'm not sure HN can do a list of any kind? It can, just use `-` characters for bullets, like in Markdown. They won't render as Unicode bullet points but dashes are fine enough.
You have to leave two newlines between each one though. - If you don't - Your list looks like this Whereas: - This list - Has two newlines between - Each item
Re: Python 3.12
#344What is the rationale for types being part of the syntax but without shipping a built in type checker? Are we being conservative and waiting to see where the four type checkers — mypy, pyrite, pyre, pytype, and others? — lead us before rolling one into the standard distribution?
Python will probably never have a built-in type checker beyond Python's existing strong typing at runtime.