Ready for testing: vibe.d 0.7.26-alpha.3
Sebastiaan Koppe via Digitalmars-d
digitalmars-d at puremagic.com
Sun Nov 1 17:24:17 PST 2015
On Sunday, 1 November 2015 at 19:44:12 UTC, Ola Fosheim Grøstad
wrote:
> Keep in mind that javascript frameworks die after ~2 years.
They may die young, but every framework is an improvement upon
the last. So in a way the reasoning and principles behind them
continue. In that sense it follows the development pattern
everything with computers does:
Cool Idea -> Everybody Happy -> It Sucks -> Complete Rewrite
> Browsers are now providing promises/futures for fetching data:
>
> https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch
> https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise
Yep, that would be another target. And while it is a nice
development, promises and futures don't even come close to the
power of RxJS or BaconJS.
https://github.com/Reactive-Extensions/RxJS
http://baconjs.github.io/
More information about the Digitalmars-d
mailing list