in reply to Why did the 6-legged camel try to cross the sigil wall?

http://cog.cognitivity.com/perl6/7_builtin/2.html
Problem:
You want to create an object that can be accessed like the builtin 'list' type.
Solution:
Inherit from the builtin type list:
class MyClass is list { ... }