Hi,

Stephen Simmons wrote:
> While S02 reserves some all caps names, I assume that all lower case class
> names are okay (I don't see anything against them).  Rakudo doesn't support
> them. 

This is a "not yet implemented" feature. Basically Rakudo doesn't keep a
symbol table yet while parsing, so it uses the case of the first letter
to distinguish type names from sub names. This is an evil hack that will
at some point be cleaned up.

Cheers,
Moritz

-- 
Moritz Lenz
http://moritz.faui2k3.org/ |  http://perl-6.de/

Reply via email to