XpdWiki
Set your name in
UserPreferences Edit this page Referenced by
JSPWiki v2.0.52
![]() ![]() |
Please add a comment below indicating what you have scripted, what language you used and why. If there's a problem with confidentiality, please feel free to contribute anonymously or be vague about your application. Perl:
Both done in perl - inbuilt regex handling helped, as did the CPAN. These days I'd use python because the messiness of perl has got to me. I'm slowly converting my scripts to python. Apart from hygine reasons, I'm keen on this because I can embed Python in java apps. I started using perl in 1994, because I thought that a mishmash of little awk and csh scripts was becoming unmaintainable, so I was in the market for "a scripting language that runs on Unix, Linux and DOS, that does text manipulation well". I've got a little library of scripts for doing small tasks. I started playing with Python last year (2001), but I don't feel confident enough to call myself a python programmer yet. DafyddRees Python
--DarrenH Perl
We use Perl as our main scripting language because all our development machines have it installed as part of the Symbian OS SDKs, and in order to support those SDKs those machines all Wintel. For related reasons we do a little bit of DOS (NT flavour) batch file stuff. -- KeithB Bash
Perl and Python
PaulNasrat Could we please quickly aggree a convention as to whether contrbution to this page are going to be grouped by contributor first, or language first? Thanks. Python I'm a big fan of this and use it quite a lot, very good to generating SQL and parsing log files etc. Starting to get my head around the Gtk bindings. I do have my doubt's about using it for large amounts of coding. I think this is a problem with scripting in general, I like a compilation hoop to jump through. We also use Jython which allows us to include Python code into our Java platform. It's very cool to be able to change code at runtime within the framework of a Java app. Bash, there's know way I could live with DOS batch files after this. Though I do confuse $$, $? and $!
-- JeffMartin Python Used it a lot for automated coding standards checks and other tools for extracting meta information from java and jhtml pages. Bash Used for short tasks: if it is longer than a line I write it in python (tho' constructing bizarre one liners can be fun), mostly use bash under cygwin. -- ChrisCottee³rev³26³ScriptingLanguageSurve ³³date³August 5, 2002³host³³agent³Mozilla/4.0 (compatible; MSIE 5.0; Windows 2000) Opera 6.03 en?³ScriptingLanguageSurvey
|