I suggest you perl. Perl is just a mess as long as you can't get it.
Name:
Anonymous2012-01-17 8:23
my $op = 'a fag';
print "Op is $op";
you see? Makes perfectly sense to me!
Name:
Anonymous2012-01-17 8:27
>>3
This is the only thing you need for scripting. For anything else, use a fucking compiler. You can even use Java or C#, they are faster than interpreted languages.
I find myself writing one-off data processing stuff fairly regularly. This is quite unwieldy in all the languages I currently use (C, Lisp, Python, UNIX shell (yes, it is)). Would learning Perl for these simple thingies make sense? Should I go for Perl5 or Perl6?
Name:
Anonymous2012-01-17 14:51
>>3
Bash is truly disgusting to program in. The syntax makes me puke.
Learn how to write shell scripts and C.
Anything else is not needed.
Name:
Anonymous2012-01-17 14:57
>>24
Shell scripts and C are not needed either, but they make your life easier compared to assembly. Extrapolate.
Name:
Anonymous2012-01-17 15:03
I'm going to write a futuristic scripting language. A cross between bash (but the commands would be internal to avoid forking overhead) and something apl . It would have a suitably terse syntax to become popular with autists
>>1
Ignore everyone who says such things. If you're going to be writing throwaway code, it really doesn't matter what you use. If you find a language enjoyable, use it. Just know the pros and cons of the language you use and at least employ some common sense.