View Poll Results: Is c++ INFERIOR to functional languages?

Voters
7. You may not vote on this poll
  • NO

    2 28.57%
  • YES

    2 28.57%
  • CANT SAY

    0 0%
  • WHAT r FUNBCTIONAL LANGUAGES?

    3 42.86%

Thread: Functional programming languages... r they really functional?

  1. #1
    Registered User
    Join Date
    Feb 2004
    Posts
    7

    Question Functional programming languages... r they really functional?

    the functional programmers.. think that c++ is inferior to them... and that they are the cream of the programming fraternity... but has functional programming proved its competence???.. and is it a threat to the c++ programming community?
    (functional program : eg haskell, ML, O'Caml..,etc)

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Functional languages are a totally different concept and are therefore very well suited to solve some problems. They are not suited to solve other problems. I wouldn't consider them superior or inferior to any other programming concept, the comparison doesn't make sense.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  3. #3
    Registered User
    Join Date
    Feb 2004
    Posts
    7
    the practitioners of functional programming.... in #hprog in irc.freenode.net and www.hprog.org have something different to say.. they rate the c++ and other programmers as silly and novice..and argue that functional lang. r the most suited for all purposes... how much ever i argue they give counter argumentys and has succeeded in luring a lot of admirers for the functional programming langs..

  4. #4
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    We could rate them as overly idealistic and convoluted brains. Really, why do you care what other people think? If they think they're superior because of their language of choice, that's a good reason to ignore them.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  5. #5
    Registered User
    Join Date
    Feb 2004
    Posts
    7
    well.. its ok to ingnore ppl.. but if we ignore what other's say.. then doesnt it show our ignorance?.. imean.. what if they had a point...? we would have missed it?.. and instead of learning frm them we ignore them...? how more ignorant could we possibly get?.. and well.. what if there is some amount of truth in what they say?.. imean.. change is inevitable..rite?.. so well pardigms could change as well!! ? ?

  6. #6
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    I take a look at functional programming from time to time. You should too. Have some basic skills at it.

    Some people say that soon HLA (high level assembly) is going to replace C or even C++.

    They said that Python was going to completly remove so many other languages. Python now has a nice place among the other scripting languages, but in no way has it replaced them.


    So, for now I'm very comfortable with Java and C++ and I see no need to switch. As long as compilers don't go way beyond what they are now, I don't see functional languages as a big problem.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  7. #7
    Registered User
    Join Date
    Feb 2002
    Posts
    465
    and i thought i used the ellipsis a lot...
    I came up with a cool phrase to put down here, but i forgot it...

  8. #8
    Registered User
    Join Date
    Feb 2004
    Posts
    7
    in c++ compilers.. which one is the best?... is it vc++? or djgpp or borland?... i am talking about working with large serious projects... .. is there any "great" fsf or open source compilers for c++?( other than bloodshed)?

  9. #9
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    For Windows, I have little doubt that the newest MS compiler is the best in terms of standards compliance and general speed.
    The Intel compiler produces very good code for Intel CPUs, but I don't know about the speed of that code on AMD CPUs or the standards compliance.
    GCC (which is behind Bloodshed) is very standards compliant but the resulting code is not as fast as that of the other two.
    Had no recent experience with Borland.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  10. #10
    Registered User
    Join Date
    Feb 2004
    Posts
    7
    So u r saying that latest version of vc++ is best for windows environment. which one is the best.. or lets say the commonly used in linux( the programmers OS)? and finally.. which one do u use? well the statestics are just to make sure that i use the right compiler in the right environment. so that when people talk about codes and programming projects.. i dont find myself in an awkward position coz of the compiler i use!!

  11. #11
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Most common on Unix by far is GCC. That's what I use. On Win, I use VS.Net 2003, which is the latest MS one.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

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. Is C++ getting too complex for today's technology?
    By dxfoo in forum C++ Programming
    Replies: 57
    Last Post: 09-18-2005, 10:28 AM
  3. Strange loop
    By D@rk_force in forum C++ Programming
    Replies: 22
    Last Post: 12-18-2004, 02:40 PM
  4. Languages dying
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 07-29-2003, 10:08 AM
  5. Programming Languages
    By DarkViper in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 12-12-2002, 02:28 PM