Yulang
Algebraic Effects を備えた関数型の核に、LL らしい軽い構文を。
Yulang
A functional core with algebraic effects, shaped by lightweight scripting syntax.
ローカルでも試す
release installer は CLI、標準ライブラリ、初回 cache seed を入れます。
Try it locally
The release installer adds the CLI, standard library, and first cache seed.
Unix
curl -fsSL https://yulang.momota.pw/install.sh | sh -s -- --version v0.1.0-alpha.9
Windows
iwr https://yulang.momota.pw/install.ps1 -OutFile install.ps1; powershell -ExecutionPolicy Bypass -File .\install.ps1 -Version v0.1.0-alpha.9