Stories
Slash Boxes
Comments

SoylentNews is people

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: 4, Insightful) by DannyB on Thursday May 24 2018, @03:16PM (2 children)

    by DannyB (5839) Subscriber Badge on Thursday May 24 2018, @03:16PM (#683577) Journal

    Both COBOL and AppleScript demonstrate that it is possible to make a language that managers can kinda-sorta understand. It makes them feel like they are managing better.

    AppleScript in particular can seem to be almost like English text. But it is not nearly so easy to actually write that way. You have to really understand the grammar to write AppleScript. Non coders read AppleScript and think they can write some of their own. Only to fail miserably. I don't know if that also was the case with COBOL.

    But speaking of COBOL, it's said that Java is the COBOL of the 21st century. It's true. And for the same reason: the sheer economic value of all the enterprise Java code means that the JVM platform, and JVM languages, and even the Java compiler and language itself, will be around for a long time.

    --
    The lower I set my standards the more accomplishments I have.
    Starting Score:    1  point
    Moderation   +2  
       Insightful=1, Interesting=1, Total=2
    Extra 'Insightful' Modifier   0  
    Karma-Bonus Modifier   +1  

    Total Score:   4  
  • (Score: 2) by Dr Spin on Saturday June 16 2018, @10:09PM (1 child)

    by Dr Spin (5239) on Saturday June 16 2018, @10:09PM (#694055)

    SQL can seem to be almost like English text.

    Looks are deceiving.

    --
    Warning: Opening your mouth may invalidate your brain!
    • (Score: 2) by DannyB on Monday June 18 2018, @02:48PM

      by DannyB (5839) Subscriber Badge on Monday June 18 2018, @02:48PM (#694522) Journal

      I was writing some SQL once, working out how to fix a problem. The (non programmer) person I was working with, kept saying things like "can't you just ask it for this", "can't you just write such and so", etc.

      Uh, no. It doesn't work that way. There is a very specific grammar and very specific rules. Well written code just looks like you can understand it by reading it. It is also possible to write bad code.

      --
      The lower I set my standards the more accomplishments I have.