- I noticed that a variation of it is used as the language for the Arduino boards, which I had become interested in as a useful way to get into PIC-type electronics
- I learned that it has a feature to export programs as Java applets, complete with wrapper html pages, making it super easy to put a program out for people to consume
- I learned that it's graphically-oriented, with a ton of features for 2d and 3d graphics. I've been looking for a graphically-oriented, easy, hobbyist-type open source language for several years now, and this one seems to fit the bill.
This ability to easily post a program on a web page is a big deal, because most languages I've tried require a lot more work to do that. I like Perl, but someone would need to install Perl and any modules I used, before they could use a script...or I'd have to compile the script into an executable, at a minimum. Emacs lisp is fun, but you have to install Emacs first before you can do anything with it.
Now my amateur game programming shall be limited only by my time and sticktoitiveness. Maybe I'll finally write the computer version of Dungeon's Revenge I've been dreaming about for years (a takeoff on the Dungeon! boardgame, where you play monsters who come out of a dungeon to attack the city).
No comments:
Post a Comment