Re: Clojure usage in production - survey on Hacker News (Nov 2014)

2014-11-03 Thread viksit
(and that blog post) and "production" is stretching definitions pretty > far sadly. > > > > On Mon, Nov 3, 2014 at 4:55 PM, viksit > > wrote: > >> Hello all, >> >> I was curious about the state of Clojure in production, and put up this >> t

Clojure usage in production - survey on Hacker News (Nov 2014)

2014-11-03 Thread viksit
s it before they do. Cheers, Viksit -- 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.

Tailing a file in Clojure

2010-12-02 Thread viksit
a log file and I'd like to parse it as it gets appended to. Thanks Viksit -- 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

Re: parallel vs serial iteration in a "for" loop

2010-06-18 Thread viksit
Hey Meikel, On Jun 17, 10:48 pm, Meikel Brandmeyer wrote: > Hi, > > On Jun 18, 1:35 am, viksit wrote: > > > (loop for x in '(a b c d e) > >       for y in '(1 2 3 4 5) > >       collect (list x y) ) > > > ((A 1) (B 2) (C 3) (D 4) (E 5)) &g

Re: parallel vs serial iteration in a "for" loop

2010-06-17 Thread viksit
the loop macro provides, (loop for x in '(a b c d e) for y in '(1 2 3 4 5) collect (list x y) ) ((A 1) (B 2) (C 3) (D 4) (E 5)) Are there any good (and idiomatic) methods to achieve this using a Clojure loop construct? Cheers Viksit > > On Jan 8, 4:41 pm, Co

Re: vimclojure issues

2009-08-28 Thread viksit
type command to continue The same problem hapens when the cursor is at d, e, or anything inside the parens. \sr works fine. I've tried this with syntax=on and off - which doesnt' make a difference. Cheers Viksit On Aug 24, 1:23 pm, Meikel Brandmeyer wrote: > Hi, > > Am 24