Skip to content

Commit b04c10d

Browse files
committed
Added pointer to jbang (fixes #253)
1 parent d76812b commit b04c10d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,6 +495,9 @@ Main motivations for using Kotlin over Python for scripting and development are
495495
* 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.
496496

497497

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).
498501

499502

500503

0 commit comments

Comments
 (0)