Computer Old Farts Forum
 help / color / mirror / Atom feed
* [COFF] Most Popular Programming Languages 1965 - 2019
@ 2019-12-21 23:32 thomas.paulsen
  0 siblings, 0 replies; 18+ messages in thread
From: thomas.paulsen @ 2019-12-21 23:32 UTC (permalink / raw)



'Interesting overview, but I have my doubts about its accuracy. Lisp
seems to have been too popular in the mid-1980s, and at the same time
he claims that Ada was the most popular language. Both seem highly
unlikely to me. '
fully agree. I never saw a lisp, ada job offer!
In the mid/late 1980s pascal and C were popular languages, whereas therestill were lots of cobol/fortran, mostly cobol, job offers.




^ permalink raw reply	[flat|nested] 18+ messages in thread

* [COFF] Most Popular Programming Languages 1965 - 2019
  2019-12-27 21:42                   ` tih
@ 2019-12-27 22:13                     ` paul.allan.palmer
  0 siblings, 0 replies; 18+ messages in thread
From: paul.allan.palmer @ 2019-12-27 22:13 UTC (permalink / raw)


This is true but if you can run CPAN shell (I think it's called) it takes
care of this for you.

On Fri, Dec 27, 2019, 3:43 PM Tom Ivar Helbekkmo via COFF <
coff at minnie.tuhs.org> wrote:

> Thomas Paulsen <thomas.paulsen at firemail.de> writes:
>
> >> I work in Python for my day job.  Every day I use PyPi, the third-party
> >> package repository, and every time I do I miss CPAN.  Sure, there was a
> >> lot of crap in CPAN but the repository itself was well organized.
> > I agree. The perl package system is very good.
>
> The package system may have been good, but what I remember most clearly
> from working with it is how the dependencies would always get in each
> others' way.  "This package depends on version 0.0.3a of pl-foo, but
> also on this other package, which in turn depends on version 0.0.3b of
> pl-foo, and of course 0.0.3a and 0.0.3b have completely incompatible
> APIs, so you're screwed."
>
> That's probably the start of the path leading to Docker, right there.
>
> -tih
> --
> cpan. cpanic. cpandemonium.
> _______________________________________________
> COFF mailing list
> COFF at minnie.tuhs.org
> https://minnie.tuhs.org/cgi-bin/mailman/listinfo/coff
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/coff/attachments/20191227/a4a0d3a9/attachment.html>


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [COFF] Most Popular Programming Languages 1965 - 2019
  2019-12-27 18:24                 ` thomas.paulsen
@ 2019-12-27 21:42                   ` tih
  2019-12-27 22:13                     ` paul.allan.palmer
  0 siblings, 1 reply; 18+ messages in thread
From: tih @ 2019-12-27 21:42 UTC (permalink / raw)


Thomas Paulsen <thomas.paulsen at firemail.de> writes:

>> I work in Python for my day job.  Every day I use PyPi, the third-party
>> package repository, and every time I do I miss CPAN.  Sure, there was a
>> lot of crap in CPAN but the repository itself was well organized.  
> I agree. The perl package system is very good.

The package system may have been good, but what I remember most clearly
from working with it is how the dependencies would always get in each
others' way.  "This package depends on version 0.0.3a of pl-foo, but
also on this other package, which in turn depends on version 0.0.3b of
pl-foo, and of course 0.0.3a and 0.0.3b have completely incompatible
APIs, so you're screwed."

That's probably the start of the path leading to Docker, right there.

-tih
-- 
cpan. cpanic. cpandemonium.


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [COFF] Most Popular Programming Languages 1965 - 2019
  2019-12-27 16:28               ` athornton
@ 2019-12-27 18:24                 ` thomas.paulsen
  2019-12-27 21:42                   ` tih
  0 siblings, 1 reply; 18+ messages in thread
From: thomas.paulsen @ 2019-12-27 18:24 UTC (permalink / raw)


> I work in Python for my day job.  Every day I use PyPi, the third-party
> package repository, and every time I do I miss CPAN.  Sure, there was a
> lot of crap in CPAN but the repository itself was well organized.  
I agree. The perl package system is very good. On the other hand the golang 
package system is very good too, and it was even better, when the compiler 
still was written in C;  thus much faster than today's written in go.




^ permalink raw reply	[flat|nested] 18+ messages in thread

* [COFF] Most Popular Programming Languages 1965 - 2019
  2019-12-23 23:15             ` thomas.paulsen
@ 2019-12-27 16:28               ` athornton
  2019-12-27 18:24                 ` thomas.paulsen
  0 siblings, 1 reply; 18+ messages in thread
From: athornton @ 2019-12-27 16:28 UTC (permalink / raw)


I work in Python for my day job.  Every day I use PyPi, the third-party
package repository, and every time I do I miss CPAN.  Sure, there was a lot
of crap in CPAN but the repository itself was well organized.  And Python's
testing framework has finally gotten OK-ish, but Perl always had good test
facilities.

I quite like the idea of "what musician is your favorite programming
language?"  Perl is Captain Beefheart, maybe?  Weird, eclectic, brilliant,
frequently incomprehensible?  Java is definitely Coldplay: it's corporate
rock.  It's fine.  PHP is Nickelback.

Adam

On Mon, Dec 23, 2019 at 4:15 PM Thomas Paulsen <thomas.paulsen at firemail.de>
wrote:

> On 12/23/2019 2:54 PM, Thomas Paulsen wrote:
> >> you are right. However take into consideration that py is very popular
> in Linux and certainly Freebsd too.
> >
> > So is Taylor Swift ;)
> OK, then py is the Taylor Swift of the programming languages. ;-)
>
> _______________________________________________
> COFF mailing list
> COFF at minnie.tuhs.org
> https://minnie.tuhs.org/cgi-bin/mailman/listinfo/coff
>
>
> _______________________________________________
> COFF mailing list
> COFF at minnie.tuhs.org
> https://minnie.tuhs.org/cgi-bin/mailman/listinfo/coff
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/coff/attachments/20191227/a24830f0/attachment-0001.html>


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [COFF] Most Popular Programming Languages 1965 - 2019
  2019-12-23 21:59           ` krewat
@ 2019-12-23 23:15             ` thomas.paulsen
  2019-12-27 16:28               ` athornton
  0 siblings, 1 reply; 18+ messages in thread
From: thomas.paulsen @ 2019-12-23 23:15 UTC (permalink / raw)


On 12/23/2019 2:54 PM, Thomas Paulsen wrote:
>> you are right. However take into consideration that py is very popular
in Linux and certainly Freebsd too.
>
> So is Taylor Swift ;)
OK, then py is the Taylor Swift of the programming languages. ;-)

_______________________________________________
COFF mailing list
COFF at minnie.tuhs.org
https://minnie.tuhs.org/cgi-bin/mailman/listinfo/coff




^ permalink raw reply	[flat|nested] 18+ messages in thread

* [COFF] Most Popular Programming Languages 1965 - 2019
  2019-12-23 19:54         ` thomas.paulsen
@ 2019-12-23 21:59           ` krewat
  2019-12-23 23:15             ` thomas.paulsen
  0 siblings, 1 reply; 18+ messages in thread
From: krewat @ 2019-12-23 21:59 UTC (permalink / raw)




On 12/23/2019 2:54 PM, Thomas Paulsen wrote:
>>> On 12/22/2019 4:36 PM, Dave Horsfall wrote:
>>> (I run screaming from Python and its silly indentation)
>> You and me, both, brother, you and me both ;)
> you are right. However take into consideration that py is very popular in Linux and certainly Freebsd too.
>
>

So is Taylor Swift ;)



^ permalink raw reply	[flat|nested] 18+ messages in thread

* [COFF] Most Popular Programming Languages 1965 - 2019
  2019-12-23 17:04       ` krewat
@ 2019-12-23 19:54         ` thomas.paulsen
  2019-12-23 21:59           ` krewat
  0 siblings, 1 reply; 18+ messages in thread
From: thomas.paulsen @ 2019-12-23 19:54 UTC (permalink / raw)



>>On 12/22/2019 4:36 PM, Dave Horsfall wrote:
> >(I run screaming from Python and its silly indentation)
>You and me, both, brother, you and me both ;)
you are right. However take into consideration that py is very popular in Linux and certainly Freebsd too.

_______________________________________________
COFF mailing list
COFF at minnie.tuhs.org
https://minnie.tuhs.org/cgi-bin/mailman/listinfo/coff




^ permalink raw reply	[flat|nested] 18+ messages in thread

* [COFF] Most Popular Programming Languages 1965 - 2019
  2019-12-22 21:36     ` dave
  2019-12-22 22:05       ` paul.allan.palmer
@ 2019-12-23 17:04       ` krewat
  2019-12-23 19:54         ` thomas.paulsen
  1 sibling, 1 reply; 18+ messages in thread
From: krewat @ 2019-12-23 17:04 UTC (permalink / raw)


On 12/22/2019 4:36 PM, Dave Horsfall wrote:
> (I run screaming from Python and its silly indentation)
You and me, both, brother, you and me both ;)



^ permalink raw reply	[flat|nested] 18+ messages in thread

* [COFF] Most Popular Programming Languages 1965 - 2019
  2019-12-22 16:51   ` krewat
  2019-12-22 21:36     ` dave
@ 2019-12-22 22:41     ` grog
  1 sibling, 0 replies; 18+ messages in thread
From: grog @ 2019-12-22 22:41 UTC (permalink / raw)


On Sunday, 22 December 2019 at 11:51:12 -0500, Arthur Krewat wrote:
> Define "popular" - what's actually in use, versus what people want to
> use. And job listings versus research. Both of those would lead to
> different results ;)

At the very least, I would expect the language to exist.

I didn't mention job listings.

Greg
--
Sent from my desktop computer.
Finger grog at lemis.com for PGP public key.
See complete headers for address and phone numbers.
This message is digitally signed.  If your Microsoft mail program
reports problems, please read http://lemis.com/broken-MUA
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 163 bytes
Desc: not available
URL: <http://minnie.tuhs.org/pipermail/coff/attachments/20191223/54dd377c/attachment.sig>


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [COFF] Most Popular Programming Languages 1965 - 2019
  2019-12-22 21:36     ` dave
@ 2019-12-22 22:05       ` paul.allan.palmer
  2019-12-23 17:04       ` krewat
  1 sibling, 0 replies; 18+ messages in thread
From: paul.allan.palmer @ 2019-12-22 22:05 UTC (permalink / raw)


I'd like to see your list.
I'm well over 20 but never listed them.


On Sun, Dec 22, 2019, 3:36 PM Dave Horsfall <dave at horsfall.org> wrote:

> On Sun, 22 Dec 2019, Arthur Krewat wrote:
>
> > Define "popular" - what's actually in use, versus what people want to
> > use. And job listings versus research. Both of those would lead to
> > different results ;)
>
> I've been keeping a list of all the languages that I've ever used since I
> was a stripling; it's up to 48, and that's counting all assembly languages
> as one etc.  That's about one language for every year that I've been a
> programmer :-)
>
> Yes, I try and teach myself a new language whenever possible; I'm
> currently looking at Ruby as a lightweight replacement for Perl (I run
> screaming from Python and its silly indentation), and Perl/Tk for a GUI
> for some scripts that I wrote (mostly puzzle solvers).
>
> -- Dave
> _______________________________________________
> COFF mailing list
> COFF at minnie.tuhs.org
> https://minnie.tuhs.org/cgi-bin/mailman/listinfo/coff
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/coff/attachments/20191222/359aac22/attachment.html>


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [COFF] Most Popular Programming Languages 1965 - 2019
  2019-12-22 16:51   ` krewat
@ 2019-12-22 21:36     ` dave
  2019-12-22 22:05       ` paul.allan.palmer
  2019-12-23 17:04       ` krewat
  2019-12-22 22:41     ` grog
  1 sibling, 2 replies; 18+ messages in thread
From: dave @ 2019-12-22 21:36 UTC (permalink / raw)


On Sun, 22 Dec 2019, Arthur Krewat wrote:

> Define "popular" - what's actually in use, versus what people want to 
> use. And job listings versus research. Both of those would lead to 
> different results ;)

I've been keeping a list of all the languages that I've ever used since I 
was a stripling; it's up to 48, and that's counting all assembly languages 
as one etc.  That's about one language for every year that I've been a
programmer :-)

Yes, I try and teach myself a new language whenever possible; I'm 
currently looking at Ruby as a lightweight replacement for Perl (I run 
screaming from Python and its silly indentation), and Perl/Tk for a GUI 
for some scripts that I wrote (mostly puzzle solvers).

-- Dave


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [COFF] Most Popular Programming Languages 1965 - 2019
  2019-12-21 22:22 ` grog
  2019-12-22  0:42   ` cym224
@ 2019-12-22 16:51   ` krewat
  2019-12-22 21:36     ` dave
  2019-12-22 22:41     ` grog
  1 sibling, 2 replies; 18+ messages in thread
From: krewat @ 2019-12-22 16:51 UTC (permalink / raw)


Define "popular" - what's actually in use, versus what people want to 
use. And job listings versus research. Both of those would lead to 
different results ;)




On 12/21/2019 5:22 PM, Greg 'groggy' Lehey wrote:
> On Monday, 16 December 2019 at 11:33:32 +1000, Robert Brockway wrote:
>> The author seems to have taken some care to get decent data sources.
>>
>> https://www.youtube.com/watch?v=Og847HVwRSI
> Interesting overview, but I have my doubts about its accuracy.  Lisp
> seems to have been too popular in the mid-1980s, and at the same time
> he claims that Ada was the most popular language.  Both seem highly
> unlikely to me.  And then JavaScript got off to a flying start: over
> 4% in Q2 1995, quite an impressive for a language that was introduced
> in Q3 1995.  So without much more proof I'd take it with a pinch of
> salt.
>
> Greg
> --
> Sent from my desktop computer.
> Finger grog at lemis.com for PGP public key.
> See complete headers for address and phone numbers.
> This message is digitally signed.  If your Microsoft mail program
> reports problems, please read http://lemis.com/broken-MUA
>
> _______________________________________________
> COFF mailing list
> COFF at minnie.tuhs.org
> https://minnie.tuhs.org/cgi-bin/mailman/listinfo/coff

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/coff/attachments/20191222/e112fdf8/attachment.html>


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [COFF] Most Popular Programming Languages 1965 - 2019
  2019-12-21 22:22 ` grog
@ 2019-12-22  0:42   ` cym224
  2019-12-22 16:51   ` krewat
  1 sibling, 0 replies; 18+ messages in thread
From: cym224 @ 2019-12-22  0:42 UTC (permalink / raw)


On 12/21/19 17:22, Greg 'groggy' Lehey wrote (in part):
> On Monday, 16 December 2019 at 11:33:32 +1000, Robert Brockway wrote (in part):
>> The author seems to have taken some care to get decent data sources.
>>
>> https://www.youtube.com/watch?v=Og847HVwRSI
> Interesting overview, but I have my doubts about its accuracy.
The author does not explicitly cite his sources.


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [COFF] Most Popular Programming Languages 1965 - 2019
  2019-12-16  1:33 robert
  2019-12-17 22:54 ` paul.allan.palmer
@ 2019-12-21 22:22 ` grog
  2019-12-22  0:42   ` cym224
  2019-12-22 16:51   ` krewat
  1 sibling, 2 replies; 18+ messages in thread
From: grog @ 2019-12-21 22:22 UTC (permalink / raw)


On Monday, 16 December 2019 at 11:33:32 +1000, Robert Brockway wrote:
> The author seems to have taken some care to get decent data sources.
>
> https://www.youtube.com/watch?v=Og847HVwRSI

Interesting overview, but I have my doubts about its accuracy.  Lisp
seems to have been too popular in the mid-1980s, and at the same time
he claims that Ada was the most popular language.  Both seem highly
unlikely to me.  And then JavaScript got off to a flying start: over
4% in Q2 1995, quite an impressive for a language that was introduced
in Q3 1995.  So without much more proof I'd take it with a pinch of
salt.

Greg
--
Sent from my desktop computer.
Finger grog at lemis.com for PGP public key.
See complete headers for address and phone numbers.
This message is digitally signed.  If your Microsoft mail program
reports problems, please read http://lemis.com/broken-MUA
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 163 bytes
Desc: not available
URL: <http://minnie.tuhs.org/pipermail/coff/attachments/20191222/713eed91/attachment.sig>


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [COFF] Most Popular Programming Languages 1965 - 2019
  2019-12-17 22:54 ` paul.allan.palmer
@ 2019-12-17 23:02   ` clemc
  0 siblings, 0 replies; 18+ messages in thread
From: clemc @ 2019-12-17 23:02 UTC (permalink / raw)


Perl comes and goes - it there.   I was surprised to Kotlin but not Go.

On Tue, Dec 17, 2019 at 5:55 PM Paul Palmer <paul.allan.palmer at gmail.com>
wrote:

> Didn't see perl. My all-time favorite. And I've used most of the others.
>
> On Sun, Dec 15, 2019, 7:41 PM Robert Brockway <robert at timetraveller.org>
> wrote:
>
>> The author seems to have taken some care to get decent data sources.
>>
>> https://www.youtube.com/watch?v=Og847HVwRSI
>> _______________________________________________
>> COFF mailing list
>> COFF at minnie.tuhs.org
>> https://minnie.tuhs.org/cgi-bin/mailman/listinfo/coff
>>
> _______________________________________________
> COFF mailing list
> COFF at minnie.tuhs.org
> https://minnie.tuhs.org/cgi-bin/mailman/listinfo/coff
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/coff/attachments/20191217/ae72c146/attachment.html>


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [COFF] Most Popular Programming Languages 1965 - 2019
  2019-12-16  1:33 robert
@ 2019-12-17 22:54 ` paul.allan.palmer
  2019-12-17 23:02   ` clemc
  2019-12-21 22:22 ` grog
  1 sibling, 1 reply; 18+ messages in thread
From: paul.allan.palmer @ 2019-12-17 22:54 UTC (permalink / raw)


Didn't see perl. My all-time favorite. And I've used most of the others.

On Sun, Dec 15, 2019, 7:41 PM Robert Brockway <robert at timetraveller.org>
wrote:

> The author seems to have taken some care to get decent data sources.
>
> https://www.youtube.com/watch?v=Og847HVwRSI
> _______________________________________________
> COFF mailing list
> COFF at minnie.tuhs.org
> https://minnie.tuhs.org/cgi-bin/mailman/listinfo/coff
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/coff/attachments/20191217/3abbae86/attachment.html>


^ permalink raw reply	[flat|nested] 18+ messages in thread

* [COFF] Most Popular Programming Languages 1965 - 2019
@ 2019-12-16  1:33 robert
  2019-12-17 22:54 ` paul.allan.palmer
  2019-12-21 22:22 ` grog
  0 siblings, 2 replies; 18+ messages in thread
From: robert @ 2019-12-16  1:33 UTC (permalink / raw)


The author seems to have taken some care to get decent data sources.

https://www.youtube.com/watch?v=Og847HVwRSI


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2019-12-27 22:13 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-21 23:32 [COFF] Most Popular Programming Languages 1965 - 2019 thomas.paulsen
  -- strict thread matches above, loose matches on Subject: below --
2019-12-16  1:33 robert
2019-12-17 22:54 ` paul.allan.palmer
2019-12-17 23:02   ` clemc
2019-12-21 22:22 ` grog
2019-12-22  0:42   ` cym224
2019-12-22 16:51   ` krewat
2019-12-22 21:36     ` dave
2019-12-22 22:05       ` paul.allan.palmer
2019-12-23 17:04       ` krewat
2019-12-23 19:54         ` thomas.paulsen
2019-12-23 21:59           ` krewat
2019-12-23 23:15             ` thomas.paulsen
2019-12-27 16:28               ` athornton
2019-12-27 18:24                 ` thomas.paulsen
2019-12-27 21:42                   ` tih
2019-12-27 22:13                     ` paul.allan.palmer
2019-12-22 22:41     ` grog

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).