Streem - stream based concurrent scripting language
Streem is a concurrent scripting language based on a programming model similar to shell, with influences from Ruby, Erlang and other functional programming languages.
請參考:
https://github.com/matz/streem
http://melborne.github.io/2014/12/15/ruby-de-streem/
http://qiita.com/mattn/items/20c7eb056ed8921547a8
語法有參考Erlang,實做部份有參考Golang的Channel.
這樣可以平行進行FizzBuzz測試.看來蠻可愛的.