Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 23 |
Nodes: | 6 (0 / 6) |
Uptime: | 54:45:06 |
Calls: | 583 |
Files: | 1,139 |
D/L today: |
179 files (27,921K bytes) |
Messages: | 111,801 |
There WILL be a Python-4 ... have no doubts. Developers[...]
will work at it obsessively.
Figure at least one year, maybe two.
[python]
PERL *can* be concise. It's also closer to a 'shell-script'
language, which makes it more challenging to write AND
understand six months later.
Frankly, Python is just generally 'better' these days.
Maybe not AS 'concise' but more 'readable' AND easier
to understand six months from now. The speed is now
'adequate' and Python-4 is supposed to be even faster.
There is some computer stuff that really should be done
in 'C' (I remember when it was the cool NEW lang !) ...
but now I'm far more likely to write in Python for the
abovementioned reasons.
And hey, BASIC still exists ... though not as nicely
structured it can STILL get the job done. Also consider
one of the 'C-shells'.
Since the 60s, seems like EVERYBODY had their "better
idea" about programming languages and styles. However
only a very FEW have stood the test of time. I can
still write some COBOL and FORTRAN ... occasionally
do so Just For Fun ... but their overall utility has
greatly diminished compared to later langs.
EVERYBODY had their "better idea"appears to me, on the longer time scale, unnecessarily
(I *do* still often write in PASCAL though - see
it as a kind of 'poetry' :-)
Just recently I picked a piece of old BASIC code - granted,
it was not one of the fancier new BASIC dialects but back
from the "glory mainframe days"
On Wed, 6 Aug 2025 16:30:36 +0200
Janis Papanagnou <janis_papanagnou+ng@hotmail.com> wrote:
Just recently I picked a piece of old BASIC code - granted,
it was not one of the fancier new BASIC dialects but back
from the "glory mainframe days"
Yeah, the Elder BASICs are a different story. FreeBasic made a fairly
decent language out of the QB lineage, though - still use that semi- regularly for proof-of-concept stuff and quick li'l one-off utilities.