I use php now for all my new linux scripts even if they aren't for web use. Personally, I find it the easiest because of the documentation on php.net and the amount of built in functions.
It might not be the fastest or most efficient language out there, but does it really matter for most scripts?
How is it a rapid application development environment? It's a scripted language just like Python, PHP, Ruby, etc.
CPAN has tons of libraries and code ready to go that you can pretty much do whatever you need in < 50 lines of code. That to me is a RAD environment.
WG
CPAN has tons of libraries and code ready to go that you can pretty much do whatever you need in < 50 lines of code. That to me is a RAD environment.
WG
Pretty much the same with Ruby Gems, PHP PEAR, etc.
[QUOTE=mrkris;15383497]What type of app, jay? If you need something fast, go with a scripted language.[QUOTE]
The only reason I like C# is the huge .NET libarary. The app I have been working on (No coding yet, still design) is a backend for a Web site, the front end will be done by others and talks to backend using Javascript / JSON / REST.
[QUOTE=jay23;15383553][QUOTE=mrkris;15383497]What type of app, jay? If you need something fast, go with a scripted language.
The only reason I like C# is the huge .NET libarary. The app I have been working on (No coding yet, still design) is a backend for a Web site, the front end will be done by others and talks to backend using Javascript / JSON / REST.
Comment