JavaFX Script Programming Language Raises More Questions Than AnswersMay 6th, 2008 The JavaFX Script Programming Language Tutorial by James Weaver at JavaOne 2008 was rather insipid. In my jet-lagged state, it was enough to put me to peaceful slumber.
Java Leads Again; VB in Massive DeclineSeptember 29th, 2005 According to TIOBE Programming Community Index Java is the leading programming language again, ahead of C and C++, its nearest rivals. Perl and PHP occupy 4th and 5th positions respectively attesting to the power of scripting languages.
Of Strategic Languages, Java's Adoption Is Highest - Forrester ReportJuly 17th, 2005 According to Forrester survey data and analysis, Java's 66% penetration is the highest among strategic programming languages for enterprise applications. Visual Basic 6 (VB6) and C/C++ have nearly as much penetration as Java, but VB6 is past mainstream support and C/C++ has a comparatively limited ecosystem.
Introduction To Ruby For Java DevelopersJune 30th, 2006 Most Java programmers attempt to use Ruby like they use Java, similar to the mistakes C/C++ programmers commit when transitioning to Java. However Ruby provides a cleaner programming paradigm which if embibed can be effectively used to solve your problems.
Java Continues As Leading Programming LanguageJune 6th, 2006 Java continues as the leading programming language according to TIOBE index updated on June 2006. Java is rated at 21.128%, an increase of 2.56% from June, 2005.
10 Reasons why You Should try Extreme Programming NowApril 1st, 2009 I am sure if you are associated with software developments or serious enterprise workships, you must have heard of XP or extreme programming. The core idea of XP is Agile programming that is fast and flexible and Iterative development.
Java Wins Programming Language of 2006 AwardJanuary 11th, 2006 Java has won the "TIOBE Programming Language of 2005" award. The Java language has increased its popularity in 2005 with 4.77%.
Java Gains in PopularityJuly 19th, 2006 Java increased its lead as the leading programming language according to TIOBE's index. PHP maintained its 4th position while Ruby moved up 13 positions to 17th.
Why A New Scripting Language for JavaFX?May 7th, 2008 I was intrigued by the fact that a new scripting language was designed for JavaFX, a new technology based on the Java platform, designed to enable consistent user experiences on desktop, mobile, TV, and other consumer platforms, where existing languages like Javascript or Groovy could be embraced and extended instead. A new language means a learning curve for a developer to get proficient at and also not be able to leverage the developer base of an existing popular language like Javascript or Gorrvy.
Crossing the chasm for millions of VB developersMarch 14th, 2005 Hundreds of influential Visual Basic developers (recognized by Microsoft's Most Valuable Professional program) have signed a petition demanding Microsoft should continue supporting Visual Basic (classic) as it is doing for C++. Microsoft's plan is to end support for Visual Basic and force a transition of millions of VB developers to VB.NET or other .NET languages.
Java or C#January 10th, 2004 On the old debate - C# versus Java
We have a new forum for you...March 3rd, 2008 We now have a forum dedicated to the viewers of this blog. Please use it to discuss technical topics of interest to you, issues that you would like me to address or by others, questions you would like to be answered.
Sun, JavaFX and its future, JavaOne 2008, JavaOne 2009...March 22nd, 2009 As many of you know, I was invited to JavaOne 2008 as Press Analyst by Sun Microsystems. I went all the way from India to attend the event.
Comprehensive AWK Manual & AWK ExampleSeptember 2nd, 2007 I extensively use awk (along with cut and grep) for data processing of log files or for any text processing needs. AWK is an excellent text processing tool / filter and report generator.
SEO Goldmine: Translator Plugin Pro 5.0 Supports Automatic Translation of WordPress Blogs in 14 LanguagesJune 13th, 2007 Angsuman's Translator Plugin Pro 5.0 allows automatic machine translation of WordPress blogs (2.0.x, 2.1.x, 2.2.x, 2.3.x and above) to maximum of 14 languages (32 languages for Translator Gold). Any blog written in English can be automatically and in real-time translated to Spanish, Japanese, Chinese Simplified, Chinese Traditional, Russian, German, French, Italian, Greek, Dutch, Portuguese, Korean, Norwegian (optional*) and Arabic.
May 8th, 2005 at 7:18 pm
I’m curious as to why you published this without any context or comment other than the title “An all time dumb question”.
First of all, just look at domain specific tasks: sysadminning would still be better taken care of in Perl for example; concurrent telephony applications in Erlang; device drivers in C; Prolog will probably be more effective for expert systems programming; Mathematica is highly specialized; Games like Doom offer scripting interfaces in lightweight languages such as Lua.
Even in generic programming, a lot of successful desktop, web, and enterprise programs are written in languages other than Java. Is it an “all time stupid question” to spend a little time considering your choice of language?
May 8th, 2005 at 10:11 pm
I did publish with some context:
An all time dumb question: [On programming languages]
May 8th, 2005 at 10:19 pm
BTW: I am sure you realize the content has been quoted from Oracle/Java FAQ. It was so blunt that it was funny.
What is my thought is anybody’s guess
I think that most of today’s programming needs are very well and effectively met by Java. However there are domains where I wouldn’t (yet) dream of using Java like device drivers etc. Sysadmin’s prefer perl because it is easy to hack and script. The reality is that it is probably because most of them aren’t properly trained in any programming languages upfront and perl is an easy to pick language (and powerful) like basic of old days.
May 8th, 2005 at 11:29 pm
aha, I missed the “Source: Oracle/Java FAQ”, and thought it was an overheard quote that you agreed with. Silly me.
That’s a very blunt comment for an FAQ! Though the sentiment does tie in with Oracle’s push away from PL/SQL towards Java.