Stories
Slash Boxes
Comments

SoylentNews is people

posted by mrpg on Sunday November 05 2017, @06:05AM   Printer-friendly
from the in-my-days-it-was-cobol dept.

Submitted via IRC for TheMightyBuzzard

On Stack Overflow Jobs, you can create your own Developer Story to showcase your achievements and advance your career. One option you have when creating a Developer Story is to add tags you would like to work with or would not like to work with:

[...] The most disliked languages, by a fairly large margin, are Perl, Delphi, and VBA. They're followed by PHP, Objective-C, Coffeescript, and Ruby. On our team we're certainly happy to see that R is the least disliked programming language, relative to the number of people who liked it.

[...] Generally there is a relationship between a tag's growth and how often it's disliked. Almost everything disliked by more than 3% of stories mentioning it is shrinking in Stack Overflow traffic (except for the quite polarizing VBA, which is steady or slightly growing). And the least-disliked tags— R, Rust, Typescript and Kotlin— are all among the fast-growing tags (Typescript and Kotlin growing so quickly they had to be truncated in the plot).

Hate away, guys, you just make my skills and willingness to write perl more valuable.

Source: What Are the Most Disliked Programming Languages?


Original Submission

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 0) by Anonymous Coward on Sunday November 05 2017, @02:12PM (3 children)

    by Anonymous Coward on Sunday November 05 2017, @02:12PM (#592511)

    The price? https://www.code-partners.com/product/delphi/ [code-partners.com]

    Back in the old Borland days it was a lot more affordable.

  • (Score: 0) by Anonymous Coward on Sunday November 05 2017, @09:10PM

    by Anonymous Coward on Sunday November 05 2017, @09:10PM (#592653)

    I remember the full official price as always having been insanely expensive, and it's in line with other IDEs like VisualStudio I think...
    For those who don't want to spend that kind of money there is Delphi Starter and there is FreePascal with Lazarus IDE which is close enough for many things.
    Either way, is that really a reason to hate the language?

  • (Score: 0) by Anonymous Coward on Sunday November 05 2017, @11:06PM (1 child)

    by Anonymous Coward on Sunday November 05 2017, @11:06PM (#592702)

    When I started reading this (sub)thread, the 1st thing that struck me was the closed-source proprietary nature of Delphi.
    Going to my usual source when I encounter these sorts of things, I see Lazarus and CodeTyphon. [alternativeto.net]

    Anybody used either of those FOSS tools?
    Is either a nice alternative to Delphi?

    Free Pascal is also mentioned. Comments on that?

    Mostly what I see on that page appears to be stupidity.
    #1 on the list of "replacements" for Delphi is Microsoft Visual Studio.
    Has anyone ever moved a project produced with Delphi and continued development with that MSFT tool?
    ...or is this simply another case of over 700 nitwits with a useless opinion?

    -- OriginalOwner_ [soylentnews.org]

    • (Score: 0) by Anonymous Coward on Monday November 06 2017, @06:06PM

      by Anonymous Coward on Monday November 06 2017, @06:06PM (#593208)

      FreePascal is the compiler and what Lazarus uses in the end.
      Lazarus is an IDE, and I think it compares nicely at least to older versions of Delphi.
      Though with FreePascal it's quite possible to move away from the IDE and use a "proper" build-system if you want.
      Compatibility with Delphi isn't 100%, but unless it's a gigantic project it seemed to me it shouldn't be that much work to convert.
      Not more than converting a project from e.g. Delphi 7 to the latest version at least, for me that never worked smoothly anyway.