$ goe go/parser 'ParseExpr("5 + 7")'
ruby -e 'puts 5 + 7'
Is it just for familiarity/similarity? I kinda see the 'e' from ruby -e going after the go to form goe. goe -e would be just redundant, wouldn't it?