Projects / Rhope

Rhope

Rhope is a dynamically typed dataflow programming language that also borrows some ideas from other paradigms. Unlike mainstream programming languages, statements are not necessarily executed in the order they are written, but instead based on their dependencies. Statements that do not share dependencies run in parallel. Most operations have value semantics (i.e. modifying an object makes a copy rather than changing the original) making this parallelism safe. For managing global state, Rhope has a transaction mechanism.

Tags
Licenses
Operating Systems
Implementation
Screenshot

Project Spotlight

Box

A language that makes graphics easy.

Screenshot

Project Spotlight

Yioop!

A distributed PHP search engine and crawler.