Author of:
and maintainer of:
In this article listing a top 10 of tools, Perl is rated #1.
Some of the other tools in the article are a bit wierd, but I guess all would have their own personal top 10 of favorite tools.
I think mine (just of the top of my head) would look something like:
1. Perl
2. Terminal.app or xterm
3. BBEdit
4. Vim
5. grep (and variations)
6. find
7. xargs
8. bash
9. telnet
10. OS X
The list might look different tomorrow
My tools (Score:2)
I wouldn't have ordinarily considered the terminal a tool; to me it's more like air. Gotta have it to work. :)
I'm kind of surprised to think of what I would list as my most important tools today. If you'd told me this a few years back I never would have guessed it.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:My tools (Score:1)
cat .bash_history|perl -ne 'm/^[a-z]+/&&$_{$&}++&&$t++}for(sort{$_{$a}$_{$b}}keys%_){$c++;print sprintf"$_\t$_{$_}\t%2.2f%\n",($_{$_}*100/$t)'Re:My tools (Score:1)
Man... did I really do that?
Re:My tools (Score:1)
Re:My tools (Score:2)
Heh. Mostly for reporting my todo list and status to my boss. :) But also as an output format for my users and stuff like that. To be honest, I don't personally use them for much that could be described as technical.
Reviewing my tool list, it also doesn't show the large usage of Oracle.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
screen (Score:1)
Once you get used to it, it too is "like air".