└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # KAP 2 | 3 | An implementation of an APL-like language in Kotlin. The implementation is a Kotlin Multiplatform project, and can be 4 | compiled to Java, natively and to Javascript. 5 | 6 | ## This project has moved to Codeberg 7 | 8 | The new git repository is located at: https://codeberg.org/loke/array 9 | --------------------------------------------------------------------------------