Hi, I would like to learn a new scripting language.. there are couple of candidates...ruby,python,perl etc. Other than JavaScript i have no scripting experience. What will be your Recommendation? and why? Thanks, Achit Bhatnager
-----------------------------------<br />"Life is game,Cricket is serious."<br />-----------------------------------
himanshu patel
Ranch Hand
Joined: Feb 03, 2003
Posts: 205
posted
0
You can consider PHP too. PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.And ofcourse it easy to learn.
If you want to become a rich, do not work for others but make others to work for you.
Peyton McCullough
Ranch Hand
Joined: Feb 07, 2004
Posts: 31
posted
0
Depends, what are you learning it for? Java-related purposes? Then go with Jython.
Frank Carver
Sheriff
Joined: Jan 07, 1999
Posts: 6911
posted
0
Groovy is also getting a lot of interest at the moment, and it's more "java-like" than Jython.
Bleh. I find Jython very interesting and very easy for beginners. Plus, you can use Python in other places too.
achit bhatnager
Ranch Hand
Joined: Apr 19, 2002
Posts: 50
posted
0
Thanks Guys, I have an even more basic question. When to go for scripting langauge? I'm not sure how/when/why to use a script language except in Web Development.
Adrian Yan
Ranch Hand
Joined: Oct 02, 2000
Posts: 688
posted
0
When you need to do something quick, and easy. In my experience, most of the time, scripting language offers better O/S integration, and text handling. For example: I would use Bash, Tcl when I need to do a some basic text handling, I can use Java I/O, but a 10 lines script is alot more easier.