s0ap
Regular Member
- Sep 23, 2008
- 218
- 847
Scripting languages are a subset of programming languages.
Damn my roots must be showing :]
C# or Python for beginners. I'm not a fan of Microsoft so I would say Python, but if you know that you will never need portability it is probably faster to prototype in C#; it also has native support for threads.
Scripting languages are programming languages.
The idea that the two types are separate ("versus") comes from people who are trapped in the mindset that a language cannot be both convenient and powerful. Mostly, these people have a C or C++ background, and they've worked hard to stay as close as possible to their language of origin (Java, C#). It's natural that they choose to denigrate whatever the new, popular language is this way.
Damn my roots must be showing :]
C# or Python for beginners. I'm not a fan of Microsoft so I would say Python, but if you know that you will never need portability it is probably faster to prototype in C#; it also has native support for threads.