On Wed, May 23, 2007 at 07:35:47PM +0200, Jukka Salmi wrote:
| Actually this is the case in Plan 9, and they do it right in my
| opinion. The main problem with this design in Unix is, that
| fork() is a rather expensive call with performance issues.
One problem with not designing test into the shell language
in a carefully designed way but rather growing out of program calling is that
you've got to do ridiculous things like
if [ X$oldt = X$newt ]; then
to properly handle the case of empty strings variables. (That's why
once I reach the level of testing conditionals in a script
I see if I can migrate to a different scripting language.)
|> But this is getting OT now...
Indeed.
cheers, dave tweed
___________________________________________________________
Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for
your free account today http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html
Received on Wed May 23 2007 - 20:57:16 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 14:42:34 UTC