A functional programming language for safe concurrency powered by context-free session types
https://freest-lang.github.io ↗// readme
A functional programming language for safe concurrency powered by context-free session types
Learn more at freest-lang.github.io
About
FreeST is a typed concurrent programming language where processes communicate via message-passing. Messages are exchanged on bidirectional channels. Communication on channels is governed by a powerful type system based on polymorphic context-free session types. Built on a core linear functional programming language, FreeST features primitives for forking new threads, for creating channels and for communicating on these. The compiler builds on a…