Re: use language_with_different_indentifier_syntax:...

2005-08-22 Thread Yuval Kogman
On Mon, Aug 22, 2005 at 20:35:40 +, Ingo Blechschmidt wrote: > Hi, > > on #perl6, we were wondering how to use() modules from foreign > languages which have an incompatible identifier syntax. E.g.: > > use perl5:Foo::Bar; # fine, no problem > > # Load JavaScript modules fr

use language_with_different_indentifier_syntax:...

2005-08-22 Thread Ingo Blechschmidt
Hi, on #perl6, we were wondering how to use() modules from foreign languages which have an incompatible identifier syntax. E.g.: use perl5:Foo::Bar; # fine, no problem # Load JavaScript modules from JSAN use jsan:Test.Simple; # should we simply accept the dot, or...