Tagged Questions

The tag has no wiki summary.

about the scripting tag | top users | new answers | synonyms

4
votes
2answers
203 views

What's better right now: IronRuby or IronPython? [closed]

I have plenty of experience with both Ruby and Python, and I'm looking to embed either one of these on a C# application I'm developing. I don't really care which, but I'd like to know which one …
0
votes
0answers
4 views

Automation in Perl script [migrated]

I am running a perl script. In my perl script, I check the current date and the folder name(which is also in the date format like for example 11-12-07). This perl script run automatically when It …
0
votes
1answer
45 views

Should I implement functionality for an xml file+schema?

I am working on a script to get data from excel spreadsheets to a database. The data is from surveys conducted by our office where the data comes in with very little formatting. At the moment, the …
4
votes
4answers
228 views

Understand scripting language

Quoted from Wikipedia: A scripting language, script language or extension language is a programming language that allows control of one or more applications and makes the compiler of the …
3
votes
1answer
132 views

Can Powershell do anything that Iron Ruby can't?

I am torn between learning myself some Powershell or just leveraging my existing Ruby knowledge for the various Windows scripting things that I do from time to time. Powershell does look incredibly …
2
votes
2answers
103 views

Do some interpreted languages only load the scripts once?

The benefit of a compiled application was that all the libraries and classes are loaded one time and sit waiting for input right? I come from a background working with PHP and the resources/classes …
3
votes
6answers
157 views

I need to know the reasons why learning Linux Shell Scripting (BASH) benefits me as a PHP developer

I have been developing web sites/applications using the LAMP stack for almost 5 years. Currently I am interested to dig more into Linux OS, specifically BASH but from a web developer perspective, not …
3
votes
1answer
128 views

Good Game that has Scripting Support

I've volunteered to lead a programming club at my son's middle-school. We've covered a lot of fun topics, including showing them how to use a game engine to build 3D interactive environments. One …
1
vote
2answers
76 views

How to comfortably monitor 5 daemons while developing them?

This is the scenario: I'm on this project for which I wrote 4 Node.js scripts that act as "servers" for some service (they have to be separated). I also use Redis, that is another service to keep an …
15
votes
14answers
719 views

What Impact Do Scripting Languages Have on Junior Programmers?

I had a discussion with one of my teachers the other day. We debated the impact that simpler scripting languages (like Python or Ruby) have on junior programmers. He argued that scripting …
10
votes
4answers
591 views

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

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 …
3
votes
3answers
610 views

Why Python and not Lua?

Why has Python been backed by google and become so rapidly popular and Lua has not? Do you know why Lua has stayed in background?
1
vote
5answers
95 views

Catching typos or other errors in web-based scripting languages

My background is mainly strongly typed languages (java, c++, c#). Having recently gotten back to a bit of javascript, I found it a bit annoying that if I misspell something by accident (for example …
2
votes
4answers
163 views

Scriptable user-interfaces/frameworks for automated UI testing

I'm planning on using scripting for automated UI testing. Main application is written in c#, and I want it to be scriptable, so I can do everything end-user can do, but programmatically. What do you …
4
votes
8answers
201 views

Should a .NET, JavaScript and SQL Web App developer learn Perl?

I'm a front and backend .NET web developer (most solutions use MS SQL Server) and I won't be using any non-MS solutions for a while. Will Perl be useful for situations that require scripting in an MS …

1 2
15 30 50 per page