Saturday 9 January 2016

Concurrent Ruby

Modern concurrency tools for Ruby. Inspired by ErlangClojureScalaHaskellF#C#,Java, and classic concurrency patterns.
The design goals of this gem are:
  • Be an 'unopinionated' toolbox that provides useful utilities without debating which is better or why
  • Remain free of external gem dependencies
  • Stay true to the spirit of the languages providing inspiration
  • But implement in a way that makes sense for Ruby
  • Keep the semantics as idiomatic Ruby as possible
  • Support features that make sense in Ruby
  • Exclude features that don't make sense in Ruby
  • Be small, lean, and loosely coupled

https://github.com/ruby-concurrency/concurrent-ruby

No comments:

Post a Comment