other-languages

here be heresies and things we have to use for work
mathpunk 2018-04-28T03:53:36.000105Z

hey folks, I'm looking around for people who've experienced interoperating with a good-sized Java or JVM-compiling language. I'm curious how tricky it might be.

borkdude 2018-04-28T10:56:37.000030Z

@mathpunk Do you mean Clojure -> Java interop?

mathpunk 2018-04-28T17:09:15.000146Z

@borkdude I'm going to be doing QA on a project with a back end in Java, Scala, and Kotlin

borkdude 2018-04-28T17:36:49.000096Z

What does the QA involve?

mathpunk 2018-04-28T21:22:45.000082Z

@borkdude Good question. I just started; I am thinking it would be good to create generative tests for the modules that exist. I think they are using example-based tests.