@Christian: it suffers from the same disease as my old version of mesh.js. Boilerplate, syntactic noise, no trees for the forest. That's what I was told about my mesh.js. I looked at it again - and saw it was true. We have a lively discussion on circuit issue on github. Care to join? There's only one remaining syntax issue with callbacks. The rest of boilerplate is gone.
On Wed, Jan 9, 2013 at 8:44 PM, Christian Tellnes <[email protected]>wrote: > My async library has quite similar functionality and syntax. The goal was > to make it as short and simple as possible to use. > It has a very small API, but quite flexible. > > https://github.com/tellnes/track.js > > > > 2013/1/9 Tom <[email protected]> > >> Hi everyone, >> >> I've created a simple library for asynchronous flow, based on specifying >> dependencies. I implemented it using a dependency graph and LiveScript. >> Except that it doesn't form one list of dependencies in order, it forms a >> list of beginning and exit nodes, and executes everything in between >> in parallel where needed by defining dependencies. >> >> I'm aiming to cut away as much code as possible by the use of .flow(), >> but also allow you to use the Graph and Node classes/functions when needing >> more expressiveness (e.g. reuse of nodes in different graphs, generating >> graphs, etc). >> >> https://github.com/Industrial/graphflow >> >> Any input would be greatly appreciated, as this is my first release on >> npm :-) >> >> Cheers, >> >> Tom Wieland >> >> -- >> Job Board: http://jobs.nodejs.org/ >> Posting guidelines: >> https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines >> You received this message because you are subscribed to the Google >> Groups "nodejs" group. >> To post to this group, send email to [email protected] >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/nodejs?hl=en?hl=en >> > > > > -- > Please regards Christian Vaagland Tellnes > Phone: +4791861617 > https://github.com/tellnes > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en > -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
