On Tue Nov 25 09:42:24 2008, masak wrote: > <ruoso> rakudo: class foo { }; say foo; > <p6eval> rakudo 33193: OUTPUT[invoke() not implemented in class > 'foo'current instr.: '_block11' pc 19 (EVAL_11:13)] > <jnthn> Yes, now you've found the "can't have a class with a lowercase > name" thingy in > Rakudo. :-)_ > <jnthn> (We aren't registering stuff in the namespace as we go yet, so > we use "does it start with an uppercase letter" as a heuristic)
Since the type registry went in, this now works. Thanks, Jonathan