On Tue, Aug 01, 2000 at 09:09:09PM -0500, J. David Blackstone wrote: > > I suppose the suggestion I made about stripping out every system > call is more along the lines of the microperl idea. > > How about this: perhaps we should compile a list of system calls > that _should_ remain in the core language. I think it will probably > be very small. Not to pick on Mr. Blackstone, but the memory/LOC footprint of the bunch of system calls that Perl supports is counter-intuitively small. Using Perl5 as a reference, pp_sys.o (which contains pretty much all of the syscall interface to perl) is about 6.5% of the size of the perl executable. This includes such indubitably useful system calls as mkdir(), rename(), and the sysopen() family. You may save a little bit in programmer mental space, but looking for large space savings in this part of perl is chasing mirages. -- Ed Mooring ([EMAIL PROTECTED])
- Re: date interface (was Re: ... Dan Sugalski
- Stuff in core (was Re: date ... Simon Cozens
- Re: Stuff in core (was Re: d... Dan Sugalski
- Re: Stuff in core (was Re: d... Tim Bunce
- Re: Stuff in core (was Re: d... Tim Bunce
- Re: Stuff in core (was Re: d... Piers Cawley
- Re: Stuff in core (was Re: d... Dan Sugalski
- Re: date interface (was Re: perl6 req... Nick Ing-Simmons
- Re: date interface (was Re: perl6 require... J. David Blackstone
- Re: date interface (was Re: perl6 req... Bryan C . Warnock
- Re: date interface (was Re: perl6 req... mooring
- Re: date interface (was Re: perl6 requirement... Nathan Torkington
- Re: date interface (was Re: perl6 require... Chaim Frenkel
- Re: date interface (was Re: perl6 req... Dan Sugalski
- Re: date interface (was Re: perl... Chaim Frenkel
- Re: date interface (was Re: perl6 requirement... Damian Conway
- Re: date interface (was Re: perl6 requirements, on boo... Matt Sergeant
- Re: date interface (was Re: perl6 requirements, o... Hildo Biersma
- Re: date interface (was Re: perl6 requirement... Matt Sergeant
- wanthash (Was: Re: date interface (was Re: pe... Johan Vromans
- Re: wanthash (Was: Re: date interface (wa... Tom Christiansen