Thread: Language of choice after C++

  1. #1
    Registered User gandalf_bar's Avatar
    Join Date
    Oct 2003
    Posts
    92

    Language of choice after C++

    I know you guyz all love C++ very much. Me too. But to depend only for one language is not wise. So I started to learn another language. I learn C#, Java, Python. I learn just a little. I know ideally it would be good to master all language so you can choose the most suitable language for project. But 24 hours / day is not enough to learn all the things. So you have to choose to master only one language more.

    It is hard to decide which language I should learn. I have try them all and still I cann't choose the perfect one for me.

    Java
    The documentation is very good. Multiplatform. You don't have to pay fee to learn this language. There are some in-depth tutorials in internet like from Sun website and Bruce Eckel. But I never like the GUI.

    C#
    Not really multiplatform. I know there is project called Mono but it is still not mature. But the language is cool. To master this language, you have to buy book because I cann't find free in-depth tutorial in internet.

    Python
    Cool but.... I have not test this language very much. There are good tutorials outthere in internet so you don't have to pay fee to learn this language.

    They are all good. Right now I want to buy C# programming book because I choose C#. I don't have really good reason to choose C#. I just choose because I have to choose. Before I started learning this language, maybe you guyz could change my mind. Maybe there are suggestion from you guyz..... Before I dig in C# programming world, maybe you have some advice.... ( maybe " Don't choose C# because bla bla bla" or "That is the best language..., babe! YOu have done right thing" )

    It is hard to decide.....
    A man asked, "Who are you?"
    Buddha answered, "I am awaked."

  2. #2
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    How about a language that is not derived from C? Branch out into something completely different.

  3. #3
    5|-|1+|-|34|) ober's Avatar
    Join Date
    Aug 2001
    Posts
    4,429
    VB has to be my "second language"... mainly because it's fast to develop with and that's what they use here where I work. But that's just on the PC development side... I'm more a fan of the web languages: PHP/Javascript... I think I could happily program in PHP all day long everyday. Heck, I'm in the process of migrating some of our desktop applications to a web-based platform and I can't imagine why anyone every did it any other way (besides lacking in tools/experience).

  4. #4
    Registered User gandalf_bar's Avatar
    Join Date
    Oct 2003
    Posts
    92
    Quote Originally Posted by Thantos
    How about a language that is not derived from C? Branch out into something completely different.
    LIke what? Fortran? Perl? Lisp?
    Well, I think it is good to choose popular language than less-popular language.
    A man asked, "Who are you?"
    Buddha answered, "I am awaked."

  5. #5
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    Perl is actually fairly popular in certain areas. ober made a good point about VB and PHP (I love php). The point is find something outside of what you are familiar with.

  6. #6
    l'Anziano DavidP's Avatar
    Join Date
    Aug 2001
    Location
    Plano, Texas, United States
    Posts
    2,743
    C# and Java draw a tie with me

    C# - excellent language. I love it. However, like it has already been said, it is not really multiplatform. Microsoft is focusing on C# for Windows only and it doesnt look like they plan to port it anywhere else.

    Java - also a good language, and easier to write code in with the new language options now being put in. I think Java is not very ideal for desktop applications, and that other languages are much better for that, but I think Java is very ideal for embedded programs. Like in cell phones and such. That is the good thing about Java, it can be used on almost any platform you can think of.
    My Website

    "Circular logic is good because it is."

  7. #7
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I know you guyz all love C++ very much.
    I don't.

    >But to depend only for one language is not wise.
    How wise of you to say so.

    >I know ideally it would be good to master all language so you can choose the most suitable language for project.
    Even in an ideal world, mastering all languages would be a little much. A popular subset and vigilant watch on what's popular will do nicely.

    >I just choose because I have to choose.
    You don't have to choose. You can work toward a better understanding of C++. That would help you learn other languages. You can learn general programming techniques and concepts that can be used in any language and implement them in C++. You can see what the C-ites are up to.

    At the very least I feel that you should be competent in C, C++, Java and at least one scripting language such as Perl or Python. Learning a language like Lisp provides valuable lessons as well as pulls you away from the Algol-like syntax of C, C++ and Java. Once you have that base, meaning you don't have to master these languages, just be able to use them without copying out of a beginners manual, branch out based on what you see being used in the marketplace and what interests you.

    Or you could do what I did and just do what's most interesting. When something more interesting pops up, do that too.
    My best code is written with the delete key.

  8. #8
    Banned
    Join Date
    May 2004
    Posts
    129

    Post

    I used to work for a company called Bath Iron Works (I believe now a part of a company called General Dynamics since I've left). Although my job there was not design, I was able to see various "simulation" programs in the design phase of various ships. Surprisingly, the most commonly used language at the time to write and control the in-house simulations that I saw was ada (which I don't have any experience with by the way). I don't know if ada is a language designed for simulations (like list programming language is evidently designed for artificial intelligence).

    Another neat 'language' that I've seen is the Adaptive Modeling Language
    http://www.technosoft.com/aml.php
    it basically is an API for engineering design. This, and some other software (tecpilot), is how I got into graphics and programming (although I have done no professional work with AML).
    Last edited by vNvNation; 06-10-2004 at 09:25 AM.

  9. #9
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751
    Learn Python. it is an ubelievable language. easy to use and productive as c/c++. download from here and start programming and becoming productive in less than half an hour guranteed. here are some tutorials . With python you can do pretty much anything you can with the "other" languages. you have a plethora of gui toolkits to choose from, you can do games ,web programming. Nokia even loves python so much they are adding it as a developer tool , so you can start coding for their phones. Think of the possibilities!!!!!

    You even get to go away from the "C" type language becuase of its unique syntax. You code in python almost like your talking. Unbelievable.

    IMHO

    PYTHON OWNS!!
    'nuff said.
    Warning: Opinions subject to change without notice

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

  10. #10
    Seven years? civix's Avatar
    Join Date
    Jul 2002
    Posts
    605
    I was thinking more in an ASM direction... You have alot more control over the machine, and it's very multiplatform... Even though I don't know it, it's what I would choose if I decided to learn another language, which I wont.
    .

  11. #11
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    asm is not multiplatform, each chip can have its own asm commands, so it usually only works on one chip, unless all you are doing is simple commands. If you need to use cpu-specific extentions, the reason to use asm (to speed up multimedia, etc), your code will work on only one chip, or chips that support those extentions.

  12. #12
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >easy to use and productive as c/c++.
    More productive because it abstracts away the more powerful parts of C and C++.

    >With python you can do pretty much anything you can with the "other" languages.
    Provided you ignore mundane concerns like performance. I wouldn't want a frequently called yet complex system call to be implemented in Python, thank you.

    Python is excellent for prototyping as well as for production applications in some fields. The syntax is simple and easy to learn. I would rate the language as good all around, but it does have some issues that would make me think twice about "PYTHON OWNS!!" statements. Performance being one of those. Of the popular scripting languages these days, Python is the slowest. It also lacks a vast collection of libraries like Perl (and CPAN). Of course, I could be wrong on that last point as I don't keep fully up to date on such things.

    Unless the OP has a specific project in mind and can weigh the advantages and disadvantages of different languages, my suggestion still applies. Learn the language that seems most interesting.
    My best code is written with the delete key.

  13. #13
    Registered User whackaxe's Avatar
    Join Date
    Mar 2004
    Posts
    332
    PHP foreverz. i actually progrma much better in PHP than C++ so C++ is my 2nd language

  14. #14
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    C# is pretty good although I really don't like any language outside of C++. VB6 was quick and easy to learn and to develop in but C++ is just too powerful to give up. PHP... I use it but I don't like it very much. Its code always ends up to be messy and very inconsistant. Java is too strict and ASM is impractical.

    I say whatever gets the job done is good enough for me.

  15. #15
    Registered User caroundw5h's Avatar
    Join Date
    Oct 2003
    Posts
    751

    Red face

    Provided you ignore mundane concerns like performance. I wouldn't want a frequently called yet complex system call to be implemented in Python, thank you.
    With processors today. performence issues aren't what they once were. And if its really that critical, then code the necessary part in C/C++ or JAVA and call it as a library from python.

    It also lacks a vast collection of libraries like Perl (and CPAN). Of course, I could be wrong on that last point as I don't keep fully up to date on such things.
    dead wrong sweetie . and then some more just google it. And again. if you can't find the module, since you already have a base in programming just code it in C/C++ or java. There are modules for that as well. .

    'PYTHON OWNS
    ' PYTHON IS THE FUTURE!!!!

    'Python is the only reason to get outta bed in the morning

    [fanning the regligious flame]
    by the way the majority of languages are an abstraction on other languages. Thats what makes them better. C a better Asm if you will, C++ a better C, Java a better C++. Python a better language period[/fanning. fanning. fanning. ]
    Last edited by caroundw5h; 06-10-2004 at 12:20 PM.
    Warning: Opinions subject to change without notice

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

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Which Language? need help ASAP
    By jcw122 in forum Tech Board
    Replies: 7
    Last Post: 03-07-2005, 04:16 PM
  2. Strange loop
    By D@rk_force in forum C++ Programming
    Replies: 22
    Last Post: 12-18-2004, 02:40 PM
  3. assembly language...the best tool for game programming?
    By silk.odyssey in forum Game Programming
    Replies: 50
    Last Post: 06-22-2004, 01:11 PM
  4. Enough language discussions.
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 06-13-2004, 09:59 AM
  5. Menu Help
    By CJ7Mudrover in forum C Programming
    Replies: 7
    Last Post: 03-09-2004, 09:59 AM