Skip to main content

All Questions

8 votes
1 answer
5k views

How are scripting languages compiled?

I know the term "scripting languages" is just a subset of programming languages, but I want to refer to programming languages such as Python and Ruby among others. First of all, why don't we need a ...
chris's user avatar
  • 251
5 votes
2 answers
2k views

Alternative Scripting Language to Lua? [closed]

I would like to add scripting support to an applications and with plenty scripting languages available I am a bit overwhelmed. At first I thought about Python but I guess Python is a little too big ...
wirrbel's user avatar
  • 3,048
2 votes
3 answers
2k views

How did Python become popular as a scripting language? [closed]

I looked at it in my field of work, which is film and pretty much every software we use comes with python as a scripting language: http://en.wikipedia.org/wiki/List_of_Python_software That made me ...
Joan Venge's user avatar
  • 1,970
29 votes
5 answers
18k views

Is programming in Python faster than in C, C++ or Java? [closed]

There's a widespread belief among programmers that the more dynamic and loosely typed the language, the more productive the programmer will be in it. Guido van Rossum wrote about programming ...
Kit Sunde's user avatar
  • 402