translating underscore.js to clojurescript

2012-04-11 Thread Jason Hickner
Hello, I'm working on porting underscore.js to clojurescript (at least the parts that aren't made redundant by clojurescript already). Mostly it's pretty straightforward, but for some of the trickier functions I'm having trouble finding an idiomatic translation. Here's the throttle and bounce

translating underscore.js to clojurescript

2012-04-11 Thread David Nolen
It might be worth investigating a more functional solution. RxJS looks like a promising project to steal ideas from. David On Wed, Apr 11, 2012 at 6:11 PM, Jason Hickner > wrote: > Hello, > > I'm working on porting underscore.js to clojurescript (at least the parts > that aren't made redundant

Re: translating underscore.js to clojurescript

2012-04-11 Thread Jason Hickner
Thanks, I'll check it out. - Jason On Wednesday, April 11, 2012 4:42:35 PM UTC-7, David Nolen wrote: > > It might be worth investigating a more functional solution. RxJS looks > like a promising project to steal ideas from. > > David > > On Wed, Apr 11, 2012 at 6:11 PM, Jason Hickner wrote: > >

Re: translating underscore.js to clojurescript

2012-04-12 Thread David Nolen
For the curious: https://github.com/Reactive-Extensions/RxJS David On Wed, Apr 11, 2012 at 9:22 PM, Jason Hickner wrote: > Thanks, I'll check it out. > > - Jason > > > On Wednesday, April 11, 2012 4:42:35 PM UTC-7, David Nolen wrote: >> >> It might be worth investigating a more functional solu