Skip to content

Commit

Permalink
Concurrency can be pulled in via CSP/Fiber/libuv libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ohpauleez committed Feb 23, 2014
1 parent fa8f63d commit 1a76b83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.mkd
Expand Up @@ -107,6 +107,8 @@ Additional (but orthogonal) explorations include:
* Multiple Language feature expressions with LLVM cross-compilation and linking
* This could be built on something like Julia's `llvmcall`
* Concurrency that supports Futures and CSP (state machines in parallel) at a minimum
* This will most likely be built on [Ray](https://github.com/richardhundt/ray) (libuv) or Richard Hundt's predecessor [Luv](https://github.com/richardhundt/luv) (potentially his *ray* branch)


The language is never concerned with:

Expand Down

0 comments on commit 1a76b83

Please sign in to comment.