Re: The joy of FORTRAN

Liste des GroupesRevenir à col misc 
Sujet : Re: The joy of FORTRAN
De : 186283 (at) *nospam* ud0s4.net (186282@ud0s4.net)
Groupes : comp.os.linux.misc alt.folklore.computers
Date : 04. Oct 2024, 06:19:02
Autres entêtes
Organisation : wokiesux
Message-ID : <AxicncFTKaRW52L7nZ2dnZfqnPednZ2d@earthlink.com>
References : 1 2 3 4 5 6 7 8
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0
On 9/26/24 4:51 PM, Lawrence D'Oliveiro wrote:
On Thu, 26 Sep 2024 16:18:01 GMT, Charlie Gibbs wrote:
 
One of the favourite functions in my library pulls the next token from a
delimited string, but as opposed to strtok() it does it
non-destructively and can handle empty strings.
 Use a high-level language which has all this and more:
      for item in "the,quick,brown,fox".split(",") :
         print(item)
     #end for
 Output:
      the
     quick
     brown
     fox
 In Python, strings are objects, and that applies to string expressions
(including string literals) as well.
   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  :-)
   First you make COPIES of the source string ...
   Look, then look DEEPER.
   WAY back, latter 70s, Bill Gates used to participate
   in 'contests' to see How To Do It In The Least
   Bytes/Cycles/Mem - and often won. I do REMEMBER his name
   from Way Back When. As such, despite all after, I do
   NOT doubt his coding acumen.
   The follow-on that a LOT of today's code is
   STILL Bill Gates code - just adapted for a
   particular chip. Smart ASM that got put
   into the libs for almost every computer
   language/OS/BIOS and whatever.
   There IS 'depth' to all this.
   Microprocessors CHANGED EVERYTHING.
   Oh, Python 'strings' are ULTIMATELY just
   a stretch of memory filled with various
   values. The "object" stuff, a carefully-
   crafted ILLUSION  :-)
   I started with ASM ... pre-4004/8008 ... as
   such I see things more at their basic level.
   Oh, recently found an ADVERT for a "desktop",
   more an entire DESK, 8008 all-purpose/wonderful
   8008 system. You could buy it with a nice serial
   terminal AND a - gasp ! - floppy-disk drive
   or, cheap-asses, a tape CASSETTE drive :-)
   The first 'floppies' of MY experience were 8-inch
   floppies. Huge, actually "floppy", didn't hold much
   of DICK.
   Ah how times have changed ! You don't even have to
   solder-together your own I/O boards anymore !
   SO boring ......

Date Sujet#  Auteur
4 Oct 24 * Re: The joy of FORTRAN233186282@ud0s4.net
4 Oct 24 +* Re: The joy of FORTRAN231Lawrence D'Oliveiro
4 Oct 24 i`* Re: The joy of FORTRAN230186282@ud0s4.net
4 Oct 24 i +* Re: The joy of FORTRAN227Lawrence D'Oliveiro
4 Oct 24 i i`* Re: The joy of FORTRAN226rbowman
4 Oct 24 i i `* Re: The joy of FORTRAN225Lawrence D'Oliveiro
4 Oct 24 i i  +* Re: The joy of FORTRAN219rbowman
5 Oct 24 i i  i`* Re: The joy of FORTRAN218Lawrence D'Oliveiro
6 Oct 24 i i  i `* Re: The joy of FORTRAN217186282@ud0s4.net
6 Oct 24 i i  i  +- Re: The joy of FORTRAN1Lawrence D'Oliveiro
7 Oct 24 i i  i  +* Re: The joy of FORTRAN214rbowman
20 Oct 24 i i  i  i`* Re: The joy of FORTRAN213186282@ud0s4.net
20 Oct 24 i i  i  i +* Re: The joy of FORTH211Peter Dean
20 Oct 24 i i  i  i i+* Re: The joy of FORTH (not)2Lawrence D'Oliveiro
20 Oct 24 i i  i  i ii`- Re: The joy of FORTH (not)1Peter Dean
20 Oct 24 i i  i  i i`* Re: The joy of FORTH (not)208Lawrence D'Oliveiro
21 Oct 24 i i  i  i i `* Re: The joy of FORTH (not)207rbowman
21 Oct 24 i i  i  i i  +* Re: The joy of FORTH (not)199Lawrence D'Oliveiro
21 Oct 24 i i  i  i i  i`* Re: The joy of FORTH (not)198rbowman
21 Oct 24 i i  i  i i  i `* Re: The joy of FORTH (not)197Lawrence D'Oliveiro
21 Oct 24 i i  i  i i  i  `* Re: The joy of FORTH (not)196John Ames
21 Oct 24 i i  i  i i  i   `* Re: The joy of FORTH (not)195Lawrence D'Oliveiro
21 Oct 24 i i  i  i i  i    +* Re: The joy of FORTH (not)187John Ames
22 Oct 24 i i  i  i i  i    i`* Re: The joy of FORTH (not)186Lawrence D'Oliveiro
22 Oct 24 i i  i  i i  i    i `* Re: The joy of FORTH (not)185rbowman
22 Oct 24 i i  i  i i  i    i  `* Re: The joy of FORTH (not)184Lawrence D'Oliveiro
22 Oct 24 i i  i  i i  i    i   +* Re: The joy of FORTH (not)2rbowman
22 Oct 24 i i  i  i i  i    i   i`- Re: The joy of FORTH (not)1Lawrence D'Oliveiro
22 Oct 24 i i  i  i i  i    i   `* Re: The joy of FORTH (not)181John Ames
22 Oct 24 i i  i  i i  i    i    `* Re: The joy of FORTH (not)180Lawrence D'Oliveiro
22 Oct 24 i i  i  i i  i    i     +* Re: The joy of FORTH (not)151John Ames
22 Oct 24 i i  i  i i  i    i     i`* Re: The joy of FORTH (not)150Lawrence D'Oliveiro
22 Oct 24 i i  i  i i  i    i     i `* Re: The joy of FORTH (not)149John Ames
23 Oct 24 i i  i  i i  i    i     i  +* Re: The joy of FORTH (not)147magardner2010
23 Oct 24 i i  i  i i  i    i     i  i+* Re: The joy of FORTH (not)144Lawrence D'Oliveiro
24 Oct 24 i i  i  i i  i    i     i  ii`* Re: The joy of FORTH (not)143magardner2010
24 Oct 24 i i  i  i i  i    i     i  ii `* Re: The joy of FORTH (not)142Lawrence D'Oliveiro
24 Oct 24 i i  i  i i  i    i     i  ii  +* Re: The joy of FORTH (not)139186282@ud0s4.net
24 Oct 24 i i  i  i i  i    i     i  ii  i`* Re: The joy of Ada138Lawrence D'Oliveiro
24 Oct 24 i i  i  i i  i    i     i  ii  i `* Re: The joy of Ada137186282@ud0s4.net
24 Oct 24 i i  i  i i  i    i     i  ii  i  `* Re: The joy of Ada136Lawrence D'Oliveiro
25 Oct 24 i i  i  i i  i    i     i  ii  i   `* Re: The joy of Ada135186282@ud0s4.net
25 Oct 24 i i  i  i i  i    i     i  ii  i    +* Re: The joy of Ada132rbowman
25 Oct 24 i i  i  i i  i    i     i  ii  i    i+* Re: The joy of SQL19Lawrence D'Oliveiro
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii`* Re: The joy of SQL18186282@ud0s4.net
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii +* Re: The joy of SQL4Lawrence D'Oliveiro
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii i`* Re: The joy of SQL3rbowman
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii i `* Re: The joy of SQL2Peter Dean
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii i  `- Re: The joy of SQL1Peter Dean
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii +* Re: The joy of SQL5rbowman
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii i+- Re: The joy of SQL1Lawrence D'Oliveiro
28 Oct 24 i i  i  i i  i    i     i  ii  i    ii i`* Re: The joy of SQL3John Ames
28 Oct 24 i i  i  i i  i    i     i  ii  i    ii i `* Re: The joy of SQL2Chris Ahlstrom
28 Oct 24 i i  i  i i  i    i     i  ii  i    ii i  `- Re: The joy of SQL1Kerr-Mudd, John
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii `* Re: The joy of SQL8The Natural Philosopher
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii  `* Re: The joy of SQL7Lars Poulsen
26 Oct 24 i i  i  i i  i    i     i  ii  i    ii   +* Re: The joy of SQL4Waldek Hebisch
27 Oct 24 i i  i  i i  i    i     i  ii  i    ii   i`* Re: The joy of SQL3The Natural Philosopher
27 Oct 24 i i  i  i i  i    i     i  ii  i    ii   i `* Re: The joy of SQL2rbowman
27 Oct 24 i i  i  i i  i    i     i  ii  i    ii   i  `- Re: The joy of SQL1John Levine
27 Oct 24 i i  i  i i  i    i     i  ii  i    ii   `* Re: The joy of SQL2The Natural Philosopher
27 Oct 24 i i  i  i i  i    i     i  ii  i    ii    `- Re: The joy of SQL1rbowman
26 Oct 24 i i  i  i i  i    i     i  ii  i    i+- Re: The joy of Ada1Lawrence D'Oliveiro
26 Oct 24 i i  i  i i  i    i     i  ii  i    i`* Re: The joy of Ada111The Natural Philosopher
26 Oct 24 i i  i  i i  i    i     i  ii  i    i +- Re: The joy of Linux1Lawrence D'Oliveiro
27 Oct 24 i i  i  i i  i    i     i  ii  i    i `* Re: The joy of Ada109The Natural Philosopher
27 Oct 24 i i  i  i i  i    i     i  ii  i    i  +- Re: The joy of Ada1rbowman
27 Oct 24 i i  i  i i  i    i     i  ii  i    i  `* Re: The joy of Ada107Lawrence D'Oliveiro
28 Oct 24 i i  i  i i  i    i     i  ii  i    i   `* Re: The joy of Ada106186282@ud0s4.net
28 Oct 24 i i  i  i i  i    i     i  ii  i    i    `* Re: The joy of Ada105Lawrence D'Oliveiro
29 Oct 24 i i  i  i i  i    i     i  ii  i    i     +* Re: The joy of Linux80Lawrence D'Oliveiro
30 Oct 24 i i  i  i i  i    i     i  ii  i    i     i+* Re: The joy of Linux78Lawrence D'Oliveiro
30 Oct 24 i i  i  i i  i    i     i  ii  i    i     ii+* Re: The joy of Linux3rbowman
30 Oct 24 i i  i  i i  i    i     i  ii  i    i     iii`* Re: The joy of Linux2186282@ud0s4.net
31 Oct 24 i i  i  i i  i    i     i  ii  i    i     iii `- Re: The joy of Linux1Lawrence D'Oliveiro
3 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii`* Re: The joy of Linux74Lars Poulsen
4 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii +- Re: The joy of Linux1Lawrence D'Oliveiro
4 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii `* Re: The joy of Linux72The Natural Philosopher
4 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii  +* Re: The joy of Linux3Lawrence D'Oliveiro
5 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii  i`* Re: The joy of Linux2186282@ud0s4.net
7 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii  i `- Re: The joy of Linux1Lawrence D'Oliveiro
4 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii  `* Re: The joy of Linux68John Ames
5 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii   `* Re: The joy of Linux67The Natural Philosopher
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii    `* Re: The joy of Linux66186282@ud0s4.net
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     +* Re: The joy of Linux27The Natural Philosopher
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     i+* Re: The joy of Linux25rbowman
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     ii+* Re: The joy of Linux9The Natural Philosopher
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     iii+* Re: The joy of Linux6rbowman
7 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     iiii`* Re: The joy of Linux5The Natural Philosopher
8 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     iiii `* OT: (politics) [was Re: The joy of Linux]4Robert Riches
8 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     iiii  `* Re: OT: (politics) [was Re: The joy of Linux]3The Natural Philosopher
8 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     iiii   `* Re: OT: (politics) [was Re: The joy of Linux]2Rich
9 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     iiii    `- Re: OT: (politics) [was Re: The joy of Linux]1The Natural Philosopher
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     iii`* Re: The joy of Linux2D
7 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     iii `- Re: The joy of Linux1The Natural Philosopher
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     ii`* Re: The joy of Linux15D
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     ii +* Re: The joy of Linux2Chris Ahlstrom
7 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     ii i`- Re: The joy of Linux1The Natural Philosopher
7 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     ii +* Re: The joy of Linux9rbowman
7 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     ii i`* Re: The joy of Linux8The Natural Philosopher
7 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     ii i `* Re: The joy of Linux7rbowman
7 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     ii `* Re: The joy of Linux3The Natural Philosopher
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     i`- Re: The joy of Linux1Lawrence D'Oliveiro
6 Nov 24 i i  i  i i  i    i     i  ii  i    i     ii     `* Re: The joy of Linux38Rich
30 Oct 24 i i  i  i i  i    i     i  ii  i    i     i`- Re: The joy of Linux1186282@ud0s4.net
30 Oct 24 i i  i  i i  i    i     i  ii  i    i     +- Re: The joy of Ada1186282@ud0s4.net
30 Oct 24 i i  i  i i  i    i     i  ii  i    i     `* Re: The joy of Ada23186282@ud0s4.net
26 Oct 24 i i  i  i i  i    i     i  ii  i    `* Re: The joy of Ada2186282@ud0s4.net
24 Oct 24 i i  i  i i  i    i     i  ii  `* Re: The joy of strong typing2magardner2010
25 Oct 24 i i  i  i i  i    i     i  i`* Re: The joy of FORTH (not)2Peter Flass
23 Oct 24 i i  i  i i  i    i     i  `- Re: The joy of FORTH (not)1Jim Jackson
23 Oct 24 i i  i  i i  i    i     `* Re: The joy of FORTH (not)28Peter Flass
21 Oct 24 i i  i  i i  i    +- Re: The joy of FORTH (not)1rbowman
23 Oct 24 i i  i  i i  i    `* Re: The joy of FORTH (not)6Waldek Hebisch
21 Oct 24 i i  i  i i  +- Re: The joy of FORTH (not)1Peter Dean
24 Oct 24 i i  i  i i  `* Re: The joy of FORTH (not)6Marc Olschok
21 Oct 24 i i  i  i `- Re: The joy of FORTRAN1John Ames
7 Oct 24 i i  i  `- Re: The joy of FORTRAN1The Natural Philosopher
5 Oct 24 i i  `* Re: The joy of FORTRAN5Lawrence D'Oliveiro
4 Oct 24 i +- Re: The joy of FORTRAN1Richard Kettlewell
4 Oct 24 i `- Re: The joy of FORTRAN1John Ames
4 Oct 24 `- Re: python abstractions, The joy of FORTRAN1John Levine

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal