We are currently working on the Japanese documentation.
Documentation in other languages will be provided after the Japanese documentation is written.
Getting Started
rev20211203
Setup
You can install Cotowali with Konryu that is written in Cotowali itself。
Run the following commands. Then commands konryu
, lic
and lish
will be available.
curl -sSL https://konryu.cotowali.org | sh
# Add following codes to your shell config like .bashrc
# export PATH="$HOME/.konryu/bin:$PATH"
# eval "$(konryu init)"
If setup successfully. You will see Hello World
with the following command.
echo 'println("Hello World")' | lic run