/reikai

OOP Library

Primary LanguageKotlinMIT LicenseMIT

Reikai

Reikai (originated from japanese - 霊界, meaning spiritual world) is a library for the Kotlin programming language. This library is inspired by φ-calculus, and it's main purpose is to bring OOP to the language.

The idea is that there is no data types — the only data type is ByteArray, an arbitrary length amount of bytes. And the objects manipulate the bytes.

Documentation

Full documentation of this library is available at GitHub Pages

How to Contribute

Fork repository, make changes, send us a pull request. We will review your changes and apply them to the master branch shortly, provided they don't violate our quality standards. To avoid frustration, before sending us your pull request please run full Maven build:

$ mvn clean install -Plint

You will need Maven 3.3+ and Java 8+.