465f21e7c5
Pull Request: https://github.com/freebsd/freebsd-ports/pull/498
5 lines
298 B
Plaintext
5 lines
298 B
Plaintext
JavaCPP provides efficient access to native C++ inside Java, not unlike the way
|
|
some C/C++ compilers interact with assembly language. No need to invent new
|
|
languages. Instead, similar to what cppyy strives to do for Python, it exploits
|
|
the syntactic and semantic similarities between Java and C++.
|