tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Proposal for new syscalls: getrusagex and waitx



> I guess that depends on your definition of simpler.  Versioning
> struct rusage seems to be as much work and then it only works once.
> With a probib, once it's been once it doesn't need to be done ever
> again.

But it pushes work off into every application that uses it, because
they all have to have some kind of code to handle the case where the
returned proplib doesn't contain the data they want (or contains it in
a way the application doesn't know how to find, which amounts to much
the same thing in practice).

This - and, actually, proplibs in general - are an attempt to do a
late-bound, dynamically-typed paradigm in an early-bound,
statically-typed language; it's no surprise the fit is a poor one.

"If you want Lisp, you know where to find it."

/~\ The ASCII                             Mouse
\ / Ribbon Campaign
 X  Against HTML                mouse%rodents-montreal.org@localhost
/ \ Email!           7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B


Home | Main Index | Thread Index | Old Index