Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!

Toggle shoutbox Shoutbox Open the Shoutbox in a popup

@  agyat : (24 May 2013 - 05:15 PM) O Dear, Where Are You? Without Your Words This Sb Is ..
@  agyat : (23 May 2013 - 01:23 AM) Wow! Mr. Sb Back Home.
@  OpaQue : (23 May 2013 - 12:44 AM) Ting
@  OpaQue : (24 April 2013 - 02:44 PM) I guess, Time to run Mycent script.
@  OpaQue : (24 April 2013 - 02:43 PM) wow.. not much spam. except habatt posting lot of links.. :P
@  yordan : (23 April 2013 - 01:04 PM) You're welcome, agyat. Nice to have been helpful. Second lesson: try full words, "you" instead of "EW".
@  agyat : (23 April 2013 - 05:03 AM) @YORDAN: tHANK EW FOR YOUR FIRST LESSON.   :D
@  yordan : (22 April 2013 - 09:43 PM) @agyat : "why don't you help me", or "please help me", or "please teach us"
@  yordan : (22 April 2013 - 09:42 PM) welcome back, velma
@  velma : (22 April 2013 - 07:51 AM) **yawns** Good to be back, wonder what is going on here :)
@  agyat : (22 April 2013 - 03:50 AM) Oh! so, why don't help me learn english..
@  yordan : (21 April 2013 - 08:38 PM) The goal mentioned by shiu : "learning english, learning computer"
@  agyat : (21 April 2013 - 06:31 PM) WHAT GOAL?
@  yordan : (20 April 2013 - 10:39 AM) yes, that's our goal. simultaneouly learning English and teaching/learning computer using.
@  shiyu : (20 April 2013 - 07:30 AM) learning english,learning computer
@  yordan : (19 April 2013 - 01:11 PM) Oh, I see, it's just a trick in order to force people looking at your texte. Somehow smart, maybe.
@  agyat : (19 April 2013 - 02:54 AM) And of course I know it is not SEO friendly.
@  agyat : (19 April 2013 - 02:52 AM) There may be two possible answers for that ....


1) Shout was posted using mobile keypad.

2) To force people read content carefully and/or with more concentration.
@  agyat : (19 April 2013 - 02:49 AM) There may be two possible answers for that ....
@  yordan : (18 April 2013 - 09:35 PM) however, why this mixing of capital letters in the middle of your text?

Replying to Favorite Programming Language


Post Options

    • Can't make it out? Click here to generate a new image

  or Cancel


Topic Summary

Ananya

Posted 02 May 2012 - 11:15 AM

I personally like java. But for anyone who likes programming its all about logic implementation and language is truly immaterial. In VB like programmes are being made quickly you don’t have to take care of the language constructs. I like java as it is cross platform and truly secure. Sun Microsystems people made java so that they don’t throw away older things right away. Like in java 1.4 there wasn’t any generics for collection framework. But with jdk1.5 generics is there i.e. type information can be associated with collection classes and interfaces. But at runtime this type information is deleted through a process called type erasure so at runtime both pre generics and post generics collection objects are same. So they keep on changing things as per need but keeping intact older things.









Note:please delete the duplicate reply for the same post made a few minutes back as guest_ananya

yordan

Posted 26 October 2011 - 07:54 PM

OK, now I agree.
LANGUAGE, and not PROGRAMMING LANGUAGE.
C, fortran, Cobol are programming things. html is only a language.
And if I start speaking German, this will be quite a program. :unsure:

manuleka

Posted 26 October 2011 - 07:03 PM

I would say that html is somehow like PosCript, it's a way of describing how to display a page, it's falsely named "programming" although it's a kind of language, because it has it's own syntax.


agree, and also because HTML says it all - HyperText Markup LANGUAGE :unsure:

yordan

Posted 26 October 2011 - 08:49 AM

I would say that html is somehow like PosCript, it's a way of describing how to display a page, it's falsely named "programming" although it's a kind of language, because it has it's own syntax.
html is often married with php, which looks like a real language.

manuleka

Posted 26 October 2011 - 08:21 AM

I would like to say here that although programs can be interpreted (e.g. PHP) or compiled (e.g. Java, C), markup languages such as HTML, XML cannot be considered programming languages, as they do not enable one to write an algorithm in order to perform calculations or do anything. Rather, HTML describes the structure of web pages (and XML similarly with documents)...


i guess it really comes down to how one sees a programming language to be... HTML is interpreted on the fly, some characteristics of Java falls in the same line

FirefoxRocks

Posted 26 October 2011 - 05:34 AM

I would like to say here that although programs can be interpreted (e.g. PHP) or compiled (e.g. Java, C), markup languages such as HTML, XML cannot be considered programming languages, as they do not enable one to write an algorithm in order to perform calculations or do anything. Rather, HTML describes the structure of web pages (and XML similarly with documents).

Personally I prefer JavaScript and PHP, as they are more prominent in web-based applications, however in high school we used Java in grade 11 and C in grade 12. In University the introduction to programming course teaches Java, however I've heard that other programming courses use C. Both of them I am comfortable with.

Of course I've heard of things like BASIC, C++, C#, etc., but I've never really investigated or used them.

manuleka

Posted 27 May 2011 - 03:33 PM

i think it's once yea have set a ground foundation on many languages, you can sit down and pick a particular language to focus on... or a particular language that one favors... because when you master one language, it will be much easier to move around working with other languages...

but for me... i don't really like hard-core programming so i stick to scripting

php (but i prefer css/html and javascript ;) if they are even considered languages)

starscream

Posted 27 May 2011 - 02:46 PM

I started with C programming first and then later moved to C++ as per college course. I found both these languages boring because i was tired of creating console programs. Then there was matlab and scilab in my course. Mathworks was there as well for one lab paper and later similar scientific languages were there for the semister.

Personally i studied java from my own online tutorials and then learned python as well. Python was the easy language i learned so far. The syntax was very easy in comparison to other programs and you can also learn how to program effectively. Now that i learned these important languages my current focus is on Ruby and C#. Ruby on rails is the one that i'm thinking for my web development projects. It's not that easy when you're playing with too many languages. So from my experience i can tell you that you should consider learning python first then move on with C/C++ and then C#. I don't know what's the benefit of java in long run but i guess .NET framework is recognized by many software developers and it is preferred over many other run-time environment.

So there isn't any favorite language of mine. I just try to learn the language as per my project requirement and move on. This way i don't become language biased or religious which is my goal in both on and off programming world. But still to answer OP's question, python and C# are the favorite.

Quatrux

Posted 18 October 2010 - 05:38 AM

I personally used a lot of c, c++ and basic, but now I mainly do web development and oracle, with oracle I use PL/SQL and in web development I am using the standard PHP, MySQL, HTML+CSS, Javascript, mainly JQuery..

I also now a lot of C# and sometimes I need to write an application with it.

vistz

Posted 16 October 2010 - 07:22 AM

Yea, I'm up for a poll. If you do in fact make one, don't forget to add languages such as Python and Perl. Maybe add Ruby in as well.

Review the complete topic (launches new window)