Thread: what languages are fading ? what languages remain ?

  1. #16
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >Well, no one codes in BASIC anymore
    Can you prove it?

    >I remember reading something about a two languages before C called, A and B.
    I wouldn't be surprised if there is an A language, but it has nothing to do with C. C is a more powerful derivative of B, which was a simpler derivative of BCPL, which was based on CPL.

    >from my opinion, sooner or later C gonna be fading.
    This is not likely. Do you have any idea how much C code is floating around the world? To kill C we would have to rewrite all of it in another language. Since that isn't going to happen anytime soon, C will be around for some time.

    >The 'C' language was named after the second letter (as the second language).
    That's an iffy statement since most everyone knows that it could be named using the second letter of BCPL or the next letter in the latin alphabet. Dennis Ritchie never fessed up about that.
    My best code is written with the delete key.

  2. #17
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    Originally posted by Prelude
    That's an iffy statement since most everyone knows that it could be named using the second letter of BCPL or the next letter in the latin alphabet. Dennis Ritchie never fessed up about that.
    yeah, because we all know how innovative programmers are when naming languages... C++?
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  3. #18
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    It is reasonably well unknown that Dennis Ritchie had a homework assignment to create a programming language. It originally had no name, but when the assignment was returned, he found he had gotten a grade 'C' for his work. So being the pragmatic minimalist, that was good enough to be the name of the new language.

    Many years later, Bjarne Stroustrup had a similar homework question. Although he had copied a large part of someone elses homework, there were many useful additions to it, and it got a grade of 'C++'.

    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  4. #19
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    oh i see... so two of the most powerful and widely used programming languages were homework assignments that didn't get higher than a B-?

    lemme guess... somebody had a homework assignment to create an assessment test and got an A+ on it... then they went ahead and made it a standard certification?
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  5. #20
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >so two of the most powerful and widely used programming languages were homework assignments that didn't get higher than a B-?
    C and C++ are both greatly flawed, but 95% of the PC market proves that flaws and popularity don't always go hand in hand.
    My best code is written with the delete key.

  6. #21
    Rabite SirCrono6's Avatar
    Join Date
    Nov 2003
    Location
    California, US
    Posts
    269
    > I remember reading something about a two languages before C, called A and B.

    A (if it is short for anything ) could be Alambik. I recently found out about Alambik. So if it stands for anything (and it exists ) I think it's Alambik.

    >From my opinion, sooner or later C is going to be fading.

    >From my opinion, C is FAR from fading.

    I think it is far from fading, those who think C will not fade could be wrong. Now, I don't think it will a lot, but theres a chance. Plus there is still C++, which I'm sure will not fade...
    From C to shining C++!

    Great graphics, sounds, algorithms, AI, pathfinding, visual effects, cutscenes, etc., etc. do NOT make a good game.
    - Bubba

    IDE and Compiler - Code::Blocks with MinGW
    Operating System - Windows XP Professional x64 Edition

  7. #22
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    >>which I'm sure will not fade...

    I'm sure they thought the same of other languages, all languages go through cycles of popularity, some don't regain strength, some do. It's the same with everything (for instance, clothing fashion).
    PHP and XML
    Let's talk about SAX

  8. #23
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    according to this:

    http://www.levenez.com/lang/history.html#05

    C came from B which came from BCPL

    It's a very cool chart by the way.

    edit: oh and "A" is along a different lineage
    Last edited by FillYourBrain; 11-25-2003 at 12:46 PM.
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  9. #24
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    I wonder if that chart's correct...it all came from fortran? didn't see that coming.
    PHP and XML
    Let's talk about SAX

  10. #25
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    there are roots that start later. Not all stemming from fortran. But it does seem to give credit to fortran that they were first.
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

  11. #26
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    I was referring to the big long string that C came out of, it can be traced all the way back to fortran. I didn't realize how old Fortran was...I didn't look to see where Cobol and a few others were on there.
    PHP and XML
    Let's talk about SAX

  12. #27
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    wow... that really is a neat chart... I can't verify if it's right or not though...

    >>I think it is far from fading, those who think C will not fade could be wrong. Now, I don't think it will a lot, but theres a chance. Plus there is still C++, which I'm sure will not fade...

    have what about c-sytle strings... I think that as long as there will be C++, there will be C. even though you may not realize it, alot of what you write in C++ comes from C...
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  13. #28
    .
    Join Date
    Nov 2003
    Posts
    307
    I'm older'n dirt and have seen and been paid to code in lots
    of languages. COBOL will probably never go away. It IS used
    for new development, there are four COBOL coders in my
    division, doing both maintenance and new development.

    Languages that you think are really off to the side of
    mainstream, like maybe ADA or Pascal, are still in use. The DIANA
    object in Oracle (the actual query execution engine) is written in
    ADA, for example.

    What usually happens is that folks go off in a new language
    direction, mostly because they are academic types with
    ideas. Then a new language comes up. For reasons more of
    history and pure chance than anything else, a dialect of the
    new idea will spawn off and become a defacto standard.
    Forth is the basis for PostScript - PS is a PDL, (page
    description language) and is essentially non-procedural. No
    one develops anything much in Forth, but PS is extremely
    active because of Adobe Systems and PS printers. And Forth
    was based on Pistol, the grandfather of stack oriented
    langauges which is now defunct.

    The rate at which new languages appear and become important
    has not slowed down. PHP is about 8 years old, java as well.
    Both are extremely important. Jython is Python with java classes enabled - a superset of Python. It's new and in extensive use.

  14. #29
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751
    Originally posted by Prelude
    >so two of the most powerful and widely used programming languages were homework assignments that didn't get higher than a B-?
    C and C++ are both greatly flawed, but 95% of the PC market proves that flaws and popularity don't always go hand in hand.

    Funny you should say that
    Warning: Opinions subject to change without notice

    The C Library Reference Guide
    Understand the fundamentals
    Then have some more fun

  15. #30
    Registered User khpuce's Avatar
    Join Date
    May 2003
    Posts
    165
    Though academic institutions do tend to teach the newest languages and discard the old ones, it does not mean those are fading away. One of my friends is working with a company designing a very complicated image recognision system and for some reason (which I can't even imagine), they are using Pascal

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Why C Matters
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 136
    Last Post: 01-16-2008, 09:09 AM
  2. Strange loop
    By D@rk_force in forum C++ Programming
    Replies: 22
    Last Post: 12-18-2004, 02:40 PM
  3. Languages dying
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 07-29-2003, 10:08 AM
  4. Languages
    By KrAzY CrAb in forum A Brief History of Cprogramming.com
    Replies: 23
    Last Post: 02-18-2003, 12:23 PM
  5. Programming Languages
    By DarkViper in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 12-12-2002, 02:28 PM