Reg Braithwaite

Results 94 issues of Reg Braithwaite

``` At the end of https://leanpub.com/javascript-allonge/read#leanpub-auto-val..., it states that when you do this: var ouroboros = []; ouroboros[0] = ouroboros; //=> [ [Circular] ] Examining ouroboros and ouroboros[0] with '==='...

A way to mix a collection of methods into a wrapped object for use as roles in contexts. Something like: ``` coffeescript receivingAccount = KT(accountModel).chain().I credit: (amount) -> @set balance:...

Also, shorten that example.

Useful for turning objects into roles and temporarily wrapping them. Expose a `self'`-like variable. See DCI.

`.KM` and `.TM`, as in [Mockingbirds and Simple Recursive Combinators in Ruby](https://github.com/raganwald/homoiconic/blob/master/2011/11/mockingbirds.md)

See [jQuery Combinators](http://github.com/raganwald/JQuery-Combinators)

e.g. `.ergo` from [jQuery Combinators](http://github.com/raganwald/JQuery-Combinators)

Something similar to the example from jQuery Combinators, perhaps a Gamr of Life simulation?