On Mon, Jun 11, 2018, 2:55 PM Rick Mangi <[email protected]> wrote: > Next time you have to write unit tests for java, give groovy a try. >
Well I guess we're getting a little of topic for clojure, but I see your point. Problem is I have only so much gray matter, I'm not sure how much room there is inside my skull for yet another language. Can't we write such tests in clojure? ;) It has a lot of features that make this easy, 1 line map construction, > overriding of private methods, super easy to make mocks. There's definitely > some weird syntax, and it's slow, but I'm fine using it for glue or > scripting. > > > On Mon, Jun 11, 2018 at 3:48 PM Gregg Reynolds <[email protected]> wrote: > >> >> >> On Mon, Jun 11, 2018, 2:44 PM Rick Mangi <[email protected]> wrote: >> >>> Believe it or not, I actually like groovy a lot. I used to use it to >>> write unit tests for java code. It's very easy to learn. >>> >> >> Will wonders never cease? I had to learn a bit of groovy a while back >> while dealing with Gradle, and came to hate it. Maybe I just have a bad >> attitude - I blame Clojure! >> >>> >>> On Mon, Jun 11, 2018 at 3:40 PM Gregg Reynolds <[email protected]> >>> wrote: >>> >>>> >>>> >>>> On Mon, Jun 11, 2018, 2:30 PM <[email protected]> wrote: >>>> >>>>> ... >>>> >>>>> We're starting to lean towards gradle >>>>> >>>> >>>> You do understand that that means you have to deal with groovy? ;) >>>> >>>> Fwiw I've been working with Bazel a lot lately and I would never go >>>> back. >>>> >>>> -- >>>> 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/d/optout. >>>> >>> -- >>> 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/d/optout. >>> >> -- >> 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/d/optout. >> > -- > 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/d/optout. > -- 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/d/optout.
