Right now there is no mailing list, I'll set it up tonight.

You can either write me directly ([email protected]) or create an issue
on GitHub.


On Fri, Sep 6, 2013 at 5:43 PM, Ulises <[email protected]> wrote:

> I'm sure it's a bit early but is there a mailing list for this?
>
> I've ran into trouble trying EEP on a really simple flow (the even vs.
> odds in the docs.) and I'd like to ask a few questions.
>
> U
>
> On 6 September 2013 02:24, Timothy Pratley <[email protected]>
> wrote:
> > Awesome!
> >
> > Thank you for making this available, neat library - I like it.
> >
> >
> >
> >
> > PS:  You can improve your golf score by using rand-nth  :) :)
> >
> > (defn gen-events []
> >   (map #(assoc %1 :id %2)
> >        (repeatedly #({:host        (rand-nth hosts)
> >                       :status      (rand-nth status-codes)
> >                       :url         (rand-nth urls)
> >                       :user-agent  (rand-nth user-agents)
> >                       :load-time   (rand-between 300 500)}))
> >        (iterate inc 1)))
> >
> >
> > Regards,
> > Timothy
> >
> > --
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Clojure" group.
> > To post to this group, send email to [email protected]
> > Note that posts from new members are moderated - please be patient with
> your
> > first post.
> > To unsubscribe from this group, send email to
> > [email protected]
> > 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 unsubscribe from this group and stop receiving emails from it, send an
> > email to [email protected].
> > For more options, visit https://groups.google.com/groups/opt_out.
>
> --
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to [email protected]
> Note that posts from new members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> [email protected]
> 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 unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
alex p

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to