Thanks for your interest! It seems to work well as it is, so I released version 0.1.0. I also wrote a very small wait-for-parallel-callbacks mechanism as a proof of concept: https://www.npmjs.com/package/joinback
I'm still looking for reviews, issues, clarifications, or any other contributions. Do you know of a good way to promote the spec some more? Also, if anybody adds CPS1-compliance as a feature to their project, please let me know. Am Dienstag, 27. Januar 2015 20:34:57 UTC+1 schrieb Alexander Behrens: > > I really like that idea! I will follow! > > On Tue, Jan 27, 2015 at 6:11 PM, Morris Brodersen < > [email protected] <javascript:>> wrote: > >> Motivated by questions like: >> >> - Which is a better way of writing callbacks? >> >> <http://stackoverflow.com/questions/13965174/which-is-a-better-way-of-writing-callbacks> >> - What is the suggested callback style for Node.js? >> >> <http://stackoverflow.com/questions/7116722/what-is-the-suggested-callback-style-for-node-js-libraries> >> >> I figured Node's main callback style might need a spec, so I attempted to >> write one: Continuation-Passing Style 1 <https://github.com/morris/cps1>. >> I think there are only a few exceptions in Node that don't conform, like >> http.request. Looking forward to discussing it! >> >> -- >> Job board: http://jobs.nodejs.org/ >> New group rules: >> https://gist.github.com/othiym23/9886289#file-moderation-policy-md >> Old group rules: >> 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 unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/nodejs/00144721-af70-4839-9fb6-973838b701f5%40googlegroups.com >> >> <https://groups.google.com/d/msgid/nodejs/00144721-af70-4839-9fb6-973838b701f5%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/a1e2edbb-3f10-434a-8e34-c98dc56b57c5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
