If you are looking for an alternative to Perl, take a look at Julia. It has -e, a repl and will run (interpret) code immediate; or you can compile it for near C speed, and it calls C libraries natively.
Perl still has the edge for one-offs and prototyping because of things like -s -anle, while(<>) etc; but for parallel programming and high speed work, Julia is very nice. (1-based arrays take getting used to!)
In reply to Re: Switching from lang X to Y
by BrowserUk
in thread Switching from lang X to Y
by stevieb
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |