Hold on ! This is a huge work in progress where features and supported languages depending on expectations from Literate. This may change after the first major release. For now, we’re only interested in translating to JavaScript and Kotlin but Swift support should come soon.
At LiterateInk, we're writing librairies targetting multiple languages to provide support for most platforms.
For example, we absolutely need a JavaScript version for Papillon, a Kotlin version for Literate Android and a Swift version for Literate iOS.
Before, we had a Rust structure with uniffi-rs
for Kotlin and Swift paired with wasm-bindgen
to provide JavaScript bindings through WASM.
We ran into an issue where React Native was NOT supporting WASM, and even plugins to support it were doing nothing. To prevent this, we decided to move on and rewrite the library to JavaScript for Papillon. It was not a really fun process since we had to manage multiple codebases at once.
Inklang is a language that compiles to whatever language you want that is supported. It is designed to be simple and easy to use.
You can start by heading to the ./docs
directory.
This project is licensed under the MIT License - see the LICENSE file for details.