[job] S.F Bay Area: Enjoy using Clojure to do a bit of everyhing?

2018-02-01 Thread Arthur Ulfeldt
Yummly, Redwood City, CA I'm looking for folks who genuinly enjoy using Clojure to do a great variety of things like Backend mobile APIs, Web services, Infrastructre/AWS automation, security scanning, and all sorts of other things. It's really a lot of fun. If you're intersted please email me

Re: Fully lazy sequences are here!

2009-02-19 Thread Arthur Ulfeldt
I would like to second this :) it just looks good! On Wed, Feb 18, 2009 at 8:49 PM, mifrai wrote: > > Thanks Rich! > > Do you think it's worthwhile to add `not-empty?' in the core? > > It just feels more natural to go: > (when (not-empty? (filter even? [1 2])) >...) > over > (when (seq (fil