|
|
|
|
|
by lokedhs
2134 days ago
|
|
I have been working on a "modern" language based on APL. It implements features such as macro-like custom syntax, first-class functions and closures. It's developed in Kotlin and can be compiled to the JVM as well as natively using the new Kotlin multiplatform feature. Javascript will also be possible once Kotlin multiplatform supports reflection. The project is still nowhere near finished, but it can at least run Conway's Game of Life: https://peertube.mastodon.host/videos/watch/4a19ca9e-7ca6-41... I haven't worked on it for the last several months due to other projects having higher priority, but I will probably get back to it later. https://github.com/lokedhs/array |
|