Re: Future of clojure.contrib.core/-?> macro

2013-06-10 Thread Shlomi Vaknin
oh thats a much better option! thanks!


On Mon, Jun 10, 2013 at 4:30 PM, James Reeves  wrote:

> On 10 June 2013 13:59, Nicola Mometto  wrote:
>
>>
>> They're in the core.incubator contrib repository
>> https://github.com/clojure/core.incubator
>
>
> They're also in the clojure.core namespace for Clojure 1.5 onward, but
> renamed to some-> and some->>.
>
> - James
>
> --
> --
> 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 a topic in the
> Google Groups "Clojure" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/clojure/FKvIiQeD5sY/unsubscribe?hl=en.
> To unsubscribe from this group and all its topics, send an email to
> clojure+unsubscr...@googlegroups.com.
> 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 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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Future of clojure.contrib.core/-?> macro

2013-06-10 Thread Shlomi Vaknin
great, thanks!


On Mon, Jun 10, 2013 at 3:59 PM, Nicola Mometto  wrote:

>
> They're in the core.incubator contrib repository
> https://github.com/clojure/core.incubator
>
> shlomivak...@gmail.com writes:
>
> > Hey, its been a while since this discussion ended..
> >
> > I read through it and now i am fully confused, where did -?> and -?>> end
> > up being in?
> >
> > Thanks,
> > Shlomi
> >
> > On Thursday, April 21, 2011 5:51:59 PM UTC+3, Ivan Koblik wrote:
> >>
> >> Hi Paul,
> >>
> >> Thanks, good to know. Sorry for the misleading email.
> >>
> >> Cheers,
> >> Ivan.
> >>
> >>
> >> On 21 April 2011 08:47, pmbauer >wrote:
> >>
> >>> Ivan,
> >>> clojure/core use a different workflow than is typical for github
> >>> projects.
> >>> The github readme doesn't indicate, but you may find the process here:
> >>>
> >>> http://clojure.org/contributing
> >>> http://clojure.org/patches
> >>>
> >>> Cheers,
> >>> pm
> >>>
> >>> On Apr 20, 1:44 am, Ivan Koblik  wrote:
> >>> > Hello Konrad,
> >>> >
> >>> > Git workflow is a little bit different. You don't really need commit
> >>> rights
> >>> > to contribute. I found a rather nice explanation of Git workflow
> here:
> >>> http://www.eqqon.com/index.php/Collaborative_Github_Workflow
> >>> >
> >>> > Hope it helps.
> >>> >
> >>> > Cheers,
> >>> > Ivan.
> >>> >
> >>> > On 19 April 2011 16:40, Konrad Hinsen 
> >>> wrote:
> >>> >
> >>> >
> >>> >
> >>> > > On 19 Apr, 2011, at 13:56 , Stuart Halloway wrote:
> >>> >
> >>> > > >> Concerning my own modules in old contrib, there are three that I
> >>> use
> >>> > > myself and that I am planning to maintain, independently of where
> >>> they will
> >>> > > end up:
> >>> > > >> - clojure.contrib.monads
> >>> > > >> - clojure.contrib.macro-utils
> >>> > > >> - clojure.contrib.generic
> >>> >
> >>> > > > There is an empty repos already waiting for your macro utils:
> >>> > >https://github.com/clojure/tools.macro
> >>> >
> >>> > > Great, thanks, I'll start with that one. Monads depend on it
> anyway.
> >>> But I
> >>> > > need commit permissions, which I probably don't have, but I don't
> >>> even know
> >>> > > how to find out without trying to do a commit. Can you please add
> me
> >>> in the
> >>> > > right place? My github account is khinsen.
> >>> >
> >>> > > > I have put some suggested names for the other new projects at
> >>> > >http://dev.clojure.org/display/design/Contrib+Library+Names. Please
> >>> review
> >>> > > and comment, either there or here on the list.
> >>> >
> >>> > > It seems that for now the top-level namespaces (well, next-to-top)
> are
> >>> > > - clojure.core
> >>> > > - clojure.data
> >>> > > - clojure.java
> >>> > > - clojure.tools
> >>> >
> >>> > > I would like to suggest a new one, clojure.control, for control
> >>> structures.
> >>> > > This would be the natural home for monads, but also for
> >>> parallelization
> >>> > > frameworks and even for threading macros. None of this really fits
> >>> into
> >>> > > "data" or "tools".
> >>> >
> >>> > > If the goal is to keep the number of top-level namespaces as small
> as
> >>> > > possible, I'd even propose to put clojure.contrib.generic under
> that
> >>> label.
> >>> > > Otherwise, I'd propose yet another namespace, clojure.interfaces,
> >>> where the
> >>> > > various submodules of generic would find their home next to other
> >>> protocols
> >>> > > and interfaces of general interest.
> >>> >
> >>> > > Konrad.
> >>> >
> >>> > > --
> >>> > > You received this message because you are subscribed to the Google
> >>> > > Groups "Clojure" group.
> >>> > > To post to this group, send email to clo...@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+u...@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 clo...@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+u...@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
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "Clojure" group.
> To uns

Re: Java interop: "Can't call public method of non-public class"

2013-03-12 Thread Shlomi Vaknin
hey, I have a similar problem, even when i type annotate with clojure 1.5 i
still get that error.. any suggestions?

-- 
-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.