I'm planning to learn a new scripting language. I'd like some ideas on which one to learn and why. Thanks in advance.
scripting language
Started by ged25, May 11 2009 01:38 AM
6 replies to this topic
#1
Posted 11 May 2009 - 01:38 AM
|
|
|
#2
Posted 11 May 2009 - 05:39 AM
Depends what your trying to do with it.
#3
Posted 11 May 2009 - 05:46 AM
I guess I'm looking for versatility.
#4
Posted 11 May 2009 - 05:47 AM
Desktop or web? What are you going to be developing? If its web id go with PHP if desktop id pick C/CPP.
#5
Posted 11 May 2009 - 05:57 AM
Isn't there something for both ? Maybe something like vbscript ?
In any case, I thought there would be any easier way to do some stuff on the desktop without writing a C program for it.
In any case, I thought there would be any easier way to do some stuff on the desktop without writing a C program for it.
#6
Guest_Jordan_*
Posted 11 May 2009 - 06:04 AM
Guest_Jordan_*
You can use PHP with GTK+ to develop desktop applications.
#7
Posted 11 May 2009 - 07:08 AM
There are a LOT of scripting languages. For web development, I recommend JavaScript. For applications, Python and Perl are pretty common. Things you have to consider:
1) What OSs do you want to script on? Bash is great for Linux, not so much for Windows. VBScript is the reverse.
2) What do you want to do with your script? Embed it in an another program, embed it in a web page, run it like a batch file, other?
Ultimately, being a scripting language just means it's interpreted rather than compiled.
1) What OSs do you want to script on? Bash is great for Linux, not so much for Windows. VBScript is the reverse.
2) What do you want to do with your script? Embed it in an another program, embed it in a web page, run it like a batch file, other?
Ultimately, being a scripting language just means it's interpreted rather than compiled.


Sign In
Create Account


Back to top










