Nov 7, 2009

Future Of Programming Languages - programming languages

free web hosting
Open Discussion > MODERATED AREA > Computers

Future Of Programming Languages - programming languages

mintywang
hmm...jus wondering, given that there'r many programming languages out there, that which is the best or most popular n most likely to outlast the rest.

Comment/Reply (w/o sign-up)

osknockout
Well, that's really an absurd question like "which is the best operating system"
but I think you could use a fair answer.

There is none. My favorite is assembly language [x86] but here's
a modest list of some good ones.

1)x86 assembly - closest to 1's & 0's, somewhat complex, 80% of computers smile.gif
2)C/C++ - almost every system, very popular, close to low level
3)PERL - now THAT's a good one. Public domain, a mesh of others, very useful
for string manipulation.
4)PASCAL - old good stuff
5)HTML and its little additions - self explained

And in answer to your question, I believe the above will last a while,
pascal because it was so standard.

Comment/Reply (w/o sign-up)

bizchina
QUOTE (mintywang @ Dec 30 2004, 09:02 PM)
hmm...jus wondering, given that there'r many programming languages out there, that which is the best or most popular n most likely to outlast the rest.
*



It all depends on what you want to do. If you want to program in Windows - and you are pretty new to programming and want to learn - then I definitely recommend Delphi as a fast way to producing programs for Win32 - and its quick to learn and has a very good IDE. I have used VB but don't find its as powerful as Delphi - not as well thought out - and quite slow. The same guy who "fathered" delphi is now working for Microsoft and I believ in charge of the C# development - which means C# should be quite good in the future. Its also part of Delph 9 - ( C Sharp) so you have the best of both languages to play about with and see which you prefer. BUT - C# in Delphi requires the Dot Net environment which means you need about 200meg of stuff installed on a Windows machine to run any programs you build with it - so its not ideal. Also - Delphi 9 is not stable yet - if you can get hold of Delphi 6 - or Delphi 7 personal ( they were given free by different mags at various times ) its a great way to learn - or they may still be available at www.borland.co.uk ( or dot.com ) and will cost you nothing to try.
Mike

 

 

 


Comment/Reply (w/o sign-up)

Zaideu
Look at this website biggrin.gif
http://www.tiobe.com/tpci.htm

Comment/Reply (w/o sign-up)

s243a
It has often been thought that as computers become more powerful the AI languages would become more popular. Looking at the list given by Zaideu, LISP is ranked 17 and PROLOG is not even on the list. It goes to show that AI languages are either to complicated or to slow to compete with procedural or object oriented languages. I started a discussion about programming paradigms and I was going to suggest embedding functional programming within an object oriented programming like JAVA. This would allow people to apply functional programming to web based applications. Logical programming sounds pretty cool but it hasn’t caught on yet either. I don’t see why it also couldn’t be embedded in object oriented programming. Then again common lisp does have object oriented capabilities so I wonder what JAVA has that common lisp doesn’t?

Comment/Reply (w/o sign-up)

bjrn
QUOTE(s243a @ Jan 17 2005, 10:08 PM)
I started a discussion about programming paradigms and I was going to suggest embedding functional programming within an object oriented programming like JAVA. This would allow people to apply functional programming to web based applications.
*


You know, a year or so ago we had Prolog at uni, and we were shown that you could write one part of something you wanted in Prolog and then call it from Java. I'll be darned if I remember how, but it was quite nifty. I should look it up and see if I can find it somewhere.

Having said that I didn't really like Prolog very much. tongue.gif


As for the future of programming languages I think we can expect a higher degree of abstraction, it's a process that started quite some time ago and I don't see it stopping anytime soon. You can see that as time goes by we get higher and higher levels. From machine instructions in the beginning to the hoard of easily readable languages we have today.

Comment/Reply (w/o sign-up)

alperuzi
Well not what the actual question asked but related to the title anyways. I think programming languages are going towards achieving artificial intelligence. If you trace the history of programming languages they get easier and easier in a sense. First there was punch card operated assemblers, then fortran, pascal, c which is procedural still and c++ which is object oriented. While a program may take a dozen or two lines of code in assembler, it may take two in C. Another benefit is that you can write bigger programs so complexity of software increases with ease of programmability. So in the long run it is going towards a programming language where you just tell the compiler what kinda program you want and you'll get it. Which is AI in itself.
So then the syntax would be like: "write me a FPS game that runs faster than Doom 3"
Of course needless to say, this is a long long time away.

Comment/Reply (w/o sign-up)

bjrn
QUOTE(alperuzi @ Jan 20 2005, 05:11 AM)
So then the syntax would be like: "write me a FPS game that runs faster than Doom 3"
Of course needless to say, this is a long long time away.
*


You want a FPS that's faster than Doom 3? Try Doom 2. tongue.gif
Okay, sorry, that was a bad joke.

I think we'll see things where you can generate (at least a large part) of an application from architectual diagrams. And I must say that I wonder how many programming jobs there will be around in ten or twenty years. Well, besides legacy code mentainance jobs, making sure old programs continue working & doing small modifications.

Comment/Reply (w/o sign-up)

veerumits
Every language has there own functionality and there facility to do complete the daily task to convert it into indirectly in computer form (i.e binary - 0/1). and also have limitation, facility but this is fact that we want to archive goal of Artificial Intelligence means to robotics in daily life. thanks god who give this model in daily life. what my view in this regard i say that there should be need of more enhancement in programing language. Language never old, it always young even tradition change to use old language.

Thanks

Comment/Reply (w/o sign-up)

Lightning73
As for developing web applications, it'll definitely be HTML (I heard the new HTML 5 doctypes were released?), PHP (great language!), and SQL for database management.

Comment/Reply (w/o sign-up)



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

This textarea will convert to Rich-Text automatically (IE, Firefox, Chrome)

Similar Topics

Keywords : future, programming, languages, programming, languages

  1. Sphere Online Judge (spoj)
    Programming Challenge Website (0)
  2. Project Euler
    Website(s) with computer programming exercises (1)
    Well, I tried to post this to the Programming Languages subforum, but it seems that I could only do
    so in one of the subforums there... As this is not related to any particular language, I posted it
    here (admins & mods, please feel free to move this to the right section, if this isn't it :))
    So, on we go... Some of you may have already heard about computer programming exercises... Some
    people create exercises and post them on the web, and other people solve them... It's fun, and
    helps you know your math and programming language a lot better... Recently, I found....
  3. Simple Is Beter - The Future Of Computers?
    In the future, what will computers be like? (3)
    -Computers - The future - Who knows - I often wonder what the average home
    computer will be like in ten or twenty years time; They seem to get larger, and have more functions,
    be faster, and have more RAM ect. People always look for speed when buying a computer - But is this
    really the way forward? If you have formatted your hard drive, then re-installed your operating
    system; you will have noticed, that things run very smooth, very fast, and with few or no error
    messages. But as soon as you have installed all your devices, media software, some games m....
  4. I'm Looking For Help With Programming (i Think)
    (3)
    I'm looking for someone who can help me figure out how to make a site the way I want it. I have
    made several websites, but what I'm looking to do now is make one where I can have members.
    Something where people can sign up and log in. I'm pretty sure there's some kind of special
    coding needed for this, but not sure what. I'm thinking it has something to do with php(no clue
    what that is), but I'm not sure. Any help and input would be GREATLY appreciated! Thanks in
    advance.....
  5. Artificial Intelligence In Service Of E-commerce
    Preview of future e-commerce services (6)
    I've just read an interesting article about the mentioned topic, and I had to ask Trap17 forum
    users of their opinion and perspective on this. As web is becoming more and more a medium for
    communication with visitors and less and less "a static page" it also gains a bit of "intelligence".
    Users now visit web sites and get a bunch of "recommendations", and alike stuff, based on their
    profile. That is sort of intelligence, namely artificial intelligence . At some point, when
    computers evolve and start using retinal scans, there should be no "login pages", and a visi....
  6. What Programming Languages Should I Choose?
    taking AAS in Computer Information Sys (17)
    I have a question to ask all the programming proffesionals out there. I'm going to college this
    fall for AAS in Computer Information Systems, and I would like to know what programming languages
    should I go for? I like Visual Basic, but that is required, I was thinking Java, C++, and one
    programmer for the state said I should take Cobol but my mother says it is boring and for the lesser
    businesses or whatever. What do you guys think? Topic titles and descriptions are important at
    Trap17. College Programming isn't that descriptive. Title and description rename....
  7. The Future Of Computers, What Do You Think?
    (18)
    Well, what do you guys think the future of computers will become? Will computers manage many of the
    things that humans do nowadays? I think a good example is the movie iRobot. I mean is our world
    going to become like that, if yes, well when do you think this will happen? Do you think we will be
    able at some point to travel as fast as the speed of light going from galaxy to galaxy?? I think we
    will, and i hope i am alive for when this happens. I wonder if one day we will be able to live in a
    nother planet. Who knows, but say what you think.....

    1. Looking for future, programming, languages, programming, languages

Searching Video's for future, programming, languages, programming, languages
See Also,
advertisement


Future Of Programming Languages - programming languages

Affordable Web Hosting, Low cost Web Hosting - ComputingHost.com