While working on #4, I found that returning an Array{Int64} which is indexed by 1 might confuse users used to the zero based indexing in Stinger.
Maybe we can wrap these returned arrays using the shiny new custom abstract array types with non-1 indexing feature in 0.5. This will let users use zero based indexing on these arrays too!