Streem is a programming language created in 2014 by Yukihiro Matsumoto.
#546on PLDB | 10Years Old |
git clone https://github.com/matz/streem
Streem is a stream based concurrent scripting language. It is based on a programming model similar to the shell, with influences from Ruby, Erlang, and other functional programming languages.
# channel to broadcast to all clients
broadcast = chan()
tcp_server(8008) | {s ->
broadcast | s # connect to broadcast channel
s | broadcast # broadcast incoming message
}
case class def else emit false if import method namespace new nil return skip true