Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Streem

< >

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

#542on PLDB 10Years Old
Download source code:
git clone https://github.com/matz/streem
HomepageSource Code

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

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0