On Sun, Mar 16, 2008 at 8:04 AM, Alex Shinn <[EMAIL PROTECTED]> wrote: > >>>>> "Felix" == Felix Winkelmann <[EMAIL PROTECTED]> writes: > > Felix> Alex, what happens if I pass string operators as first > Felix> class values? These don't get inlined. What > Felix> happens now? > > I actually thought the change you introduced didn't really > inline most of the operators but referenced a static table, > and that this would occur regardless of whether the > procedure was in operator position or not.
No, integration only happens in operator position. > > If that's not the case, what happens is the same thing that > happened before when you imported utf8 into the top-level - > and there have been no bug reports about that yet. But won't syntax-case's module system rewrite the variable reference, regardless whether the identifier is in operator position or not? cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
