You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -495,6 +495,9 @@ Main motivations for using Kotlin over Python for scripting and development are
495
495
* The JVM dependency ecosystem allows for strict versioning. No more messing around with virtualenv, e.g. to run a short 10liner against a specific version of numpy.
496
496
497
497
498
+
### Does kscript work with java?
499
+
500
+
The only language supported by `kscript` is kotlin. For a similar approach centering around Java scripting see [jbang](https://github.com/maxandersen/jbang).
0 commit comments