(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
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.
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
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
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
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