Exploring Some Lesser-Known Scripting Languages
Nerval's Lobster writes: Scripting languages are used in everything from games and Web pages to operating-system shells and general applications, as well as standalone scripts. While many of these scripting languages are common and open to modification, there are some interesting, open-source ones that are worth a look, even if they don't have the substantial audience of some of the popular ones. Wren, Candle, Fancy, Pikt, and PPL all show what a single developer can do if they set out with enough motivation to create open-source scripting languages. The results often prove surprisingly powerful.
Why does the first paragraph have to contain the word JOB??
The little bit at the bottom of the page that says "Related Jobs: Could not get related jobs".
They just need to be able to call an .EXE file.
how about that?
There's all sorts of minor scripting languages for specialised purposes. I've recently heard of "laser boxie" that provides a scripting language for creating laser cut boxes.
http://chaiscript.com/
Been working on it for over 5 years now. Stable and easy to use scripting for your C++ application.
I Do C++
The article is very shallow, not comprehensive and utterly useless to anyone who is interested in these things to begin with.
Seriously, if you're thinking of taking up another language, the usual sources of inspiration on the internet are a much better bet.
one entirely vapid and bloody stupid article per day about programming languages is more than enough, thank you.
Not specific to programming languages, but /. standards are low these days. THANK YOU SO MUCH, DICE DOT COM.
I remember 7-8 years ago I was lead on a new project and we were deciding on a scripting language. I wanted Python over Perl. It was clearly easier to both read and write, and had object orientation.
What shot it down? My boss telling me "we have a thousand engineers world-wide who know perl, and you 6 will be the Python experts. You really wanna support a thousand engineers learning Python over the next 5 years?"
Are you envious because the fucking faggots are having more sex than you?
How about a "language" that makes it easy to generate a language how I personally want it so that I'm not stuck with somebody else's goofy preferences:
http://www.c2.com/cgi/wiki?Ins...
Table-ized A.I.
C++ might be a well known language but it is generally never though of as a script language. However if you are curious you can have a look at ROOT C++ or as some of us like to call it C+/-...because it is only C++ to within some (wide) margin of error.
Just use the newly released Lua 5.3. ;-)
.bat
Maybe that's why I'm depressed.
Mostly random stuff.
Back to 4chan...
I know Q-Games, makers of PixelJunk Shooter, PixelJunk Eden, The Tomorrow Children, NomNom Galaxy, etc, has used GameMonkey extensively for many of their games and I know several people who've left Q-Games, formed new companies and are still using it in their own engines.
See the "Related jobs" add at the end of the article with the contents "Could not get related jobs."
I like squirrel http://www.squirrel-lang.org
Is now open source under the Apache 2.0 license. If you haven't tried it, you should.
There are many examples available here: www.rebol.net/cookbook/
It took me a couple of minutes to come up with a one line script that would test a group of webservers and if any were down, email an alert message to a list of people.
Pretty nifty.