[ANN] Video tutorial about the Meyvn REPL

44 views
Skip to first unread message

Daniel Szmulewicz

unread,
May 12, 2023, 12:52:33 PM5/12/23
to Clojure
Hello everyone, 

The Meyvn REPL supports Java and Kotlin codebases. Source files are being monitored and compiled automatically, so you can create a class in Java, import it in a Kotlin object, which you can then manipulate at the REPL in Clojure. It achieves this by doing static analysis not on source files but on compiled classes. By keeping a dependency graph, it knows which classes need to be reloaded and in what order. This technology is very useful in the context of teams inheriting legacy codebases, typically Java or Kotlin.

Here is a demo.
Reply all
Reply to author
Forward
0 new messages