Re: symbolic links, aliases, cls clear

2006-03-29 Thread SM Ryan
(resolvedUrl); if (ec) { if (ec0) ec = ENOENT; errno = ec; free(s); s = 0; } return s; } #else static char *readalias(char *original) { errno = EINVAL; return 0; } #endif -- SM Ryan http://www.rawbw.com/~wyrmwif/ But I do believe in this. -- http://mail.python.org

Re: references/addrresses in imperative languages

2005-06-20 Thread SM Ryan
of the theory of types and reintroduce Russel's paradox. -- SM Ryan http://www.rawbw.com/~wyrmwif/ The little stoner's got a point. -- http://mail.python.org/mailman/listinfo/python-list

Re: references/addrresses in imperative languages

2005-06-20 Thread SM Ryan
Kaz Kylheku [EMAIL PROTECTED] wrote: # SM Ryan wrote: # # easy way to see this, is to ask yourself: how come in mathematics # # there's no such thing as addresses/pointers/references. # # The whole point of Goedelisation was to add to name/value references into # number theory