Can reify/deftype produce static methods? How?

2018-12-27 Thread Laurens Van Houtven
Hi, I'm porting some JDK 8 code to JDK 9 and hit a snag that boils down to "an interface, of which I tried to implement all the methods, suddenly grew a few static methods and deftype doesn't know how to do that". I tried ^:static and ^{:static true}. You can try this as follows: java.util.Map g

Can reify/deftype produce static methods? How?

2018-12-27 Thread Alex Miller
Isn’t the whole point of static interface methods hat you don’t need to implement them? -- 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 - ple

Re: Can reify/deftype produce static methods? How?

2018-12-27 Thread Laurens Van Houtven
Uh, crud. Yes, that does make a lot of sense :-) Never mind then! thanks, lvh On Thu, Dec 27, 2018 at 5:43 PM Alex Miller wrote: > Isn’t the whole point of static interface methods hat you don’t need to > implement them? > > -- > You received this message because you are subscribed to the Googl