Sujet : Re: The joy of FORTRAN
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.misc alt.folklore.computersDate : 04. Oct 2024, 07:56:38
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vdo3j6$4q92$1@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11
User-Agent : Pan/0.160 (Toresk; )
On Fri, 4 Oct 2024 02:03:31 -0400,
186282@ud0s4.net wrote:
On 10/4/24 1:48 AM, Lawrence D'Oliveiro wrote:
>
On Fri, 4 Oct 2024 01:19:02 -0400, 186282@ud0s4.net wrote:
Ya know ... most of Python IS 'C'-based libs.
Never really looked into it, but the 'advanced'
Python function may just be strtok() with a lot of handy fixes/cheats
in disguise :-)
No, because Python strings can contain any characters, including nulls.
Yea ... but Python = 'C' under the hood.
But C = “machine language” under the hood. That’s what Python uses.
I think the libs can be found/read.
Go do it, then.