Deutsch   English   Français   Italiano  
<6iKdnTQOKNh6AqD6nZ2dnZfqn_idnZ2d@earthlink.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!local-3.nntp.ord.giganews.com!local-1.nntp.ord.giganews.com!Xl.tags.giganews.com!local-4.nntp.ord.giganews.com!nntp.earthlink.com!news.earthlink.com.POSTED!not-for-mail
NNTP-Posting-Date: Wed, 20 Nov 2024 08:37:59 +0000
Subject: Re: Joy of this, Joy of that
Newsgroups: comp.os.linux.misc
References: <vhigot$1uakf$1@dont-email.me>
From: "186282@ud0s4.net" <186283@ud0s4.net>
Organization: wokiesux
Date: Wed, 20 Nov 2024 03:37:58 -0500
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101
 Thunderbird/78.13.0
MIME-Version: 1.0
In-Reply-To: <vhigot$1uakf$1@dont-email.me>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 7bit
Message-ID: <6iKdnTQOKNh6AqD6nZ2dnZfqn_idnZ2d@earthlink.com>
Lines: 82
X-Usenet-Provider: http://www.giganews.com
NNTP-Posting-Host: 99.101.150.97
X-Trace: sv3-YaFcO9ZOf4ktgM84OgiOpgvzmRkOzLYuiekTd6MtkFJjp1dh9eUJq8GmP0EonO8ktKZR9UuEKoKC22m!WsjXC1Dks3u/lzjIe5diQSjEzJsh/u6/IQYGRJvvwkqt4PqO6IQa/nZQM5xz7/TxsGNezuN3snnb!FNjkiBS9X3tTSEWnL8Dv
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly
X-Postfilter: 1.3.40
Bytes: 4105

On 11/19/24 12:09 PM, root wrote:
> I want to complement these joy posts by my feelings
> about junk languages. My programming experience
> includes a wide variety from machine language, assembly
> language, Fortran, and C going back to the 60's.

   HAPPY HAPPY JOY JOY !!!  :-)

   These "Joy" threads seem to have REVIVED these
   otherwise kinda dismal, under-posted, groups.

   Remember when computer stuff was super-INTERESTING,
   a PASSION maybe ? Well, the same stuff is STILL there,
   it's just the crowd became kinda cynical.

   FORTRAN, COBOL, ASM, BASIC, PASCAL, 'C' ... you
   name it - there are a million ways to make it
   all GOOD. SO many super-neato variants in How
   To Do It.

   OK ... never found any joy in ADA .... but that's
   just me.

> I call Perl, Python, and Javascript junk languages:
> because programs written in these are unstable. Some
> modification in these can cause a perfectly functional
> program to stop working because of some change that
> was not backward compatible.

   Ummmm ... I'd tend to disagree, esp with Python.

   The main thing with Python was the v2 -> v3
   transition. Even then it's usually not much
   problem to translate a v2 to v3 app. They
   PROMISE that p4 will almost entirely stick to
   the p3 methods, just kinda pepped-up. It HAS
   become an "all purpose" lang - kinda the "New
   BASIC".

   NEVER liked JS or Perl ... but that's just me.
   Real-world, they seem to do their thing OK.

   Almost always proto a new idea in Python now ...
   and, if good, translate it into 'C' or even
   Pascal. My old fave was/is Pascal - something
   'poetic' about it.

> I ran into this problem way back in the 70's when I
> was running Fortran programs on CDC machines. One
> day my Fortran programs would no longer compile because
> CDC had updated their compiler. I had no recourse
> other than tracking down every "error" and programming
> around that. Do that with a program that ran to
> 20 boxes of cards.

   Yep, been there ......

   Langs/compilers have become kinda MORE "standard"
   since those days. Sometimes still have to tweak
   the defines a little, but LESS horrible.

> Although Perl supposedly had an automatic method
> for updating my Perl programs, it didn't work
> for me and I just abandoned all the stuff that
> I had written up to that time.

   Perl smells like a camel's ass ... just no
   reason for it.

> I am now running into these same problems with
> javascript programs using jsdom. Junk.

   As said ... JS is kind of an ever-mutating
   mess. IMHO, stay away from it as much as
   possible. I suspect the ever-mutating aspect
   is INTENTIONAL ... a 'make work' thing .....

   Best to stick to 'C'. K&R can still tell you
   almost everything you need  :-)

   Hmmmmmmmm ... how many now have EVER programmed
   in BASIC ? Should do a survey .....