Tagged Questions
The scripting-languages tag has no wiki summary.
8
votes
6answers
711 views
Would javascript and similar scripting languages benefit from being strongly typed?
Just had my mind going today. I spent some time in IE debug mode, browsing the web as usual, and oh boy do I see many errors :) Most of these errors are because some value are of a different type than ...
6
votes
7answers
226 views
Scripting languages and Game Dev/Programming
Okay, so I've been getting into 2D game developing/programming , and many games I've seen use some sort of scripting language too. So I'm wondering - What's the purpose of using scripts in games? I ...
5
votes
9answers
489 views
Parsing question
I am creating a scripting language to be used to create web pages, but don't know exactly where to begin.
I have a file that looks like this:
mylanguagename(main) {
OnLoad(protected) {
...
4
votes
2answers
1k views
What scripting languages can be used with the HTML5 canvas element?
What scripting languages can be used with the HTML5 canvas element? This question may really come down to "what scripting languages are commonly supported by browsers?"
Nearly all of the HTML5 ...
2
votes
3answers
138 views
Best language for scripting large scale file management
The National Park Service's Natural Sounds Program collects multiple terabytes of data each year measuring soundscapes. In your opinion, what is best available scripting language to manage massive ...
1
vote
7answers
195 views
Are algorithm benchmarks in PHP pointless?
As PHP is simpler for me I wished to benchmark algorithms in it for fun, and I chose to do factorials.
The recursive function completely flunked in speed when I got up to 80! compared to the ...
1
vote
1answer
90 views
Inspiration for easy-to-use, probably graphical, scripting language
I have to implement some scripting capabilities in our product. The scripting will typically be used for simple things such as:
IF param1 > 5 + param3 AND current time > 18.00:
SET param2 TO ...
0
votes
1answer
190 views
ios Terms and scripting languages
i was looking at several lua/objective-c implementations that looked promising for a project i want to create ,but with an exception that i wanted to be able to download the scripts at runtime.Then i ...
0
votes
6answers
211 views
Scripting language for .net which supports yield and saving the state of the vm
Is there an embeddable scripting language for .Net which supports some kind of yield (program stops and yields control back to host... With next run it continues where it left off)?
Furthermore it ...
0
votes
3answers
266 views
xcode scripting language
i notice that Java has a number of ancillary scripting languages. Clojure and Groovy for example. My understanding is that these can be used when the full might and power of Java does not need to be ...
0
votes
7answers
286 views
Programming language with native code support, No framework (I write the framework)
I'm looking for a programming language. It should be an easy language to learn, and should have a Garbage Collector. It should be a basic language with features like basic types (integer, boolean), ...