BrickSort in Java and Kotlin with Clojure interop!

Another video about the Meyvn polyglot REPL environment. This time we look at a real-world code example, BrickSort, with two reference implementations courtesy of the open source library The Algorithms. In the Java version, a static method called OddEvenSort is provided by the class Bricksort, which makes the interop at the REPL straightforward. In the Kotlin version, however, only a top-level function is provided (outside of any class). How are we going to interop with it at the REPL? Watch to know more.

3 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.