RSS 1 project tagged "programming language"

Download Website Updated 11 Jun 2009 Rhope

Screenshot
Pop 31.14
Vit 38.03

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.

Screenshot

Project Spotlight

TomP2P

A P2P-based high performance key-value pair storage library.

Screenshot

Project Spotlight

Exponent CMS

A content management system for Web sites.