Boo Arrays & Lists

So I read on the Scripting Reference that Arrays classes are only supported by Javascript. And I’ve noticed there’s not many functions (or none) for lists either… As a challenge to myself, I started scripting in Boo. So my question is this: Is there any possible workarounds that people know of for working with Boo?

I know many are gonna say “learn C# or go with the UnityScript” but I’m still curious. Plus I’m stubborn

Unity’s Array class is pointless. I don’t know what you consider “not many”, because this list seems pretty robust, to me, and you can always add more, with extension methods.