Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #29753
| Newsgroups | comp.lang.javascript |
|---|---|
| Date | 2016-03-01 19:03 -0800 |
| References | <ddbd7b1c-84f0-4ab5-8400-60ece696f317@googlegroups.com> |
| Message-ID | <2c2b764a-6f78-486a-9ace-9ee65b6e17b4@googlegroups.com> (permalink) |
| Subject | Re: Cycler ... cycle.js revisited Re-factoring and enhancing an old stand-by |
| From | Scott Sauyet <scott.sauyet@gmail.com> |
Simon Blackwell wrote: > AnyWhichWay has published a refactoring and enhancement of cycle.js for > managing circular JSON structures. > [ ... ] > https://github.com/anywhichway/cycler So no one else needs to look, I traced down the lineage under discussion here, and found that this is a refactoring of something called `cycle` [1], which seems to be a variant of part of Douglas Crockford's JSON implementation [2] based on JSONPath [3]. Disappointing to me was that this has nothing to do with Cycle.js, [4] the first web framework in years to actually look interesting to me. I did not investigate code quality. [1]: <https://github.com/dscape/cycle> [2]: <https://github.com/douglascrockford/JSON-js> [3]: <http://goeshttp://goessner.net/articles/JsonPath/> [4]: <http://cycle.js.org/> -- Scott
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Cycler ... cycle.js revisited Re-factoring and enhancing an old stand-by Simon Blackwell <syblackwell@anywhichway.com> - 2016-03-01 09:23 -0800
Re: Cycler ... cycle.js revisited Re-factoring and enhancing an old stand-by Scott Sauyet <scott.sauyet@gmail.com> - 2016-03-01 19:03 -0800
Re: Cycler ... cycle.js revisited Re-factoring and enhancing an old stand-by Simon Blackwell <syblackwell@anywhichway.com> - 2016-03-02 05:42 -0800
Re: Cycler ... cycle.js revisited Re-factoring and enhancing an old stand-by "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-03-02 17:32 -0800
Re: Cycler ... cycle.js revisited Re-factoring and enhancing an old stand-by "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-03-02 17:37 -0800
Re: Cycler ... cycle.js revisited Re-factoring and enhancing an old stand-by Scott Sauyet <scott.sauyet@gmail.com> - 2016-03-02 19:26 -0800
Re: Cycler ... cycle.js revisited Re-factoring and enhancing an old stand-by Simon Blackwell <syblackwell@anywhichway.com> - 2016-03-03 04:48 -0800
Re: Cycler ... cycle.js revisited Re-factoring and enhancing an old stand-by "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-03-03 06:45 -0800
Re: Cycler ... cycle.js revisited Re-factoring and enhancing an old stand-by Simon Blackwell <syblackwell@anywhichway.com> - 2016-03-04 10:19 -0800
Re: Cycler ... cycle.js revisited Re-factoring and enhancing an old stand-by Scott Sauyet <scott.sauyet@gmail.com> - 2016-03-04 19:17 -0800
csiph-web