scripting-language Questions

3

Solved

I just noticed that in the wikipedia page of Ruby, this language is defined as interpreted language. I understood that probably there's something missing in my background. I have always known the d...

2

Solved

First of all, there are other topics covering this subject but they were posted before Apple made the latest changes in its licenses this year. I'm quite confused with Apple's iOS developer agreem...
Zloty asked 17/7, 2011 at 4:5

5

Solved

I'm looking for a scripting language that works on 32-bit and 64-bit machines as well as on Windows and Linux. I will be embedding it into a C++ application so I prefer it to be natively written in...
Havens asked 22/7, 2010 at 7:58

1

Solved

What is main difference between JSR-223 and JSR-241? If I understood correctly: JSR -223: introduces a scripting language engine in Java, thats it! You are free to use whatever scripting langua...
Taradiddle asked 14/2, 2011 at 12:33

4

Solved

Perl has long been my choice scripting language but I've run into a horrible problem. By default there is no support for long (64 bit) integers. Most of the time an integer is just a string and the...
Secundine asked 15/12, 2010 at 16:22

3

Solved

I would like to implement a scripting language to assist in partially automating certain tasks on a public wiki. I cannot install anything such as Google Caja on the server or modify the wiki...
Inae asked 18/10, 2010 at 2:49

8

I recently asked a question on switching from C++ to C for writing an interpreter for speed and I got a comment from someone asking why on earth I would switch to C for that. So I found out that I...
Yare asked 10/4, 2010 at 19:59

5

Solved

I was wondering what place scripting has in today's world of IDEs and GUIs. I'm new to programming and am wondering at what point I should, if at all, open up the PowerShell terminal for a particu...
Fossilize asked 18/6, 2010 at 21:2

10

Solved

When should one use a scripting language over a more verbose, compiled language like C++. C# or Java? And to make the question a little more interesting, let's answer the questions like this...
Grandfatherly asked 29/12, 2008 at 10:1

11

Solved

Me and some friends are writing a MORPG in Java, and we would like to use a scripting language to, eg. to create quests. We have non experience with scripting in Java. We have used Python, b...
Whoso asked 17/10, 2008 at 9:23

5

Solved

What do people mean when they say "Perl is very good at parsing"? How is Perl any better or more powerful than other scripting languages such as Python or Ruby?
Guillotine asked 11/12, 2009 at 14:53

8

Solved

What is your preferred scripting language in java world (scripting language on JVM) and way? When do you prefer your scripting language over java (in what situations for example for prototypi...
Ticktock asked 18/3, 2009 at 7:45

11

Solved

I am basically from the world of C language programming, now delving into the world of scripting languages like Ruby and Python. I am wondering how to do debugging. At present the steps I follow i...
Worldlywise asked 7/10, 2009 at 6:41

3

Solved

The last release was in 2008-03-06. What happened to it? Is it still under active development? Are there any replacements?
Hold asked 10/3, 2009 at 7:18

19

Provide one line PowerShell script that you found useful, one script per answer please. There is a similar question here, but this one gives only links to pages with scripts, lets answers one by ...
Marlie asked 5/3, 2009 at 15:33

2

Solved

[This question is similar to this one, but I am also interested in the possibility of a sandbox.] I am considering embedding a scripting language in my C#/.NET application and then exposing some o...
Wenz asked 19/2, 2009 at 8:6

4

Solved

I'm thinking about using Python as an embedded scripting language in a hobby project written in C++. I would not like to depend on separately installed Python distribution. Python documentation see...
Digenesis asked 15/2, 2009 at 17:12

5

Solved

I want to describe a complex script and possibly programming language. i was thinking of describing it in Backus-Naur Form before doing anything (excluding dummy/sample script code) Is there anoth...
Fanfaron asked 13/2, 2009 at 12:0

4

Solved

I wanted to know, while deciding which language or technology to use for implementing an idea; a design, what are the factors involved in making a decision? Specifically talking about popular scrip...
Benne asked 18/12, 2008 at 6:11

13

Solved

I have a small lightweight application that is used as part of a larger solution. Currently it is written in C but I am looking to rewrite it using a cross-platform scripting language. The so...
Derivation asked 29/11, 2008 at 21:34

1

Solved

Has anyone had any experience targetting WSH in the way that VBScript, JScript, PerlScript, xbScript and ForthScript (among other) do, such that the language can be used from the command line and e...
Nucleolar asked 6/10, 2008 at 13:16

© 2022 - 2024 — McMap. All rights reserved.