Re: Top 7 Programming Languages That Employers Really Want

2019-10-21 Thread Mark Rousell
I probably shouldn't prolong this thread but... Maybe this cartoon will help: https://blog.toggl.com/save-princess-8-programming-languages/ More seriously, I was recently asked which languages to learn and I wrote up a list of what I thought was important. See below. On 18/10/2019 03:33,

Re: Top 7 Programming Languages That Employers Really Want

2019-10-20 Thread deloptes
Dan Ritter wrote: > deloptes wrote: >> SQL, Python, PERL, C/C++, JAVA. I wonder why I did not see PHP ... but >> well. > > For about a decade, PHP was the province of people who copied > scripts from Matt's Script Archive and didn't know what security > holes they were creating. > > Sometime in

Re: Top 7 Programming Languages That Employers Really Want

2019-10-20 Thread Dan Ritter
deloptes wrote: > SQL, Python, PERL, C/C++, JAVA. I wonder why I did not see PHP ... but well. For about a decade, PHP was the province of people who copied scripts from Matt's Script Archive and didn't know what security holes they were creating. Sometime in the last five years or so, the PHP

Re: Top 7 Programming Languages That Employers Really Want

2019-10-20 Thread Dan Ritter
John Hasler wrote: > Joe writes: > > Spend an hour or two with the job advertisements (which is what the OP > > needs to do) to see the enormous range of what employers *think* they > > want, and this is what the young ladies in HR will definitely require > > of an applicant. > > Especially

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread Thomas D Dial
On Sat, 2019-10-19 at 09:46 -0500, John Hasler wrote: > deloptes writes: > > SQL comes everywhere handy... > > SQL is certainly handy, but I don't consider it a programming language > (likewise HTML). About 20 years ago I wrote and tested a match-merge update program with (as I remember) the

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread mick crane
On 2019-10-19 08:11, Thomas Schmitt wrote: Have a nice day :) cheers mick -- Key ID4BFEBB31

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread Gene Heskett
On Saturday 19 October 2019 08:38:15 John Hasler wrote: > Joe quotes: > > "If you think you need to use floating point, you don't fully > > understand your application." > > Right. There isn't anything you can't do with bignum. > > I wrote software for control systems using cpus such as the RCA

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread Joe
On Sat, 19 Oct 2019 15:34:06 +0200 deloptes wrote: > Joe wrote: > > > And it's not so much fundamental languages as the buzzwords, the > > frameworks, 'agile' programming, AJAX, and things like proprietary > > CMS (C for both content and customer) systems. Nobody ever asks for > > basic

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread John Hasler
Thomas D Dial writes: > FORTRAN is somewhat similar, but has a smaller, more stable, and mors > specialized application space and often, I think, is maintained by the > successors of the program users who wrote it originally. A good deal > of it may, by now, have been replaced by C, C++, Python,

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread Thomas D Dial
On Sat, 2019-10-19 at 09:48 +0200, deloptes wrote: > James H. H. Lampert wrote: > > > The OP wanted this treated as a survey, and so . . . > > > > Many dialects and derivatives of BASIC, including (but not limited > > to) > > IBM VS-BASIC (ran on 370 and compatible mainframes), TRS-80 Level 1, >

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread John Hasler
deloptes writes: > SQL comes everywhere handy... SQL is certainly handy, but I don't consider it a programming language (likewise HTML). If you *do* consider HTML a programming language the crawling horrors that most Web sites send out make the worst BASIC spaghetti balls look like something out

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread Richard Owlett
On 10/19/2019 08:26 AM, deloptes wrote: [SNIP] SQL comes everywhere handy, because you have to store the data somewhere - but still there is difference between Oracle, MySQL/MariaDB or sqlite. Each one has its advantages and disadvantages - and SQL for the one is likely not compatible with SQL

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread deloptes
Joe wrote: > And it's not so much fundamental languages as the buzzwords, the > frameworks, 'agile' programming, AJAX, and things like proprietary CMS > (C for both content and customer) systems. Nobody ever asks for basic > programming skills. You are sooo right, but one must understand the

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread deloptes
Joe wrote: > Seriously? BASIC worse than Hollerith strings? It was 45 years ago, but > I still remember... Indeed - I have the feeling here only people from the home for the elderly (Seniorenheim) are posting - BASIC, COBOL, PASCAL ... OMG Though I must admit there were some good posts around

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread John Hasler
Joe quotes: > "If you think you need to use floating point, you don't fully > understand your application." Right. There isn't anything you can't do with bignum. I wrote software for control systems using cpus such as the RCA 1802. You can do a lot more with 8 bit integers than seems possible

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread John Hasler
Joe writes: > Spend an hour or two with the job advertisements (which is what the OP > needs to do) to see the enormous range of what employers *think* they > want, and this is what the young ladies in HR will definitely require > of an applicant. Especially amusing are the ads that demand five

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread Thomas Schmitt
Hi, Joe wrote: > "If you think you need to use floating point, you don't fully > understand your application." +0.9 Have a nice day :) Thomas

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread Joe
On Sat, 19 Oct 2019 11:09:06 +0200 "Thomas Schmitt" wrote: > Hi, > > John Hasler wrote: > > > FORTRAN on 1620s and 370s, > > Joe wrote: > > Seriously? BASIC worse than Hollerith strings? > > 212H Of course you don't do string processing in FORTRAN. It's for > problems which you can solve

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread Thomas Schmitt
Hi, John Hasler wrote: > > FORTRAN on 1620s and 370s, Joe wrote: > Seriously? BASIC worse than Hollerith strings? 212H Of course you don't do string processing in FORTRAN. It's for problems which you can solve by representing everything as homogeneous coordinates and then computing the result

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread Joe
On Fri, 18 Oct 2019 17:34:57 -0500 John Hasler wrote: > I guess some people who started with BASIC do eventually recover. > And then you say: > FORTRAN on 1620s and 370s, Seriously? BASIC worse than Hollerith strings? It was 45 years ago, but I still remember... -- Joe

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread Joe
On Fri, 18 Oct 2019 22:50:29 +0100 Brian wrote: > > > Top 7 Programming Languages That Employers Really Want > > Nobody has answered the question yet. > Because there isn't an answer. Spend an hour or two with the job advertisements (which is what the OP n

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread deloptes
> Turritopsis Dohrnii > > Jellyfish. Hard to grasp. > > >  How long will it take > > Where's that piece of string? > > > Top 7 Programming Languages That Employers Really Want > > Nobody has answered the question yet. It was in the survey - this whole thread was teaser to go and read the survey.

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread deloptes
James H. H. Lampert wrote: > The OP wanted this treated as a survey, and so . . . > > Many dialects and derivatives of BASIC, including (but not limited to) > IBM VS-BASIC (ran on 370 and compatible mainframes), TRS-80 Level 1, > Level 2, and Mod I Disk BASIC, GWBASIC, and the various QBASICs >

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread deloptes
rhkra...@gmail.com wrote: > Never did much Perl, but I think anything (well, not sure about obfuscated > C) is more readable than APL. I am not sure if it makes sense to compare a modern car engine with one constructed 150y ago.

Re: Top 7 Programming Languages That Employers Really Want

2019-10-19 Thread Thomas Schmitt
Hi, i wrote: > > The overall design paradigm is object oriented but without fancy stuff > > like overloading or inheritance. Encapsulation and aggregation must > > suffice. mick crane wrote: > This is interesting topic for me but don't know what these words > "overloading or inheritance.

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread Ben Caradoc-Davies
On 18/10/2019 15:33, Turritopsis Dohrnii Teo En Ming wrote: This is just a quick survey. May I know what programming languages do you know? I am considering being a programmer or developer. How long will it take for me to master a programming language like C++, Java, and Python? Mastery is a

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread rhkramer
On Friday, October 18, 2019 06:33:19 PM Jeremy Nicoll wrote: > Perl is a whole lot more readable than APL. Never did much Perl, but I think anything (well, not sure about obfuscated C) is more readable than APL.

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread James H. H. Lampert
The OP wanted this treated as a survey, and so . . . Many dialects and derivatives of BASIC, including (but not limited to) IBM VS-BASIC (ran on 370 and compatible mainframes), TRS-80 Level 1, Level 2, and Mod I Disk BASIC, GWBASIC, and the various QBASICs (QuickBASIC and QBX). (I took one

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread Jeremy Nicoll
On Fri, 18 Oct 2019, at 23:34, John Hasler wrote: > I guess some people who started with BASIC do eventually recover. It's not all that bad. At my first place of employment, we ran WATERLOO BASIC (from the University of Waterloo) for students to learn how to program. This was on an IBM

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread John Hasler
Thomas writes: > The only right way is to work down from a BASIC on ROM, which is said > to have in part been coded by William Henry Gates III himself, to a > self-made assembler, and then back to Rocky Mountain BASIC on HP > desktops. Finally you move to a Unix workstation (16 MHz and 4 MB of >

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread Jeremy Nicoll
This discussion is spammed across a whole bunch of linux dstro mail lists. On Fri, 18 Oct 2019, at 19:56, ghe wrote: > Pascal teaches you to think good thoughts. It's was a wonderful language > to learn back in the late 1970s. Yes, or Algol... > Perl's mantra is "There's more than one way to

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread David Wright
On Fri 18 Oct 2019 at 23:22:37 (+0200), Thomas Schmitt wrote: > Doug McGarrett wrote: > > [...] and I learned to use BASIC. > > And ? Any recognizable damage left ? :o) > > > (This was in the days when we had > > an acoustic modem and a Teletype machine, and the mainframe was > > 1500 miles

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread Brian
On Fri 18 Oct 2019 at 13:26:03 -0400, Doug McGarrett wrote: > > > On 10/18/2019 09:31 AM, Dan Ritter wrote: > > Turritopsis Dohrnii Teo En Ming wrote: > > > Subject: Top 7 Programming Languages That Employers Really Want > > > > > > This is just a

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread mick crane
On 2019-10-18 22:22, Thomas Schmitt wrote: But with a text editor i write a description in form of C structures and function stubs, which i fill by remarks to roughly describe what to have or to do where and when. Already during this design stage i use as much compilable C code as possible to

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread Thomas Schmitt
Hi, Doug McGarrett wrote: > [...] and I learned to use BASIC. And ? Any recognizable damage left ? :o) > (This was in the days when we had > an acoustic modem and a Teletype machine, and the mainframe was > 1500 miles away!) I had a color tv and a VIC-20 on the couch table. > Later, I

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread Joe
On Fri, 18 Oct 2019 13:26:03 -0400 Doug McGarrett wrote: > On 10/18/2019 09:31 AM, Dan Ritter wrote: > > Turritopsis Dohrnii Teo En Ming wrote: > >> Subject: Top 7 Programming Languages That Employers Really Want > >> > >> This is just a quick survey. M

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread ghe
On 10/18/19 11:44 AM, hdv@gmail wrote: > On 18/10/2019 19.26, Doug McGarrett wrote: > > ... > >> I'm not sure if any Pascal compilers are still available, but >> Turbo was the most popular back when. Until the last version >> came out, and it was too complicated for its own good. > > Forgive

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread Jude DaShiell
On Fri, 18 Oct 2019, Doug McGarrett wrote: > Date: Fri, 18 Oct 2019 13:26:03 > From: Doug McGarrett > To: Dan Ritter , > Turritopsis Dohrnii Teo En Ming > Cc: debian-user@lists.debian.org > Subject: Re: Top 7 Programming Languages That Employers Really Want > Resent-D

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread hdv@gmail
On 18/10/2019 19.26, Doug McGarrett wrote: ... > I'm not sure if any Pascal compilers are still available, but > Turbo was the most popular back when. Until the last version > came out, and it was too complicated for its own good. Forgive me for barging in, but I just had to answer that. Sure

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread Doug McGarrett
On 10/18/2019 09:31 AM, Dan Ritter wrote: Turritopsis Dohrnii Teo En Ming wrote: Subject: Top 7 Programming Languages That Employers Really Want This is just a quick survey. May I know what programming languages do you know? I am considering being a programmer or developer. How long

Re: Top 7 Programming Languages That Employers Really Want

2019-10-18 Thread Dan Ritter
Turritopsis Dohrnii Teo En Ming wrote: > Subject: Top 7 Programming Languages That Employers Really Want > > This is just a quick survey. May I know what programming languages do > you know? I am considering being a programmer or developer. > How long will it take for me to maste

Top 7 Programming Languages That Employers Really Want

2019-10-17 Thread Turritopsis Dohrnii Teo En Ming
Subject: Top 7 Programming Languages That Employers Really Want Good day from Singapore, Article: Top 7 Programming Languages That Employers Really Want Author: Nick Kolakowski Date Published: 14 October 2019 Link: https://insights.dice.com/2019/10/14/7-programming-languages-employers-want