Measures Concepts
GitHub icon

Streem

Streem - Programming language

< >

Streem is a programming language created in 2014 by Yukihiro Matsumoto.

Source code:
git clone https://github.com/matz/streem
#721on PLDB 10Years Old

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.


Example from the web:
# channel to broadcast to all clients broadcast = chan() tcp_server(8008) | {s -> broadcast | s # connect to broadcast channel s | broadcast # broadcast incoming message }
Streem Keywords
case class def else emit false if import method namespace new nil return skip true

View source

- Build the next great programming language Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout