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".
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++
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?"
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.
Would be great to have a deeper article that makes comparisons between that new stuff and the currently popular languages ; and enhances the + and - of the unknown languages.
Slashdot, fix the reply notifications... You won't get away with it...
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.
.bat
Maybe that's why I'm depressed.
Mostly random stuff.
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."
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.