资源介绍
jnim-用于Nim语言的JNI库
与Java VM进行本地语言集成从未如此简单!
import jnim
# Import a couple of classes
jclass java.io. PrintStream of JVMObject :
proc println (s: string )
jclass java.lang. System of JVMObject :
proc `out` : PrintStream {. prop , final , ` static `.}
# Initialize JVM
initJNI ()
# Call!
System .` out `. println ( "This string is printed with System.out.println!" )
总览
主要功能列表:
API分为两个部分:低级和高级。
它