Home > Value-Oriented-Programming

Value-Oriented-Programming

Value-Oriented-Programming is a project mainly written in ..., it's free.

Clojure inspired paradigm (values != references) adapted to C++

  • Threads should not corrupt each others data
  • Threads should have their own values copied from each other
  • Data structures should be cheap to copy
  • Copy On Write on steroids !
  • Same implementations as Persistent data structures from functional languages
Previous:MongoModel