Jump to content

scripting language

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
ged25

ged25

    Learning Programmer

  • Members
  • PipPipPip
  • 51 posts
I'm planning to learn a new scripting language. I'd like some ideas on which one to learn and why. Thanks in advance.

#2
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
Depends what your trying to do with it.

#3
ged25

ged25

    Learning Programmer

  • Members
  • PipPipPip
  • 51 posts
I guess I'm looking for versatility.

#4
BlaineSch

BlaineSch

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,448 posts
Desktop or web? What are you going to be developing? If its web id go with PHP if desktop id pick C/CPP.

#5
ged25

ged25

    Learning Programmer

  • Members
  • PipPipPip
  • 51 posts
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.

#6
Guest_Jordan_*

Guest_Jordan_*
  • Guests
You can use PHP with GTK+ to develop desktop applications.

#7
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
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.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog