Sujet : Re: Beazley's Problem (Posting On Python-List Prohibited)
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.pythonDate : 23. Sep 2024, 23:44:11
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vcsqvq$2spdj$2@dont-email.me>
References : 1 2 3 4 5 6
User-Agent : Pan/0.160 (Toresk; )
On 23 Sep 2024 12:26:38 GMT, Stefan Ram wrote:
And you can totally implement anything in an imperative or functional
style.
Except for I/O, which does not fit a pure-functional programming style.
Even “pure-functional” languages have to sacrifice the “pure” part when it
comes to I/O.