The following blog listed generic support details for boo: link
states that generic type definitions in Boo are handled thus:
MyType of MyGenericParam
or for multiple generic parameters
MyType[of X,Y,Z]
I find Boo to be a great exerimentation language, ideal for turning a class into a commandline tool.