Skip to content

Java Interface

Socratic_Phoenix edited this page Aug 21, 2017 · 4 revisions

<-- Back | Next -->


Shnap has a functional, if clunky, interface with the Java language. It should generally not be used outside of the standard library. If you find a feature is missing from the standard library, it would be better if you forked the repository and implemented it in the standard library, rather than using the java interface.

The Java Interface

//TODO add an explanation

Clone this wiki locally