rcaller icon indicating copy to clipboard operation
rcaller copied to clipboard

JVM languages

Open jbytecode opened this issue 3 years ago • 2 comments

I created a folder and started to give some examples on using RCaller in other JVM languages (The first example is in Clojure). We can add some usage examples and code snippets about the other JVM languages including Scala and Kotlin.

I also added a link in README.md section to this documentation.

Here is the example: RCaller and Clojure

Best.

@Kopilov

jbytecode avatar May 27 '21 10:05 jbytecode

@jbytecode Thanks!

In new version I converted public ROutputParser class to interface (may be you can find more backward compatible way for adding new implementation), look this commit. Other changes (excepting JVM 11) should be still compatible.

Kopilov avatar May 27 '21 10:05 Kopilov

many thanks.

maybe, this can be carried on an other issue @Kopilov

jbytecode avatar May 27 '21 11:05 jbytecode