-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does lets-plot support embeded in java and scala #267
Comments
Hi, since both Kotlin and Scala run on the JVM and have good interoperability, you can, technically, use it in mixed projects. However, some of Kotlin's DSL-style syntax will be lost in scale (like the "+" operator).
Becomes more verbose in Scala:
|
thanks ,if I use lets-plot in scala-sbt project, could you tell me which lets-plot module package dependencies should use ,because to many module |
You will need to add To get started, it might be a good idea to check out the lets-plot-mini-apps and try running a simple app here: https://github.com/alshan/lets-plot-mini-apps/blob/main/jvm-swing-batik-app/build.gradle.kts . |
Ok ,Very thanks, I will try it |
lets-plot is very powerful, but I write scala code almost ,so I wanna know does lets-plot is support kotlin/scala mixed code project
The text was updated successfully, but these errors were encountered: