On Mon, Dec 1, 2008 at 10:57 AM, Doug Coleman <[EMAIL PROTECTED]> wrote: > How about just escaping class names all the time?
I don't really like this. Creating objects is common and I think escaping things with \ should be rare. Why not just make it an error to define a word with the same name as a class and vice versa? Isn't that already the case with words, being an error to define the same word twice? Chris. -- http://www.bluishcoder.co.nz ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
