Computer language that you like most...

ms_cs
@ms-cs-Ab8svl โ€ข Oct 25, 2024

Hello s,

We are working with number of computer languages in our life...We choose the language as per the advantages of the language and while choosing we are considering our requirements also...
Here post the language or software name that you like most to develop the applications,and specify the feature that you like most in that language...
One more thing this thread is not only for CS s...This thread is for all s.......

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    @thebigk Apr 10, 2009

    Where's RUBY? Where's PERL? Where's PHYTHON? ๐Ÿ˜

    Just a doubt: Is .net a language?

  • ms_cs

    @ms-cs-Ab8svl Apr 10, 2009

    Only 6 options...So I couldnot put more๐Ÿ˜‰


    .NET is a framework and not a programming language. Hence we cannot compare .NET with other programming languages.

    .NET framework has CLR (Common language runtime) which has the runtime libraries for all the languages supported by .NET. It is the responisbility of the runtime to take care of the code execution of the programs written using programming language.

    .NET framework performs responsibilities like garbage collection (memory management) code access security code verification etc. In case of other programming languages these responsibilities has to be carried out by a programmer or s/w developer developing the application.

    Advantage of using .NET is you can still continue programming in the language you are comfortable with.

    However I put that here...Because somebody may feel more comfortable with that ..This is used to create the web and other application also...Hence I could not ignore that...

  • ms_cs

    @ms-cs-Ab8svl Apr 10, 2009

    What is yours choice CEans...Start voting...

  • MaRo

    @maro-Ce3knx Apr 10, 2009

    I ticked all, I like all of them.

  • ms_cs

    @ms-cs-Ab8svl Apr 10, 2009

    MaRoI ticked all, I like all of them.

    You like to work on all these...Great...๐Ÿ˜€
    Sometimes I feel C language as inflexible while working in string processing projects...

  • HEART-HACKER

    @heart-hacker-nZz25T Apr 11, 2009

    ๐Ÿ˜• U wrote C language and again wrote C++ THEN WHERE is C# ???

  • ms_cs

    @ms-cs-Ab8svl Apr 11, 2009

    @HEART-HACKER: what is your confusion?

  • safwan

    @safwan-NH7W5Y Apr 11, 2009

    i like vb as its successor of BASIC and easy not like object -oriented .

  • Ashraf HZ

    @Ash Apr 11, 2009

    C is great for me. I've used it in many situations.. numerical algorithms, software, microcontrollers... May not be the most efficient or optimized in some situations, but it was always easy to implement and prototype engineering ideas ๐Ÿ˜€

    Some languages I'd love to keep working on is Python. Scheme and Smalltalk are worth a look too.

  • silverscorpion

    @silverscorpion-iJKtdQ Apr 11, 2009

    I prefer C.
    One reason is, it's very simple and has no hassles.
    The other is, I personally happen to use C in more places than I use any pther programming language.

    Then again, I miss MATLAB in the list. Though it can't be strictly called a programming language, it's a great tool especially for electronics engineers. it can be used to simulate and analyze many phenomena easily. I've been doing programming things in MATLAB nowadays, whenever possible.

  • Yamini L

    @yamini-uMEVDQ Apr 11, 2009

    My vote is for C,C++ and JAVA..All three are my favorites..

  • durga ch

    @durga-TpX3gO Apr 11, 2009

    with little programming I do.. I prefer C ๐Ÿ˜

  • safwan

    @safwan-NH7W5Y Apr 12, 2009

    hay any one for biginers tryout small basic.

  • Anil Jain

    @CrazyBoy Apr 12, 2009

    I like PERL, Ruby, VB, Shell scripting and Python... ๐Ÿ˜€

    But got option to tick only one out of 5 ๐Ÿ˜”

    -

  • komputergeek

    @komputergeek-Yf5hJ4 Apr 12, 2009

    I like Python,shell script,Java and C.Don't have much experience with C++ and hate VB.

  • Anil Jain

    @CrazyBoy Apr 12, 2009

    Any particular reason you hate VB?

  • ms_cs

    @ms-cs-Ab8svl Apr 13, 2009

    I like PERL, Ruby, VB, Shell scripting and Python... ๐Ÿ˜€
    But got option to tick only one out of 5 ๐Ÿ˜”
    I miss MATLAB in the list

    s, While creating a poll I could create only 6 options๐Ÿ˜”....

  • nakul dhande

    @nakul-dhande-ufQnzR Apr 13, 2009

    i would vote for C language cause that's the only language i know ๐Ÿ˜
    i have a doubt here, if i were to learn a new language,which one should i go for and why?๐Ÿ˜•

  • ms_cs

    @ms-cs-Ab8svl Apr 13, 2009

    nakul dhandei have a doubt here,.....๐Ÿ˜•

    Learn JAVA,J2EE...Java Language is Interesting And Flexible One Too๐Ÿ˜€...

  • nakul dhande

    @nakul-dhande-ufQnzR Apr 13, 2009

    thanks ms_cs, can u suggest me any books for starting with java?
    and one more question, can we modify BIOS settings with the help of a C program?

  • ms_cs

    @ms-cs-Ab8svl Apr 13, 2009

    nakul dhandethanks ms_cs, can u suggest me any books for starting with java?
    and one more question, can we modify BIOS settings with the help of a C program?


    Did you already planned to learn java ?????

  • nakul dhande

    @nakul-dhande-ufQnzR Apr 13, 2009

    well, i have it in my next semester, so i have to do it anyways ๐Ÿ˜ so trying it in holidays wont hurt me (at least i think so ๐Ÿ˜‰)

  • ms_cs

    @ms-cs-Ab8svl Apr 13, 2009

    Fine......
    Java-The Complete Reference by Herbert Schildt is a famous book for beginners ...It is not needed to go to any computer institute...With this book you can make your base very strong...

  • komputergeek

    @komputergeek-Yf5hJ4 Apr 13, 2009

    crazyboyAny particular reason you hate VB?

    I have done 5 mini projects in VB.And everytime I faced some problems in data reports,database connectivity,DLL files, database drivers etc and when I searched for solution on internet, I found that those problems were in VB itself and not in code.

  • Ashraf HZ

    @Ash Apr 13, 2009

    For me.. VB was the first language I learnt in high school. It was quite fun to create the forms, buttons, etc ๐Ÿ˜€

    I think it is quite nice that MS is offering Visual Studio 2008 Express for free. Even for express versions, the IDE tools are quite powerful.

  • Anil Jain

    @CrazyBoy Apr 13, 2009

    Agree ASH !!

  • safwan

    @safwan-NH7W5Y Apr 14, 2009

    Vb is my first programming language too. and may be last but still studying it in high school.

  • Nadine

    @nadine-ae7oRv Apr 14, 2009

    As I see many others of you chose the Clanguage as well.
    It is my favourite one because it is always easy to implement and I'm most comfortable[FONT=&quot][/FONT] with it because I use it most.

  • Raviteja.g

    @ravitejag-02nJVr Apr 15, 2009

    i ticked the launguages C and JAVA because i don't know any other launguage

  • Saandeep Sreerambatla

    @saandeep-sreerambatla-hWHU1M Apr 17, 2009

    I love working on C , that is the language i learnt first and then C++ and VB too...

  • gosgirl

    @gosgirl-IX849s Apr 19, 2009

    It's so hard for me to choice,because I like all.



    _______________________________
    #-Link-Snipped-#
    #-Link-Snipped-#
    #-Link-Snipped-#

  • Anil Jain

    @CrazyBoy Apr 19, 2009

    Beauty of C is if you learn its c oncepts you can work on any of the langugae with syntex support.

  • arunhero99

    @arunhero99-LRZv4M Apr 19, 2009

    Beauty of Java is the absence of pointers. I hate C++ for that... ๐Ÿ˜€
    Really missed python in this list. I think every kid should be taught VB along with java/C as a beginner and after reaching intermediate level should be taught a scripting language python/perl along with front end jsp/asp. then they should be allowed to take up anything in their interest.

  • silverscorpion

    @silverscorpion-iJKtdQ Apr 19, 2009

    Absence of pointers?
    I really like pointers, and I think C and C++ are unique in that respect.
    I'm not very well versed in manipulating pointers and all, but I sure like pointers very much.
    That might be one of the reasons I like C very much.

  • arunhero99

    @arunhero99-LRZv4M Apr 19, 2009

    Ha Ha... That was a joke. When i was in school i struggled a lot with c pointers. but you need to struggle first to be an expert later.

    anyway, i will give u a tip about pointers. a good percentage of the security vulnerabilities in C n C++ comes because of pointers. it may be powerful but its insecure to an extend.

  • Anil Jain

    @CrazyBoy Apr 19, 2009

    Very true!!! If we groom a kid like this, He would be real hard core coder in future.

    ๐Ÿ˜

  • silverscorpion

    @silverscorpion-iJKtdQ Apr 19, 2009

    Oh, is that so? I was not aware of that.
    Could you pls tell how pointer becomes a security issue? Some examples perhaps..

    Anyways, thanks for the tip. I'll remember that.

  • ms_cs

    @ms-cs-Ab8svl Apr 20, 2009

    The drawback of pointer in C maybe that if used carelessly, you can access and overwrite some critical memory. For Eg: if you declare an array of 5 ints, arr[5]. and if you try to write on arr[5], you will end up writing outside the array, and eventually corrupt some memory location. So data security is lost while handling pointers.

  • ms_cs

    @ms-cs-Ab8svl Apr 20, 2009

    silverscorpionAbsence of pointers?
    I really like pointers, and I think C and C++ are unique in that respect.
    I'm not very well versed in manipulating pointers and all, but I sure like pointers very much.
    That might be one of the reasons I like C very much.

    pointers makes the language more flexible..proper handling should be there

    Me too like pointers

  • Anil Jain

    @CrazyBoy Apr 20, 2009

    C is nothing without pointers. Pointers makes the C such a powerful language.

    -CB

  • arunhero99

    @arunhero99-LRZv4M Apr 28, 2009

    further, a major sample of pointer vulnerability is Buffer overflow exploit. to exploit stack overflow 90% times hackers manipulate return pointers to point it to some restricted buffers/memory. you just leave a simple pointer unattended, you will have no idea how manipulating it will affect the whole memory around it, stack or heap. it can give a great control over the whole process flow.

  • shalini_goel14

    @shalini-goel14-ASmC2J May 7, 2009

    I love working in Java so my vote goes for Java. ๐Ÿ˜‰

  • Saandeep Sreerambatla

    @saandeep-sreerambatla-hWHU1M May 7, 2009

    crazyboyC is nothing without pointers. Pointers makes the C such a powerful language.

    -CB

    '

    i agree!!!