Absolutely. And memory is getting cheaper and cheaper. Might be cool
to have some sort of application server running though. An interp
that keeps running and then executes jobs submitted over some sort of
connection.
Might need to be sandboxed if it was accessable from the network but
it could be a pretty cool thing. I don't really think it would take
any special programming either. Just set up a perl script to recieve
jobs and then eval them.
Robert G. Werner
rwerner@lx1.microbsys.com
It's not my fault ... I didn't vote for him.
"When the going gets weird, the weird turn pro..."
-- Hunter S. Thompson
On Sat, 8 Sep 2001, Abigail wrote:
> On Fri, Sep 07, 2001 at 02:16:09PM -0700, Robert G. Werner wrote:
> > You realize, of course, that everytime you press return, this will
> > invoke perl in all it's 5MB glory?
>
>
>
> But for modern operating systems, that shouldn't be much of a problem;
> they will know Perl is still swapped in. I call Perl each time I change
> directories, and that doesn't have a noticeble effect either.
>
>
> function cd () {
> if builtin cd "$@"
> then ls -l | perl -pe 's/^(.{78})...*/$1>/;' | page
> fi
> }
>
>
> Abigail
>
Thread Previous
|
Thread Next