Slashdot Mirror


Unpopular Programming Languages That Are Still Lucrative

Nerval's Lobster writes In theory, learning less-popular programming languages could end up paying off big—provided the programmers who pursue them play their proverbial cards right. And as with any good card game, there's a considerable element of chance involved: In order to land a great job, you need to become an expert in a language, which involves a considerable amount of work with no guarantee of a payoff. With that in mind, do you think it's worth learning R, Scala, Haskell, Clojure, or even COBOL (the lattermost is still in use among companies with decades-old infrastructure, and they reportedly have trouble filling jobs that rely on it)? Or is it better to devote your precious hours and memory to popular, much-used languages that have a lot of use out there?

71 of 387 comments (clear)

  1. COBOL by NotDrWho · · Score: 2

    My college still teaches COBOL, requiring two semesters of it. But I'm not sure if this is because they illegitimately believe it's still useful or just because of old habit (and to keep the guy teaching it employed).

    --
    SJW's don't eliminate discrimination. They just expropriate it for themselves.
    1. Re:COBOL by HornWumpus · · Score: 4, Interesting

      When I asked why they still taught the CS students COBOL 20+ years ago the explanation was 'it's a weed out, you have to really love computers to put up with COBOL'.

      They didn't make EEs/CompEs take it. Thank dog. I had taken a semester at a Jr College at 15, thinking it might get me respect and a job from the big iron idiots of the day.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    2. Re:COBOL by attemptedgoalie · · Score: 5, Interesting

      For what it's worth:

      I work in the power industry. We are upgrading to the very latest version of the application we need to operate our power plants.

      It is COBOL throughout.

      The vendor is taking away access to the source code soon, as the version that replaces this one will be Java. By Java, they mean all the COBOL code wrapped in Java.

      So, a major application for use in the power industry will be COBOL until at least 2030.

      Our COBOL devs make nearly six figures. And after our salary review is done, will get some serious raises.

      They're all in their late 40s-50s. We have no COBOL people in the pipeline.

      --
      My mom says I'm cool.
    3. Re:COBOL by Anonymous Coward · · Score: 2, Interesting

      Right, but would they hire someone who didn't know what a COBOL was 4 years ago?

      It seems to me that the people looking for COBOL programmers are looking for experience. This image of taking a COBOL class or two then going out to make a fortune has been fed to me since I was in school, but I've yet to see it actually happen. I do hear plenty of stories of people who stayed with COBOL and are now doing very well, but no success stories of people jumping into it at this late point in the game.

    4. Re:COBOL by Noah+Haders · · Score: 2

      I learned the one, what's it called? it has the little turtle that moves around in straight lines? Is that one still in use?

    5. Re:COBOL by Jeremi · · Score: 5, Funny

      I learned the one, what's it called? it has the little turtle that moves around in straight lines? Is that one still in use?

      Ah, you're thinking of LOGO. It isn't widely used anymore, except as a niche language for cruise missile guidance systems.

      --


      I don't care if it's 90,000 hectares. That lake was not my doing.
    6. Re:COBOL by gstoddart · · Score: 2

      I don't think LOGO was ever actually used for anything but teaching programming.

      I think I learned it when I was around 10 or so (yes, that was back in dickety doo) ... it was good for teaching concepts, but I would be surprised if there's anything doing any real work at companies using it (or if there ever was).

      Though, I'm sure someone will tell me how utterly wrong I am, and that something like the air traffic systems still runs on it. ;-)

      I haven't thought of that language in years. Thanks for that. :-P

      --
      Lost at C:>. Found at C.
    7. Re:COBOL by jythie · · Score: 3, Insightful

      Often languages are chosen because of who they have on hand rather then what is ideal, so if you have a bunch of COBOL programmers from another project you use COBOL, if you have a bunch of Java programmers you use Java. Sense is usually irrelevant.

    8. Re:COBOL by johnlcallaway · · Score: 2

      I did COBOL for 15 years. It's not difficult to learn if someone already knows another language. It only takes about 6 months to become proficient in it, maybe a year or two to become an expert for someone who is good.. Many shops are maintaining old code for the most part, so no one has to design something new. Even if they do, there are probably tons of examples.

      We still use COBOL at the company I work at on the IBM systems. Who would I pick given the choice between a COBOL programmer with 20 years experience and a Java programmer that just learned it?? It would depend on what I wanted them to do, what the work split was, and what the salary requirements were. I might be more interested in their experience working on code other people wrote than their programming skills in a specific language ... I don't think I would want somebody who has only worked on new projects to suddenly jump in and work on a 20 year old system, no matter what their experience level.

      Given the choice between a Java programmer and a Java programmer with COBOL knowledge, I would choose the COBOL guy, all things being equal. He will be more flexible and deserve a larger paycheck.

      Our COBOL programmer works remotely and rarely has to come into the office.

      However ... anyone that does this needs to keep current. It's very easy to fall into the rut of doing your job and then losing other skills. I know plenty of COBOL programmers who felt their jobs were safe and never made the transition out of the mainframe world, and are now not programmers anymore. Anyone who doesn't know two or three languages and can't work in a couple of different OSs is a fool.

      --
      I rarely read replies, it's my opinion and if you thought about your opinion a little more, I'm OK with that.
    9. Re:COBOL by lasermike026 · · Score: 3, Insightful

      COBOL is great and prolific programming language. COBOL programms will be running long after we are dead. I almost wish I saw more COBOL on Linux. Designed by Grace Hopper she made it so average people with limited CS knowledge could get work done. It's about a sexy as Mom's minivan but it brings the groceries home.

    10. Re:COBOL by geekoid · · Score: 2

      I wonder why they didn't just move to COBOL.net.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
    11. Re:COBOL by rubycodez · · Score: 3, Interesting

      I've worked at a three places that did MicroFocus COBOL on Linux, huge in insurance world

      if you just want to play, 'sudo apt-get open-cobol' on your debian or ubuntu or mint box http://sourceforge.net/project...

    12. Re:COBOL by HornWumpus · · Score: 2

      So what? Chemistry students don't take 'lab technique' classes. Yet with a BS all they are qualified for is lab technician. Just like a BS is CS qualifies you to be an entry level programmer or computer tech.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    13. Re:COBOL by gbjbaanb · · Score: 3, Insightful

      That is what I love about COBOL - that the people who do it are doing it as a job, rather than a hobby where they get to play with new toys.

      If you want to see what the future of programming looks like, as a professional industry, COBOL shops are the leader. I bet none of your guys has thrown a tantrum because he was asked to put some comments in his code, or had week-long arguments about implementing unit tests for every component.

    14. Re:COBOL by Critical+Facilities · · Score: 2

      Hang on a second. You're telling me that your Building Automation System or SCADA system is written in COBOL? I've been working in Critical Facilities Management for about 14 years, and I haven't come across that yet, and I find it fascinating. Would you be kind enough to share which system(s) you're using? I'd be interested to learn, as some of my facilities are definitely older, and while I am not aware of any of the code bases being written in COBOL, it is something I'd love to find out more about.

      Now, with that said, even the bigger, more well-known BAS's are generally still proprietary (Siemens, Honeywell, Liebert, Eaton, etc), so there is usually still a dependence on a dedicated team or vendor to update and maintain the systems, so I don't know that your system being written in COBOL (and thus needing dedicated people to maintain it) actually puts you at any sort of disadvantage when you think about it. Plus, there are some very serious banking and insurance actuary applications that are running on COBOL code form the 70's that's still going strong, so it's not absolutely crazy that it might be in place in your facility because it just "works".

    15. Re:COBOL by Dragonslicer · · Score: 4, Funny

      Reminds me of a good joke:

      In 2010, a COBOL programmer developed a rare fatal disease for which there was no known cure. The programmer was cryogenically frozen, to be revived when a cure had been found.

      In the year 9999, the programmer is revived. When he wakes up, he asks the doctors what year it is, and when they tell him, he asks if they finally found a cure for his disease. They answered, "We're sorry, but no, we still haven't found a cure. But it's almost the year 10,000, you see, and you know COBOL..."

    16. Re:COBOL by angel'o'sphere · · Score: 2

      I don't care what the first sentence in wikipedia is.
      It is wrong.

      Would be a no brainer if you looked at a small piece of Logo and a small piece of Lisp. Check the german Logo page on Wikipedia e.g they have a Logo and Lisp example side by side. You clearly see both langugaes have nothing at all in common.

      See here: headline Logo&Lisp
      http://de.wikipedia.org/wiki/L...

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    17. Re:COBOL by Half-pint+HAL · · Score: 5, Funny

      Ah, you're thinking of LOGO. It isn't widely used anymore, except as a niche language for cruise missile guidance systems.

      [Image of panicking missile controllers attempting to abort an erroneous launch by frantically typing PEN UP repeatedly.]

      --
      Got them moderator blues I blieve I walk out the do', With these mod-points I been gettin', I 'most never post no mo'
  2. In Theory by Anonymous Coward · · Score: 5, Interesting

    Key words "in theory".

    The type of businesses who need an actual expert in COBOL and not just a programmer who can pick up what they need to know need just that: an expert. You can't really become an expert without actual experience. When a company wants a COBOL expert, they want someone with 20 years experience to sort out the problems the programmers with a c++ or java background can't figure out.

    I've been hearing since I was in school that the "smart" thing to do is learn COBOL and go make a billion dollars maintaining someones mainframe, but I've never heard of anyone actually doing it. Not saying it doesn't happen, just not in my chunk of visible world.

    On the other hand, a friend of mine started working with Foxpro back when it was popular, and unlike everyone else, stuck with it. She makes egregious amounts of money maintaining the small number of things still using it. In her words: "keep laughing, it paid for my house".

    TLDR: if you were lucky enough to have started in some old tool/language that's still used and have kept your skills up to date, there is big money. Good luck jumping into it now though.

    1. Re:In Theory by HornWumpus · · Score: 2, Insightful

      It's not COBOL that gets the jobs. It's CICS. The COBOL 'database layer'.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    2. Re:In Theory by bws111 · · Score: 5, Informative

      CICS is not a database layer, it is a transaction manager. The database layer is IMS or DB2. And CICS is callable from languages other than COBOL.

    3. Re:In Theory by jythie · · Score: 2

      Though I would not be surprised if companies are often willing to consider people who are experts in the field or in another language and know the basics of COBOL too. Still not an opportunity for someone fresh out of school, but I have found that often those '20 years experience' jobs care less about which specific languages you have worked in and more what types of problems you have been working on.

    4. Re:In Theory by Matheus · · Score: 2

      I'm currently *reading a LOT of COBOL (JCL, etc) We're doing a migration project away from the existing 370 mainframe to 'modern' tech. The requirements gathering was spotty at best so every time I get a new chunk to replace I'm reading lots of COBOL to grep for what I need my new code to do.

      I'm very thankful I'm not writing any 'new' COBOL but I can read it fairly smoothly. I can say for certain that skill will never be on my resume.

      On the topic as a whole: This article (or at least the summary) seem to imply you need to put all your eggs in one basket which is completely false. I've learned a new language for almost every job I've had. I am fairly fluent in Java which tends to shape the jobs I go after but every single one has required proficiency in some other language for some other reason. (Small example I wrote a library for a large international project in Java for my own purposes. It was useful enough that the rest of the project started using it so it bumped up against contractual requirements that everything "delivered" had to be in Java and C# SO I taught myself C# and ported the library to it. C# is *very similar to Java so this was pretty easy but a great example of learning a language on the fly.)

      Learn em all I say! Sort it out later...

    5. Re:In Theory by NJRoadfan · · Score: 2

      Learn em all I say! Sort it out later...

      Anyone who is proficient in programming shouldn't have a problem picking up a book (or website) and learning a new langauge, API, etc. in a weekend or two.

    6. Re:In Theory by DahGhostfacedFiddlah · · Score: 4, Insightful

      Anyone who is proficient in programming shouldn't have a problem picking up a book (or website) and learning a new langauge, API, etc. in a weekend or two.

      This is true as long as you're hacking something together. If you're expected to work with other developers and create something maintainable, you've got to learn a million little standards, conventions, quirks, tricks, and optional 3rd-party libraries.

      Picking up the basics is easy, but in my experience it takes a couple of years before one can truly be comfortable with a new language.

    7. Re:In Theory by CRCulver · · Score: 2

      Anyone who is proficient in programming shouldn't have a problem picking up a book (or website) and learning a new langauge, API, etc. in a weekend or two.

      This claim gets thrown around on Slashdot a lot, but it's simply not true. In a weekend one might learn enough of a language to bootstrap oneself to learning more through reading real-world code, and you might even be able to fix a bug in an open source program that has been annoying you, but you can forget about working professionally with that language right off.

      Just look at the standard references for various languages to see authors admit this. Python is a nice, clear language, right? "executable pseudocode". And yet in O'Reilly's Learning Python Mark Lutz, who has many years of experience teaching skilled programmers, say that it will take readers months to get a complete view of just the core language, let alone the standard library and important third-party libraries.

  3. Lucrative isn't all it's cracked up to be by Russ1642 · · Score: 5, Insightful

    Many jobs are lucrative, but so what? Try to do work you enjoy. If you go off trying to learn something just because it's lucrative you'll probably end up in a job where you're maintaining some obsolete system that's held together with duct tape. Not fun. Probably not worth the money for the amount of anguish it'll cost you.

    1. Re:Lucrative isn't all it's cracked up to be by Anrego · · Score: 3, Insightful

      Indeed.

      It's all a package. Geographic location, work culture, personal interest, and money all play a part in various proportions. I have an interest in money, but I have no interest in maintaining some old accounting system that's been bandaged for decades any more than I have an interest in moving to where that kind of work exists.

    2. Re:Lucrative isn't all it's cracked up to be by rubycodez · · Score: 2

      mainframe and midrange financial system apps are tested and rolled out over very long time periods, usually not 'held together with duct tape". That phrase describes popular script based web stack apps.

    3. Re:Lucrative isn't all it's cracked up to be by gstoddart · · Score: 4, Insightful

      If you go off trying to learn something just because it's lucrative you'll probably end up in a job where you're maintaining some obsolete system that's held together with duct tape.

      The problem becomes when you have an application which has been worked on for 30+ years, and which is tightly integrated with everything at the company.

      I've seen several attempts to replace those type things which have failed utterly, because it was impossible for a new vendor to write the same functionality, as well as the tight integration with every other system at the company.

      There's a reason mainframes are still sold and supported, because many organizations have learned it's easier, cheaper, and less disruptive to keep using the stuff that works, instead of trying to build it from scratch.

      And, as I've said elsewhere, I've known people who were retired and getting 4-5x their previous salary to maintain those systems.

      Throw enough zeroes on the pay, and obsolete systems paying super well can be an attractive option.

      Of course, the problem has always been with these system that going out and learning the environment doesn't give you the equivalent of the years of experience people have with these systems ... if you don't already have a lot of experience, these systems aren't really going to be made available to you to learn on. Because the people who have them, really really need them and rely on them.

      --
      Lost at C:>. Found at C.
    4. Re:Lucrative isn't all it's cracked up to be by boristdog · · Score: 4, Interesting

      Exactly.

      I started writing a replacement for our company's 20+ year-old file-based data system 7 years ago. I didn't tell anyone about it until a few years later when I had a prototype ready and started producing better and faster reports for management than the old system. But they still wouldn't okay me to go ahead and start designing a full replacement for our old system. Then the old system coughed up some blood for a couple weeks and nearly caused us a to lose a couple million in sales.

      After everyone stopped running aroud with their hair on fire they asked me what it would take to get my new system up and running as a replacement. I did it and now I am the one who controls all company data. At least a half-dozen people now work supporting the system and writing new code for it, but no one else has 7 years experience thinking about and designing this system, so a lot of the details escape them. HA! Try to get rid of me now.

      Proactive programming will get you far.

    5. Re:Lucrative isn't all it's cracked up to be by gstoddart · · Score: 2

      Sadly, not all systems can be replaced by one guy over a 7 year period.

      Now take a mainframe system, which has a database which feeds dozens of other applications, all of which are integral to the business of the company, and which implement the business process and logic for many aspects of the business -- either you fully solve the integration across ALL of those at once, or the system is essentially useless.

      I'm certainly not saying all pieces of legacy software can't be replaced, but some of the scarier/huger ones don't always lend themselves to it.

      I once worked on a project where 4 of us were working full time to replace a system like that for four years ... at which time, we'd barely scratched the surface, and were learning the more we knew the more everything they'd told us about the system at the beginning was such an oversimplification as to have been an outright lie.

      And, then the usual cancelling of the project and acrimony follows.

      There are certain kinds of legacy migrations I do not want to get anywhere near. There's also been a couple which are relatively straight forward and made perfect sense.

      Because, there is no one size fits all solution for all problems.

      --
      Lost at C:>. Found at C.
    6. Re:Lucrative isn't all it's cracked up to be by HornWumpus · · Score: 3, Insightful

      Congratulations. You are now UN-promotable.

      --
      John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    7. Re:Lucrative isn't all it's cracked up to be by whoever57 · · Score: 2

      HA! Try to get rid of me now.

      It only takes one PHB who thinks that programmers are a fungible commodity.

      --
      The real "Libtards" are the Libertarians!
  4. COBOL & Scala & HTML5 by globaljustin · · Score: 2

    The TFA author has an interesting perspective.

    I dove into TFA because the description lists *Scala* with languages like COBOL as both being "unpopular"...not sure if Scala is "unpopular" in the way COBOL is that...

    While reading TFA, I discovered his link to his other article of *5 Programming Languages to Learn*

    in it, he lists HTML5/CSS3/PHP as *2* of the 5! haha! i hope this doesn't cause another round of "HTML5 isnt a language" arguments...Erlang gets a shout out

    good articles...i'd stay away from anything M$ proprietary so that #F language or w/e I don't agree with...but i like his analysis in both articles and learned alot...

    --
    Thank you Dave Raggett
    1. Re:COBOL & Scala & HTML5 by lpevey · · Score: 3, Insightful

      I think R is similar. R is not as well known as many other languages, but it serves a very important purpose and is getting more and more popular every day. I know some people who as adults are "learning to code" for the first time right now for their jobs. Why? We are starting to get into territory where every business person worth their salt needs to have some familiarity with data science.

    2. Re:COBOL & Scala & HTML5 by boristdog · · Score: 2

      Yep, I try to do a few basic programs in nearly every language I hear about, just to see what works well in which situation.

  5. R still in heavy use by Anonymous Coward · · Score: 2, Informative

    MATLAB/R/SAS are still used a lot in life sciences and probably other businesses. I don't use them directly but have users who do.

    In the olden days I got a lot of programming and database experience iwth MUMPS (or M as it's sometimes called). Think hierarchical rather than relational databases which makes things like patient data a lot easier to sort through.

    1. Re:R still in heavy use by TyFoN · · Score: 4, Insightful

      R is on the upswing so I wouldn't call it "still used" really :)

      That said, you can make money knowing R. I am doing it, but you really need some database experience and possibly some python, c++ and the like.

      SAS won't die in a _long_ time either, in the banks I've been too except for this last one have been using SAS almost exclusively.

      The problem with SAS/R code is that neither is usually written by a programmer but a statistician that want something to work there and then.
      It can be a nightmare if you inherit too much legacy code.

      Also, you actually need to know statistics to be effective :)

  6. COBOL and FORTRAN by Frosty+Piss · · Score: 4, Insightful

    The story implies that COBOL is an ancient outdated language. But this is not true. COBOL serves a specific niche and does so quite well, and indeed like C and FORTRAN has been enhanced through the ages. Sure, you can't really code a bleeding edge website with COBOL (and FORTRAN), but that's not what they are for.

    --
    If you want news from today, you have to come back tomorrow.
    1. Re:COBOL and FORTRAN by gstoddart · · Score: 2

      The story implies that COBOL is an ancient outdated language. But this is not true.

      Well, let's face it ... it is an ancient and outdated language. It was when I was in university 20+ years ago.

      But ... it's still entrenched in a lot of places and isn't going to go away any time soon, simply because there are legacy systems out there which can't readily be replaced.

      Years ago I was working with a client, and one of their people was retired from the company after something like 35-40 years. He was getting his pension, but he was also getting paid something like 4-5x his previous salary as a consultant to maintain the systems he used to simply because there wasn't anybody else on the planet who knew it.

      So, sometimes, you accept that you're working with ancient technology, because nobody else knows it well enough, and because you'd just as soon make buckets full of money.

      Because, really, would you rather work for a shorter number of years for much more than you'd make normally if you had the chance and your skillset was sufficiently arcane that you could get paid boatloads of money?

      --
      Lost at C:>. Found at C.
    2. Re:COBOL and FORTRAN by gstoddart · · Score: 4, Interesting

      Wow, that is an extremely expensive mistake.

      It's not so much that it was a mistake, as it was actual reality of the situation the company found themselves in.

      We're talking about systems with 40-50 years of data, for highly complex machines with incredibly long service lives that generate billions in revenue, which are tightly integrated into everything in the company, and which would likely cost 10's of millions of dollars (if not 100's) and several years to replace -- with the risk that you'd spend the money and still not end up with a viable replacement.

      The reality is, in long-established businesses in highly regulated industries with systems which are literally decades old and not easily replaced ... many many organizations find that it would be impossible to replace/retire these systems, and that it's cheaper to keep paying the people who have familiarity with these systems. And if they die, you find someone else with a lot of years on a similar system.

      Saying "oh, just replace it with something new" is something which I hear from naive, inexperienced people who have never encountered these kinds of systems. Sure, it sounds great, but it doesn't match up with actual reality.

      I've encountered several of these systems, and been on projects to try to replace a couple -- and almost universally when you try to do it, you realize that the scope of the problem, and the way in which it will break everything else you have, corporations decide it's not possible or cost effective.

      Say what you will about the old school mainframe applications, but they did exactly what they were supposed to, for very long periods of time, with thousands of pieces of institutional and business process embedded in them ... and they do it without crashing, breaking, or otherwise being unavailable. EVER!

      Systems which have been running robustly since decades before Microsoft was even founded are about as non-trivial to replace as you can possibly imagine.

      Precisely because they are so big, so important, so complex, and so tightly integrated into every one of your business processes.

      So, you'll excuse me if I question if you've actually encountered any of these systems, or been part of trying to replace one.

      Because anybody who has usually looks at the project and says "no way am I getting dragged into that".

      --
      Lost at C:>. Found at C.
  7. Bullcrap by Anonymous Coward · · Score: 5, Funny

    Haskell code never has any bugs. But that's just because it's never used in production.

  8. Yo got time to lean, you got time to clean by nosajholt · · Score: 3, Insightful

    As always with these sorts of questions, the answer is "it depends". If you are employed and working with Java or C++ or something else, then by all means be the expert in these languages. Once you get to the expert stage - might take a year or two or three - by all means expand and be a generalist in many languages, but continue being an expert in your favorite language. I can tell you that those COBOL/RPG programmers in this great land are within ten to fifteen years from retirement, and there is a-whole-lotta code out there that still needs love. Since Y2K, I don't know anyone under the age of 40ish who is writing COBOL/RPG, so there is an opportunity there, if you are so inclined. If you are unemployed, then do one or two projects in your favorite language and one or two projects in a language that is used on your prospect list. For example, you want to work for Twitter? Learn Scala. Regardless, as the old adage goes, if you got time to lean, you got time to clean, or in this case, code. Good luck, and good question.

  9. think about what it says about the company by silfen · · Score: 2, Interesting

    You should think of what the choice of language says about a company. Any company that built its business on Clojure, Scala, or Haskell has a management problem in my opinion: while those languages may be more productive than, say, plain Java, hiring and tool support has always much more difficult. COBOL is indicative of lots of legacy code and a company that has been in business for a long time. That has some advantages, but also means a work environment that's likely very different from others in the industry. R is something used by statisticians and scientists; if you get hired solely as a programmer (rather than a scientist/analyst) to do R programming, your job is likely to clean up other people's messy R code. Can you make money with any of those languages? Sure, but the job may not be quite what you expect or what you are used to.

  10. Why limit yourself? by zelbinion · · Score: 4, Insightful

    Why limit yourself? Learn both a popular language and a less-popular one. I had the fortune of picking up both Java and COBOL in a previous job, which helped me land my next job, which involved (guess what?) both Java and COBOL (and Perl, and SQL, and XML, and C#, and PHP, and....). Never have I encountered a job where you only need to know one language. All those big banks and manufacturing companies running COBOL? They probably need to make those systems talk to something written in a more modern language like Java, or C#, or PHP, or even Ruby or Python. They are probably even trying to move some of their old legacy systems off on to newer systems, so having an engineer who knows both the legacy technology as well as newer technologies is just what they need. Knowing more than one language and more than one technology also means you don't get stuck when the company re-orgs or you finally decommission the old system or they hit a rough patch and downsize.

    What makes a valuable employee isn't someone who is an expert in one thing. A valuable employee is flexible, can teach themselves new things without having to take a class or being asked. A good programmer is good at programing regardless of language. The more you learn, the more valuable you are, and the more options you have finding a job. Once you have experience solving problems with software, picking up a new language isn't really that hard. Yes, you could specialize in something like mainframe COBOL and there will be niche jobs for you in the financial industry for a long time to come, and you might be able to command a hefty salary as well, but do you really want to write COBOL for the foreseeable future?

  11. Python is eating Perls lunch by Viol8 · · Score: 4, Insightful

    Perl was used because it was a powerful scripting language despite a god awful syntax that took the worst parts of unix shell and awk and made them even more painfully contorted. When an equally (some would say more) powerful scripting language called Python came along with a sane syntax, a shallower learning curve and a properly interactive interpreter its no surprise huge numbers of people jumped ship.

    I for one won't miss Perl - it had its day but its day is pretty much done apart from legacy code and the few dyed in the wool web sites still using CGI.

    1. Re:Python is eating Perls lunch by rjmx · · Score: 3, Insightful

      Uh-huh. And when the Python people learn something about backward compatibility and make up their minds (so we all don't have to keep half-a-dozen different versions of it lying around), then it might actually get somewhere. Until then, it's just the new shiny-shiny.

    2. Re:Python is eating Perls lunch by rubycodez · · Score: 2

      which python are you talking about? 3.x, 2.5...2.7???? yes those different languages used for things....

  12. How much money are we talking about? by MalleusEBHC · · Score: 2

    I'm a software engineer who works mainly in C++. There are tons of jobs available to me, and they generally pay a metric fuckload of money. How much more could these jobs for unpopular languages pay? Having the choice of many employers is a big benefit of being strong in C++, and that allows me to choose a company that will treat me well both in terms of compensation and work/life balance. There would have to be an extremely very large premium for me to focus on an unpopular language and limit my choice of employers.

    1. Re:How much money are we talking about? by Glock27 · · Score: 2

      Actually I think you're more representative of someone who's making a lot of money working with an unpopular language.

      C++ has fallen way down the charts, and I'd be willing to bet fewer than 10% of those writing software today are writing C++, especially using recent/advanced features. You're making good money because you're using one of the more difficult and painful languages out there. :-)

      Sooner or later a superior language that fills the C++ niche will come along, then it will go to a truly legacy status...finally.

      --
      Galileo: "The Earth revolves around the Sun!"
      Score: -1 100% Flamebait
  13. Re:Ugh by rossdee · · Score: 3, Funny

    The actual cards would be those 80 column things that the ancient languages were stored (and inpuy) on.

  14. Re:Mainframe Programmers by khb · · Score: 2

    "...access to a mainframe system"....

    Well, there is more than one kind of mainframe, and they aren't much alike. But let's assume you really mean IBM zSeries. You have several options:

    1) Take a course. Many schools have IBM sponsored classes with access provided.
    2) Find a copy of the "Hercules" emulate http://www.hercules-390.org/
    3) Sign up for ANY university class to become a "student" and apply to IBM http://www-03.ibm.com/systems/...

    Also note the growing popularity of Linux on zSeries systems, so your Linux skills can be directly applied.

  15. Highschool girl logic by hibiki_r · · Score: 5, Insightful

    It's interesting how many programmers make decisions while ignoring the wisdom of the high school girl. When in doubt, you pick something that is popular. When you are really good at it, you pick something that is going to become popular, and by choosing it, you make it more popular.

    Seriously though, it really depends on where you are, market wise, and where you want to be. There are a lot jobs around here for Java programmers that understand Spring and Hibernate. However, the people hiring for those jobs are looking for competence, and little else. You won't be able to ask for a great salary in those conditions, because while good performers aren't that easy to find, the hiring pool is also pretty large.

    Instead, imagine that you have 15 years of experience, and you want to remain technical. At that point, having a decade of experience on the exact same thing won't really help you. Your selling point has to be that you've seen everything, and that you are up to date with the latest and greatest. So you don't look for yet another generic job with popular tools: You have to learn shiny new things, and sell that your know-how with many tools means you'll make a lot less architectural mistakes than a youngster. At the same time, this gives you a chance of getting into a technology early, when finding experienced people is harder. You ride the top of the wave, get paid well, and can keep in the tech switching train.

    Soyou need both serious knowledge of a couple of popular languages, and then to try to spend your time working on the less popular ones, that are still growing, because that's where real opportunity is.

    1. Re:Highschool girl logic by HeckRuler · · Score: 3, Interesting

      At that point, having a decade of experience on the exact same thing won't really help you

      ... unless you specialized in something that's still used, and the company you're at still uses it or some other company out there needs it.

      I mean, if the "thing" you did for those 15 years was streamlining TCP traffic in assembly, then you could go make $500,000/year as a quant dev on wallstreet. If it was abstract computer generated graphics in turboPascal... then not so much.

      So yeah, it depends on where you are market-wise. Sometimes specializing is a good idea. Sometimes it pays to be a generalist.

      Personally? I went with embedded C and every now and then dip into general business applications just so I'm not super-specialized. But so far, low-level C has been a stable bedrock for a career. And I don't think I'm being too optimistic when I say it's probably going to stay that way.

  16. I use cobol, you insensitive clod! by nimbius · · Score: 5, Funny

    I work for a financial institution that rhymes with race, and im paid handsomly for nothing short of necromancy and time travel. my cobol applications interface with 50 year old cobol applications, which in turn interface with java, which runs in a godless vortex of jboss and tomcat. the accounts division I write for is beginning to suspect im some kind of evil witch that lives on the 5th floor and creates their reports over a fuming cauldron. I have in the past transferred money in my checking account using the original cobol-85 nested subprograms written to handle some of the first ATM's ever invented. Security has, on two separate occasions, mistaken me for a hobo trying to steal a laptop.

    --
    Good people go to bed earlier.
  17. Supply vs demand not popularity which matters by abies · · Score: 2

    I would probably avoid looking into Clojure or Scala to make money based on popularity. Problem is that these languages are 'cool' which means that there is considerable amount of good programmers playing with them in free time and willing to take a job where they could code in that. Let's say that there are
    - 2 million java programmers
    - 2.1 million java jobs
    Doesn't look good? But if you compare it to (completely random numbers)
    - 50k Clojure programmers
    - 1k Clojure jobs
    Then the fact that there is 40 times less Clojure that java programmers is not going to help you much.

    If you are trying to game the popularity, you need to find languages platform which are in some demand, skillset is rare and they are horrible to work with. With that, you may get into job which you will hate, but you will be paid a good money and have job security.

    Look what is happening with game development. So many people want to work there that you work very long hours and pay is very low. I knew some people who were willing to get pay cut to switch from Java to Scala. They weren't learning Scala to earn more, but to have fun again.

    From my experience, domain you work in has a lot bigger factor in salary than platform. Investment banking people will earn same money, regardless if they code C#, java, C++ or python, but might get considerably different packages based on domain knowledge and actual skill. Game developers will be paid badly regardless if they do Flash, Android (talking about salaries, not indie games) or C++.

    Switching language in same industry can give you maybe 20-30% salary increase? Switching industries can double or triple it.

    Examples:
    C# developer with 5 years experience in banking
    http://jobview.monster.co.uk/C...
    600-700 GBP per day (which gives 130-150k yearly)
    plus plenty of other 500-600 GBP per day jobs.

    Web C# jobs outside banking (same city)
    30-50k GBP yearly
    and no offer for daily contracts.

    Learning Scala just to move from 30k to 35k job is not worth it. If you want money, go for proper industry. Learn languages/platforms if you want to have fun in work - but then base it on what you want, not what is best paid.

  18. Re:Learn Coldfusion by edremy · · Score: 2

    Heh- a large chunk of our timesheet system where I work as well as departmental budgets is all done within a custom portal written in.... ColdFusion. We're slowly moving away from bits of it (The helpdesk ticketing/inventory control parts are gone now) but I can't see it dying completely within the next decade.

    --
    "Seven Deadly Sins? I thought it was a to-do list!"
  19. Avoid pigeonholing and this can work. by ErichTheRed · · Score: 4, Insightful

    I'm a systems architect with a company that does IT services for the airline industry. Airlines are the third oldest users of computers, next to banks and the military. There has been an amazing amount of legacy technology that has been built around for the last 60+ years. Systems that are running modern languages and OSes today need to interface with systems via IATA protocols that were invented decades ago. Even though those legacy systems may run on new mainframes, they're still speaking the exact same language they were when they were rolled out. All that whizzy new stuff passengers see (cell phone boarding passes, full function booking websites, etc.) is riding on top of an ancient core that fewer and fewer people know everything about.

    Anyway, my point is this -- we do have some people on staff who know about all these systems, and have built or worked on parts of them. They're paid very well, but I guarantee they would have a very difficult time finding work if they were suddenly not needed. The main reason for this is that they're solely dedicated to supporting these older systems. People sometimes allow themselves to be pigenholed into a single task or set of tasks. In my side of the house (systems engineering,) admin tasks are becoming like this through things like ITIL. ITIL is solely designed to remove any sort of judgement from an administration job so that you can plug an interchangeable human into any process, give them a runbook and tell them to execute only these steps when prompted. It's a huge problem, because the next generation of admins is having difficulty graduating to systems engineer and systems architect roles, simply because they don't have a big-picture view of everything.

    I've been with the same company for quite a while, but have taken this approach to managing my career -- never do the exact same thing for more than a few years. I get to work in the same field and do _similar_ projects, but I also don't stagnate into a single role. This is very difficult to do because it requires you to be very flexible and constantly learning new things. You need to push your way into new projects because managers will want to hang on to the skills you've developed. Because of this, you need to be willing to document your work and train a replacement when the time comes. Also, you need to actually have some depth in the technology you're working with. There must be 20 or 30 new web frameworks that come out every year, on top of everything else that exists out there. You could try to learn everything but you'd never get good enough at any of it to be useful. At the same time, specializing in ancient languages and systems may be lucrative but you need to be prepared to jump as soon as your skills aren't needed anymore.

    If you do it right, you can make a lot of money by being able to jump into a position that no one else knows anything about. But if you can't jump right back out, you will end up doing the same thing forever.

  20. Exactly: it's not about R, it's about statistics by golodh · · Score: 2
    As far as I can see around me, there are not many openings for mere "coders" who just happen to have picked up some training in R.

    Most R code does things like model fitting, parameter estimation, data visualisation, data analysis etc.. The code mostly is just a way to capture and operationalise an idea in statistics or data processing. If you can recognise, grasp, and follow through that idea then the code usually starts to make sense pretty quickly.

    On the other hand, if you can't, then you'll be hard put to understand the code on its own terms and you really shouldn't try to modify it because you won't know what to look out for.

    As I see it, the openings in "R" are for people who are "numerate", know about statistics, data analysis, a little database knowledge and who also happen to know R.

    People like that are also likely to be able to work effectively with SAS, SPSS, SQL, Matlab and other high-level programming languages.

  21. Devote your time to logic by chubs · · Score: 2

    It's better to devote your time to improving your logic, design and architecture skills. If your career is tied to the continued usefulness of a given language, you're almost guaranteed to eventually find yourself unemployed or forever locked into a maintenance job that doesn't allow you to create anything new or interesting. Hardly what I'd call a "great job", which you seem to believe you must paint yourself into a corner to obtain.
    Stop focusing on being a coder and start focusing on being a software developer. Learn about algorithm analysis and optimization. Learn about design patterns. Learn about software architecture. Apply those to whatever language the "great job" employer wants you to use.

  22. Comparative advantage by Stuntmonkey · · Score: 4, Insightful

    I have yet to see a young person say, "I'm going to learn COBOL so I can spend my career nursing 40-year old code." You want to be building new things instead, and for that you choose the best tools for the job right this moment. Those are also usually the skills that will make you most marketable to companies that are building new things.

    Conversely it's rare to see an IT person keep up with the latest technologies throughout their careers. At a certain point in life you get other things that need attention, such as raising kids, taking care of parents, mowing the lawn, or whatever. And you start to get more risk averse because people depend on you. Although you are very good at your job, truthfully your confidence starts to wane a bit when you see all the really good young people coming up, who can absorb the new skills with relative ease.

    The result is what economists refer to as comparative advantage: The younger people who are more adaptable focus on the latest and greatest technologies, and the older people focus on problems that benefit from their experience and judgment.

  23. Re:Ada? by Drethon · · Score: 2

    And still required for some DOD development. I like Ada, if you can get it to compile it may still have a crap ton of bugs but it rarely if ever crashes...

  24. Re:Trendy != popular by WillAdams · · Score: 5, Interesting

    Three words:

    High frequency trading

    Most of the code driving that is written in Haskell, which is just criminal, since it's some very bright people writing that code, and they're not contributing in any meaningful way to humanity, just fiddling bits to determine who has how much of what money at the end of each trade.

    http://adtmag.com/articles/201...

    --
    Sphinx of black quartz, judge my vow.
  25. Re:Bullcrap by bzipitidoo · · Score: 4, Insightful

    The entire premise of the article is bull. Are companies ever going to get off this fixation on specific programming languages? There used to be such a thing as training. Companies once did that.

    Now it sounds like everyone has accepted that you should train on your own time. Worse, you have to do speculative training. Learn the specifics of some platform, and you might get a job doing it.

    --
    Intellectual Property is a monopolistic, selfish, and defective concept. It is "tyranny over the mind of man"
  26. FoxPro and xBase (Re:In Theory) by Tablizer · · Score: 3, Interesting

    I wish there were an open-source version of FoxPro. There is the Harbour project for xBase, but it's not interpretive, and lacked many of the interactive features the last time I checked.

    FoxPro and xBase are great for hobby CRUD-centric or smaller data-centric projects: Lots of functionality with very little code because the imperative code could be tightly bound to the database rather than requiring application-code-to/from-SQL translation layers like the current stuff. One learned to "think in tables", and thus become a Tablizer. It's sort of like APL re-shaped by practical concerns.

    There's something magical about it in that it can dance nimbly between high table abstraction and nitty-gritty imperative fiddling code. Some try to compare it to LINQ, but LINQ feels like an add-on to the regular clunky way, and not part of a bigger united experience.

    The xBase approach may not work well for "big team" programming, but for certain projects it could scream.

    Ah, the good 'ol days. You Ruby-ites get off my lawn!

  27. Re:Trendy != popular by mfwitten · · Score: 2

    Allocating capital profitably is extremely beneficial to humanity.

  28. Re:Trendy != popular by ultranova · · Score: 2

    Allocating capital profitably is extremely beneficial to humanity.

    High frequency trading is not about allocating capital, it's about bleeding the people who are seeking to reallocate it.

    --

    Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  29. Re:Bullcrap by plover · · Score: 3, Insightful

    The entire premise of the article is bull. Are companies ever going to get off this fixation on specific programming languages?

    No. Companies (at least the executives running them) look at their code base differently than technologists. They see the cost of maintenance as X$, and if it's written in ten languages, the cost of hiring ten people to do maintenance is 10X. If you say "one person can know ten languages" they assume such people are expensive and very hard to find.

    They want a simple way to manage the cost of maintenance. Cutting the number of languages in use accomplishes that goal, in their minds. Therefore, this practice will continue at companies that don't have unlimited IT budgets.

    --
    John
  30. Re:Bullcrap by ultranova · · Score: 2

    There used to be such a thing as training. Companies once did that.

    And they still do. They just want to pretend new recruits are up to speed right away. That looks better on the balance sheet, I guess.

    It's all about the appearance of efficiency, rather than actual efficiency. You get the former by measuring and micro-managing everything, and the latter by ensuring your employees want you to succeed and then cooperating with them. Yet companies insist on re-enacting Soviet Union in their own structures and practices, with predictable results. So I gues it's true that enemies will always end up resembling each other...

    --

    Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  31. missing the point - cobol is not unpopular by smylingsam · · Score: 2

    Here is a list of truly unpopular (almost hated) languages that I know folks make over us$150,000 using:

    - Delphi / pascal (automotive, process control, chemical )
    - Forth (embedded)
    - Basic (a large array of strange niches from chemical processing , manufacturing assembly lines, scientific etc )
    - visual basic 6 ( chemical and scientific )
    - Lisp (autocad scripting , embeded and graphics processing/simulation creation )
    - Q&A database aka Sesame database (seriously I have no idea who uses this but I keep coming across jobs for this)

    none of the languages are seen on open forums like monster or dice but rather are direct hire, strange recruiter spam and consultant gigs from the niche language mailing lists.