Slashdot Mirror


Why Do Programming Languages Succeed Or Fail?

magicmat writes "UC Berkeley EECS graduate researchers Leo Meyerovich and Ari Rabkin have compiled an interesting data set on the sociological aspects of programming language usage and adoption. 'Socio-PLT' is the result: compiling survey results from Berkeley's recent 'software engineering' massive online open course, SourceForge, and two years of The Hammer Principle online surveys, they have discovered some interesting phenomenon about what we, as programmers think about our languages, and why we use them. You can head over and explore the data yourself using cool interactive visualizations, and even fill out a survey yourself to have your say."

48 of 201 comments (clear)

  1. Because programmers use them or they don't by rfioren · · Score: 4, Insightful

    Because programmers use them or they don't.

    1. Re:Because programmers use them or they don't by Anonymous Coward · · Score: 5, Funny

      Ah but Lisp is a success even though no programmer actually uses it.

    2. Re:Because programmers use them or they don't by slim · · Score: 4, Insightful

      Because programmers use them or they don't.

      Brilliant insight there, leading 4 people to moderate you "insightful"... You could have saved those researchers a whole lot of work.

      Ever heard of "five whys"?

      1. Why is a programming language successful? - Because programmers use it, or don't.
      2. Why do programmers use it? - Because it does what they want.
      3. What do programmers want from a language? - .....

      Less than 3 why's in, we've already reached a question that you can't glibly answer. Or if you can, go ahead and release your perfect language.

    3. Re:Because programmers use them or they don't by 91degrees · · Score: 2

      That is about the size of it. I know a bit of perl because I wanted to do some web scripts, and at the time, perl was the best language. I know a bit of Java because I wanted to write some mobile phone apps and Java's the only properly supported language for Android.

      I don't know Haskell because nobody uses it so I've had no need to learn.

    4. Re:Because programmers use them or they don't by wcrowe · · Score: 5, Funny

      1. Why is a programming language successful? - Because programmers use it, or don't.
      2. Why do programmers use it? - Because it does what they want.
      3. What do programmers want from a language? - For it to do what is required, quickly and easily.
      4. Why do programmers want to do things quickly and easily? - Because programmers are lazy.
      5. Why are programmers lazy? - Because they want to get their work out of the way as quickly as possible so they can get back to doing things they really enjoy.

      There are your five why's, answered succinctly and glibly.

      --
      Proverbs 21:19
    5. Re:Because programmers use them or they don't by 19thNervousBreakdown · · Score: 2, Insightful

      Oh man.

      I came in here to post that we can expect to see programming explosively progress relative to previous craft professions, because unlike other professions that disdain introspection, our field practically requires it, and teaches very early and very harshly that absolute intellectual honesty is the only way to move forward.

      And then ... this. +5, Insightful. A post that is the equivalent of the middle-management meme that made the rounds a few years ago, "It is what it is." Absolutely meaningless, utterly unhelpful, not only devoid of thought but actively blocking it, a trite tautology is apparently the pinnacle of what the Slashdot community (which, according to a recent poll, is something like 40% developers) has to offer.

      Well, at least it won't be too hard to leave you guys in the dust.

      --
      <xml><I><am><so><damn>Web 2.0</damn></so></am></I></xml>
    6. Re:Because programmers use them or they don't by dkleinsc · · Score: 4, Insightful

      That last one isn't that hard to explain though, because it usually comes down to a few factors:
      A. Easy to learn.
      B. Easy to write highly functional code.
      C. Easy to understand what someone else has written.
      D. Easy to integrate with components written in other languages (via libraries, compatibility layers, etc)

      Getting all of those right is more art than science.

      --
      I am officially gone from /. Long live http://www.soylentnews.com/
    7. Re:Because programmers use them or they don't by 91degrees · · Score: 2

      Nobody I personally know uses Java, or at least nobody did until I got a job in it.

      What I mean is nobody uses Haskell for any area of software development, to a substantial degree that learning it makes any sense. There's essentially no community development support for it in any field.

      I do mean nobody important or worthwhile. I apologise if this offends you.

    8. Re:Because programmers use them or they don't by Schmorgluck · · Score: 2

      PHP complies to none of these except A, and even that is arguable.

      --
      There's nothing like $HOME
    9. Re:Because programmers use them or they don't by plopez · · Score: 2

      I think COBOL meets all those criteria.... or possibly Fortran (he said as he ran, ducked, and then hid).

      --
      putting the 'B' in LGBTQ+
    10. Re:Because programmers use them or they don't by dkleinsc · · Score: 2

      In its heyday, PHP's advantages were: (A) It was easy to learn for those familiar with Javascript because it was kinda similar syntax, and (D) Extremely easy integration with HTML and Javascript, especially once mod_php got going. Basically, it meant that any damn fool web designer could throw a little bit of PHP into their pages.

      Once people started writing more complicated stuff in it, its limitations became clear, which is a big part of why its popularity is waning in favor of Python, Ruby, etc for web development.

      --
      I am officially gone from /. Long live http://www.soylentnews.com/
    11. Re:Because programmers use them or they don't by TheLink · · Score: 5, Informative

      Lisp is very powerful. So it is a good language for all the code that you write.

      However I don't use Lisp. I actually prefer stuff like Perl. Why? Because Perl is good for all the code you don't have to write! aka CPAN.

      All that code in CPAN that you don't write, is code that you don't have to document, and typically don't have to debug and fix.

      Most programmers in the world aren't really writing code where most of the lines of code are "new", revolutionary or innovative. You might write a few innovative things here and there, but the rest? Don't reinvent the wheel - use good libraries/modules.

      In areas where nobody else in the world has ever done what you are doing, then it makes sense to use stuff like Lisp or whatever super powerful language that some genius has come up with.

      Otherwise if you need to parse and build DHCP packets, perl/CPAN has modules for that. If you need to parse and build a webpage and post a webform, perl/CPAN has modules for that. Talk to DB servers, handle SNMP, SMTP over TLS, ssh, write Excel files, create images, etc they're all on CPAN.

      --
    12. Re:Because programmers use them or they don't by Bill,+Shooter+of+Bul · · Score: 2

      I like CPAN. I really do. But, I have had to debug several modules. Its not always perfect. You do actually have to test them to see if they meet your usecase. Point in case: the excel module. XLS is pretty complex, it doesn't do everything correctly.

      --
      Well.. maybe. Or Maybe not. But Definitely not sort of.
    13. Re:Because programmers use them or they don't by JasterBobaMereel · · Score: 2

      Look at the languages that have "succeeded" they all have the same things in common, availability and support

      Perl, C, VB, Java, PHP, C++, C# ... all were/are highly available, and well supported, they often were not the best or even a good choice otherwise

      Lisp is very powerful, but is not the language of choice for actually doing anything useful because it is not highly available and well supported on any system

      On Windows C, C++, VB and C# are the languages of choice because they are well supported by Microsoft... no other reason

      --
      Puteulanus fenestra mortis
    14. Re:Because programmers use them or they don't by TheLink · · Score: 3, Insightful

      Yeah, I had to debug and fix some stuff too. If the module is not too crap, fixing it is usually still faster than writing it from scratch in Lisp. Add in the OK modules that perl has and lisp doesn't and it still could be faster.

      Even so many of the modules are written by programmers who are better than I am. That's how I improve the code quality of my program - most of the code is written by better programmers :).

      Lisp does have Cliki: http://www.cliki.net/index
      But compare the documentation of the average module.

      --
    15. Re:Because programmers use them or they don't by Zero__Kelvin · · Score: 2

      Just do 'alias What=Why' and it will work.

      --
      Guns don't kill people; Physics kills people! - John Lithgow as Dick Solomon on Third Rock From The Sun
    16. Re:Because programmers use them or they don't by gtall · · Score: 2

      From my own experience (I really hope this has changed or changes), there is no support in terms of debuggers, tracers, etc. It is horrible in that regard, you are left with using print statements...in a functional language. Great, I get a linear stream of crap from a computation that has a lot of internal structure. Just the type structure error messages alone are enough knock a dead buzzard off a shit wagon at 20 paces. Would it kill the developers to at least display why something doesn't type-check rather than cough up a hairball only a computer scientist's mother could love?

      I will admit that Haskell is very good for isolating algebraic/coalgebraic semantics for hardware-software languages. It was and is developed by computer scientists for computer scientists. It was never developed for engineering production systems, although we've been using it for FPGA code where we compile down to VHDL. NSA also uses a variant of Haskell called Cryptol (I think) for crypto-apps.

    17. Re:Because programmers use them or they don't by ducomputergeek · · Score: 2, Insightful

      Just started a new project which required an API to essentially pass information from a database and CSV files to an HTML client in JSON. Broke out the basic script I wrote in Perl circa 2002 to do just that. Since 2002 I've made two major changes to the script: added JSON support (originally it returned XML because back then it was all about XML) and replaced some rather nasty els if statements with switch statements when that became standard in Perl 5.10. The sub routines vary from project to project (i.e the queries), but the other life saver has been CPAN. Every time I've ever needed to interface with some new service, there seems to be a Perl Module for that...Facebook, twitter, whatever...there always seems to be "a perl module for that".

      I'm the senior programmer on the project with a couple younger kids with CS degrees about a year out of college. They were trying to push to use nodejs for the back end and I said no, we were going to use Perl for the web services/api/cgi-script/server-side-process-term-of-the-year. I got some disgusted looks for using "old and broken" instead of "new hotness". Then I chuckled that I had heard it all before. The world was going to be Java, which is true in the Enterprise world, then it was all about PHP, then Python, then C#, then Ruby on Rails and yet this very simple framework I wrote a decade ago in perl still works just as it did back then. As I told them was I don't feel like having to rewrite the damn thing because no one is going to deprecate a function like split() in favor of calling it explode() or suddenly you find out that the flavor of the year suddenly can't scale as advertised.

      A major selling point was DBD::CSV, a perl module that allowed CSV to be queried with SQL statements. Yes, it doesn't support all the features, but does support the basics like "SELECT this.column FROM file.name Where some.column = some.value". Which means when all the CSV eventually do get imported into the database (that will be a few months as there is something like 500k csv files on the server) it won't take much to switch out to use the database.

      What they fail to understand is that what the client cares about is out the "app" looks on the HTML side. How it the data gets from the database/file servers to the client they don't care and frankly not what they are paying us for. What will make them happy is how it looks. So long as the backend is "fast enough" to deliver data over a cell network they don't care. We aren't having to execute financial transactions where milliseconds matter.

      --
      "The problem with socialism is eventually you run out of other people's money" - Thatcher.
    18. Re:Because programmers use them or they don't by Darinbob · · Score: 2

      But even then this doesn't mean much. Ie, Ruby was a minor seldomly used language for a long time until suddenly it took off because of Ruby on Rails. Python is very popular now but it used to be something not used much except in Red Hat. Lua was similary uncommon until some games picked it up and used it, increasing the popularity.

      Simiarly, some things that people think are fail are not. Smalltalk is still actively being developed and used, with new commercial and free versions. COBOL is _still_ being used in some places. I am told at least a couple times a year that "no one" uses assembler anymore. Even some people have said C is dead!! So you need to define what "succeed or fail" really means as this is very ambiguous.

  2. This has been covered here before by llamalad · · Score: 5, Funny

    The main factor in determining whether or not a language succeeds is the quality of its creator's beard:
    http://entertainment.slashdot.org/story/08/04/29/181249/facial-hair-and-computer-languages

  3. Girl Analogy by A10Mechanic · · Score: 2, Insightful

    Programming languages must have a certain elegance, a flow or symmetry that entices the mind. Pascal/Delhpi have always done that for me. She's not the hottest girl at the dance, a little older and not dressed to the 9's, but she's the one I'm taking home that night. It's entirely personal, and I could'nt care less what others use.

    1. Re:Girl Analogy by Anonymous Coward · · Score: 5, Funny

      Programming languages must have a certain elegance, a flow or symmetry that entices the mind. Pascal/Delhpi have always done that for me. She's not the hottest girl at the dance, a little older and not dressed to the 9's, but she's the one I'm taking home that night. It's entirely personal, and I could'nt care less what others use.

      Much like Ruby is called "Perl's younger, much prettier sister".

      Dear Perl,

      Look, I know that we were an item for quite a few years.

      You were my one and only. My true love.

      But I've gotta admit, when I saw your younger sister Ruby a few years back... well, I thought she was hot. But of course, she was too young then so I stayed away from her.

      Now, more recently I have to confess that I went out with Ruby for a few dates and believe me, she is plenty mature now!

      Not only that but her library seems somehow more complete than yours and certainly better organized. And her object oriented features - OO la la! Look, you're a great gal, but you're certainly not anywhere near as well endowed in THAT department.

      And now that Ruby's got transportation (ok, so she likes to ride the rails) we're really getting around.

      So, dear Perl, I have to tell you that it's over between you and me. From now on it's me and Ruby.
      Please don't take it too hard. Maybe you'll find someone else after you're makeover.

    2. Re:Girl Analogy by RyuuzakiTetsuya · · Score: 2

      if that were true, python or ruby would rule the roost for web development jobs, not PHP(TBH, I love PHP because it's kind of batshit nutty).

      I suspect it's a chicken/egg situation. Which comes first, developers using languages or projects using languages(not just jobs mind you)?

      --
      Non impediti ratione cogitationus.
    3. Re:Girl Analogy by Anonymous Coward · · Score: 2, Informative

      "Programming languages must have a certain elegance, a flow or symmetry that entices the mind. Pascal/Delhpi have always done that for me."

      Try Scheme.

    4. Re:Girl Analogy by PolygamousRanchKid+ · · Score: 5, Funny

      Unlike a girl, a good programming language is good for more than one thing.

      If you have more than one girlfriend, then you run into the same problems as SMP and multi-threaded programming: resource contention, careful locking, semaphore signalling overhead, etc. Woe betides you if one finds cosmetics stuff from another on the wrong stack in the bathroom.

      Spin locks are, quite literally, a bitch.

      --
      Schroedinger's Brexit: The UK is both in and out of the EU at the same time!
    5. Re:Girl Analogy by Anonymous Coward · · Score: 5, Funny

      Programming languages must have a certain elegance, a flow or symmetry that entices the mind. Pascal/Delhpi have always done that for me. She's not the hottest girl at the dance, a little older and not dressed to the 9's, but she's the one I'm taking home that night. It's entirely personal, and I could'nt care less what others use.

      Much like Ruby is called "Perl's younger, much prettier sister".

      Dear Perl,

      Look, I know that we were an item for quite a few years.

      You were my one and only. My true love.

      But I've gotta admit, when I saw your younger sister Ruby a few years back... well, I thought she was hot. But of course, she was too young then so I stayed away from her.

      Now, more recently I have to confess that I went out with Ruby for a few dates and believe me, she is plenty mature now!

      Not only that but her library seems somehow more complete than yours and certainly better organized. And her object oriented features - OO la la! Look, you're a great gal, but you're certainly not anywhere near as well endowed in THAT department.

      And now that Ruby's got transportation (ok, so she likes to ride the rails) we're really getting around.

      So, dear Perl, I have to tell you that it's over between you and me. From now on it's me and Ruby.
      Please don't take it too hard. Maybe you'll find someone else after you're makeover.

      After a few go-rounds, you then discover she has 6 different STDs and is intellectually about as deep as a summer puddle in a Florida parking lot.

      Yep. Sounds like Ruby.

    6. Re:Girl Analogy by NoNonAlphaCharsHere · · Score: 5, Funny

      Sure, sure. But Perl will fuck you back. Big time.

    7. Re:Girl Analogy by garrettg84 · · Score: 2

      Ruby only dates hipsters and yuppies. Analogy fail.

      --
      -g
    8. Re:Girl Analogy by idontgno · · Score: 2

      Programming languages must have a certain elegance, a flow or symmetry that entices the mind.

      Your father's Delphi. This is the weapon of a Hacker Knight. Not as clumsy or random as C++; an elegant weapon for a more civilized age.

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
  4. Déjà vu by hcs_$reboot · · Score: 3, Informative
    --
    Slashdot, fix the reply notifications... You won't get away with it...
  5. Certianly has nothing to do with language quality by Anonymous Coward · · Score: 2, Insightful

    Since PHP and Javascript stubbornly remain popular.

  6. Why Do Programming Languages Succeed Or Fail? by Hatta · · Score: 5, Funny

    Because those are the only two options.

    --
    Give me Classic Slashdot or give me death!
  7. Obligatory quote of old thread by fruey · · Score: 2

    A “real” [programming] language is one that people who don’t want to learn anything new are already familiar with.

    http://developers.slashdot.org/comments.pl?sid=2055724&cid=35626170

    --
    Conversion Rate Optimisation French / English consultant
  8. If you can get useful results quickly, it succeeds by gestalt_n_pepper · · Score: 4, Insightful

    Otherwise it fails. Two of the most popular languages in existence are Visual Basic and PHP. Math folks and programmers tormented by the hobgoblin of consistency hate both languages. Guess what? It doesn't matter.

    Sure, they're inconsistent, oddly constructed and don't support polymorphism (which describes many programmers too, for that matter). Nevertheless, you can get something *done* in jig time and move on with your life. They are languages that are not about the language but the task. In that sense, they perfectly suit the human mind and so they get used again and again.

    The big fail of programming languages generally is that nobody thought to combine ease of use with scalability. A programming language should make the most frequently done things trivially easy (e.g. file i/o) and less frequently done things (e.g. serializing and deserializing) possible.

    My favorite example of a programming language fail is Powershell. The language is very consistent. It's a consistent pain in the ass. It's picky, prissy and everything has to be done "just so." I use it every day, and I'd like to condemn the developers to a hell where they had to do real system administration with it for eternity.

    --
    Please do not read this sig. Thank you.
  9. the curious case of ObjectiveC by peter303 · · Score: 2

    In the beginning it sounded the "the Smalltalk for the rest of us", i.e. objective oriented programming for the UNIX/C crowd. But ObjectiveC was a proprietary language and did not catch with university types. Somewhat open C++ quickly eclipsed it. But the faithful at NeXT, then Apple held on. Now its considered on the most popular develop languages, mainly for iPhone apps.

  10. Because of stupid names by dargaud · · Score: 4, Interesting

    Some languages fail simply because the creators have chosen stupid names in the age of Internet searches: try searching for one liners or tutorials in 'R' or 'Go' or 'D' and you'll find tons of irrelevant links. I'll make an exception with C since there's simply more stuff out there about the language than about any other use of the letter. Now Brainfuck, that's a perfect name for a language.

    --
    Non-Linux Penguins ?
    1. Re:Because of stupid names by lennier · · Score: 2

      "R one liners"?

      Pirate jokes?

      --
      You are not a brain: http://books.google.com/books?id=2oV61CeDx-YC
  11. Depends on the hardware, generation by AHuxley · · Score: 2

    Did you have to go to work with a maths degree to programme your computer?
    Did the language get .gov or .edu support e.g. Ada?
    Can you do anything you like and zoom ahead or fail depending on your skills? e.g. C
    Now you have you Lua, OCaml and MS efforts.
    Everyday some gifted project person tries to impress their friends or make a tool just to see if they can in some obscure, free, fast language.
    Why do they fail, ahead of their time like Ada or without the awesomer speed and freedoms for C.
    Or its just not what all your BBC/Windows/ios using friends had and could help you will, i.e. the herd is fun.

    --
    Domestic spying is now "Benign Information Gathering"
  12. Same way as real languages by Kjella · · Score: 5, Insightful

    English isn't the world's most spoken language (when you include secondary speakers) for its elegance, consistency or expressiveness. It's a combination of history and politics and power and isolation and culture and grabbing concepts and words and pronunciation from other languages. Languages are the same, some exist practically by being first. Some exist only because they've had large companies like Sun or Java backing them. Others survive because they've been isolated cornering a specific need in finance or science or academia. I remember Java 1.0 and very early Javascript, that the world is now full of Android and AJAX apps is nothing short of a freak of history. Trying to analyze it from the language's qualities alone is never going to give meaningful results.

    --
    Live today, because you never know what tomorrow brings
  13. Wish I had mod points by Viol8 · · Score: 4, Insightful

    You got it spot on. One thing you didn't mention was critical mass - once enough people are using a language others will come along and try it (or be forced to use it at work) no matter how good or bad it is and once they're comfortable with it they'll probably carry on using even if there are better alternatives because a learning curve is always more hassle than staying with what you know.

  14. Designed to get a job done by itsdapead · · Score: 4, Informative

    Since PHP and Javascript stubbornly remain popular.

    One distinction is whether the language was designed to meet a practical need, or to prove an abstract point in computer science. Plus, these days, the API is probably more important than the language - its certainly more work to learn a new API than a new language.

    PHP is a crap language, but it gets the job done, makes it easy to programatically generate HTML and comes with a humungous library of useful functions. Plus, its widely available on commercial web-hosting services. When I tried some Python (after forcing myself to stop worrying and get past the 'significant whitespace' thing) , I found I wanted an XML/XPath/DOM library but all I could find were several half-finished attempts and a lot of discussion about what would be a suitably "Pythonesque" XML API (the well-defined standard DOM API sounds good to me). Maybe I was unlucky (Python isn't exactly unsuccessful) but that would have been a no-brainer in PHP, Java or C.

    Likewise, Javascript is the only game in town for scripting web pages and has become almost platform-independent. It also became joined at the hip with the HTML DOM.

    Java also had the big practical plus of being almost platform independent - and again now has a huge array of APIs that programmers have spent time learning.

    Or look at C vs Pascal. VAX Pascal, Turbo Pascal, Delphi et. al. were quite successful because they each extended the language in proprietary ways, but standard Pascal was useless for anything other than teaching algorithms because it didn't have any practical API to speak of (you couldn't even open a named file within a Pascal program - that had to be done externally). C, on the other hand, always had a "de facto" standard library consisting of the subset of the Unix API described in "The C Programming Language", full of really useful utility routines for strings, file handling, output formatting, searching etc. You could do a lot in standard C without tying yourself to a particular dialect or platform, and the pre-processor let you #ifdef your way out of any incompatibilities that you did encounter.

    C++ - a can of worms which only a language lawyer could love - probably hit the big time because of MS Visual C++ and the MS Foundation Classes. That and the fact that C programmers didn't think they had to learn a whole new language (see earlier comment about cans of worms).

    Basically, don't expect your mathematically elegant new language (with no variables, who's only operator is 'is a subset of' and which uses UNICODE accents and ligatures to increase its expressivity) to take off unless it has POSIX regexps, bindings to MS Access and a WIndows application framework.

    --
    In a survey of 100 programmers, 111111 thought that duck-typing was a good idea.
  15. Re:Because of Marketing... by Xtifr · · Score: 2

    A language succeeds or fails because the company building the language and/or the tools put on a dog and pony show for your company executives.

    If that were true, PL/1 would have been a huge success. It had the backing of IBM, which was at the time, the computer company, and was heavily promoted by them, but it was rejected by the market as being too complex and hard to understand. (Ironically, by the standards of today's languages, it was remarkably straightforward, clean and elegant, and if anything, too simple.)

  16. Re:24 year C/C++ guy here by serviscope_minor · · Score: 2

    Doesn't include LISP, which is, of course, the correct answer for everything except serious number crunching.

    Not sure if serious...

    If you are, then why hasn't lisp taken over?

    And the serious number crunching could probably be faster piloted in LISP, at that.

    I doubt that. Serious number crunching usually involves lots of simple for-loops which are easy to code in C and often even easier in C++. Infix notation really helps here because then the code looks like maths.

    I think that the reason lisp never quite succeeds is because of the lack of syntactic support. Sure the syntax is super-uniform but that means everything looks the same, which means it is hard to read (and therefore write).

    I find that built-in support for common structures is really nice in other languages and gives very strong visual cues, which my brain can process much more easily.

    In fact many of the new features in C++11 (e.g. lambdas, auto, range based for, template typedfs^Wusing) don't actually provide new capabilities (unlike, e.g. decltype and &&). They just provide shorter, more succinct and more obvious ways of doing things. And it provides a languager supported way which means everyone does them the same way and it's easy to read.

    In fact that's whay C++ did in the first place. It took a lot of the things people were hacking up in C and put them in the langage so use was consistent and easy to read. For example classes can be made with structs and function pointers. Generic programming can be bodged together with macros. Both tricks are in fact common in large C projects, but different in every one.

    --
    SJW n. One who posts facts.
  17. Re:simple: imperative, portable, objects, librarie by Xtifr · · Score: 3, Informative

    C took off because it allowed imperative programming more easily (and portably) than assembler

    Also because its use in the development of Unix meant that it had a huge (by the standards of the time) body of existing code and libraries by the time it was sprung upon an unsuspecting world. The very fact that you could use this portable, (moderately) high-level language for writing a complete OS without abandoning performance was a revelation. And the fact that Unix began invading universities shortly thereafter helped as well.

    Since the rise of C, some loose compatibility with C has been a major factor too. When it came to powerful scripting languages, we had Rexx and Perl--and which one had a more C-like syntax? That's right, the one that succeeded, Perl. And Java is notable for it's C(++)-ness too.

    It's rarely one or two simple factors, but usually a whole mess of things.

    (As for functional programming, I think that's pretty much been a non-issue the whole time.)

  18. A language can be the price of entry by alispguru · · Score: 4, Insightful

    A language/methodology can catch on fast if it is the price of entry to a hot field. Broad, long-term popularity requires finding applications outside the original field.

    Objective C is the current price of entry for iOS development. It will stay around as long as Apple allows no alternatives, but is unlikely to grow outside that niche.

    OOP was the price of entry for GUI toolkits. It has since proved its worth as a general structure and analysis method.

    Java started out as the price of entry for applets. It eventually settled in as a portable platform for enterprisey stuff.

    Lisp was the price of entry for AI. It died back when strong AI faltered.

    Functional programming may yet become the price of entry for reliable concurrent programming.

    --

    To a Lisp hacker, XML is S-expressions in drag.
  19. Simple by geekoid · · Score: 2

    emotional buy in.; which is one reason why software development is such a pit.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  20. Re:sometimes backwater is good by Mike+Buddha · · Score: 3, Insightful

    Objective-C is horrible. I wouldn't wish it on my worst enemies. It hasn't gone off the rails? It's never been on the rails to go off of to begin with! It's a series of kludges tacked on to a terrible core.

    For instance: memory management. End of argument.

    --
    by Mike Buddha -- Someday the mountain might get him, but the law never will.
  21. Re:sometimes backwater is good by vux984 · · Score: 4, Insightful

    I was one of those imbeciles that ridiculed the whites space

    I still ridicule the white space.

    White space is brilliant!

    Formatted code is brilliant. Code that can't be copy and pasted reliably is still something only an imbecile could like.


    if something:
            do something
            a bunch of stuff goes here
            blah blah blah
    and this is after the if clause... for now

    is not easier to read than


    if (something)
    {
            do something
            a bunch of stuff goes here
            blah blah blah
    }
    and this is after the if clause... and will reliably stay that way

    And if the code with {} gets mangled by some editing, you just highlight it and reformat, and its back as it should be. Mangle the indenting/formatting in python, and you have to re-validate the semantics of the code.

    A few {} do not make it harder to read, the code is trivially easily to prettify with automatic formatting (nobody has to look at unindented or all-on-one-line code in a {} language even if it was originally written that way), and I have found the structure is much more resilient to editing. If I'm editing away in something like notepad and delete the "blah blah blah" line in python there are good odds the "and this is after the if clause" will end up appended to the "a bunch of stuff goes here line" and then I'll hit return and have to think about whether its part of the if clause or not.

    In C worst case, the } gets appended to that line and I press return to pop it down again, knowing that its closing the block.