Streem is a programming language created in 2014 by Yukihiro Matsumoto.
#719on PLDB | 9Years Old | 5.4kUsers |
0Books | 0Papers |
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