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 <jhick...@gmail.com> wrote: > >> 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 functions for example (alongside the >> original js): >> >> https://gist.github.com/2363070 >> >> I don't like how I've had to use so many atoms in throttle, but you can't >> set! a local var. Is there a better way to go about this? Maybe I should >> just have one map in an atom, for instance. >> >> - Jason >> http://www.varywell.com/ >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to clojure@googlegroups.com >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> clojure+unsubscr...@googlegroups.com >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en > > > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en