bakkdoor / fancy

Fancy is a dynamic, object-oriented programming language inspired by Smalltalk, Ruby, Io and Erlang that runs on the Rubinius VM.
http://www.fancy-lang.org
BSD 3-Clause "New" or "Revised" License
261 stars 22 forks source link

Async in Fancy #55

Closed bakkdoor closed 12 years ago

bakkdoor commented 14 years ago

Yeah, what the title says. To experiment with async on fancy, use https://github.com/brainopia/em-easy as a starting point to port to fancy (and use eventmachine in the background). For the future, come up with a pure fancy backend/implementation for async operations and add first-class support for it to the language.