'awk and sed were replaced by perl decades ago'
Ok, now how can anyone come up with a line like that. There are so many things wrong that that I have trouble comprehending. Yes, I'm gonna get pedantic, but this statement calls for it.
First, of all, decades refers to multiple. Perl was first released in 1987, and to be completely honest was not really useful until Perl5 which was 1994. Perl4 was so so, but had some majorleague issues.
Second, by saying sed/awk are dead, means that all programming in sh/ksh/etc are all dead, as sed/awk is the major way to do text processing in shell scripts. If it's been decades, why do system continueally use shell scripts more and more?
Will perl ever replace shell scripts? Resounding NO. For instance, on Solaris, /bin/sh is all of 95k, 220k for the non-shared object version. My compiled version of perl is over 1.1M. Gee, which one of these will load quicker?
Don't forget the fact that on my system perl is still not installed by default, and in many places, perl is not even an option to be used, as it's banned internally.
Ok, pedantic rant over for now, I won't even get into the other messed up assumptions, but they didn't iritate me as much
As to the thread, what languages.....
BASIC (GW/Apple/Quick/Visual/C64 variants)
PASCAL (Borland/Delphi and unix versions)
x86 ASM
C
C++
Bourne/Korn shells (C shell programmers should be shot)
sed/awk
Perl
PHP
Lisp
SQL (it can kinda be a language...)
WSH
Expect
Those are what I can think of off the top of my head, not counting misc application specific scripting stuff. As to new languages, my latest project is Cocoa/ObjectiveC cause I really really wanna start playing with Aqua and I'm sick of waiting for other folks to write the apps I want
Brian