From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from epsilon.eecs.nwu.edu ([129.105.5.104]) by hawkwind.utcs.toronto.edu with SMTP id <2230>; Wed, 19 May 1993 13:43:24 -0400 Received: from canaan.eecs.nwu.edu by epsilon.eecs.nwu.edu (4.1/SMI-4.0-proxy) id AA22974; Wed, 19 May 93 12:43:11 CDT From: quanstro@epsilon.eecs.nwu.edu (Erik Quanstrom) Received: by canaan.eecs.nwu.edu (4.1/client-1.5) id AA24302; Wed, 19 May 93 12:39:28 CDT Date: Wed, 19 May 1993 13:39:28 -0400 Message-Id: <9305191739.AA24302@canaan.eecs.nwu.edu> To: Subject: re: lazy auto-loading of functions Apparently-To: rc@hawkwind.utcs.toronto.edu Alan Watson writes: Jealous of Paul Haahr's beautiful implementation of lazy auto-loading of functions in es, I tried to do something similar in rc . . . This is just what you need for those rarely used but sometimes essential functions. I'm just curious. If it's seldom used, then speed shouldn't matter that much. Why not just use a shell script if you are concerned about env bloat?