ArkScript-lang / std

ArkScript standard library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArkScript standard library Latest version

GitHub Workflow Status

Online documentation

Complete documentation is available online at arkscript-lang/std.

Generate documentation offline

You can also generate yourself by using our documentation generator, ArkDoc:

python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
python -m arkdoc <version> . --html out
cd out && python -m http.server

Then, open your webbrowser to go to http://localhost:8000/.

About

ArkScript standard library

License:Mozilla Public License 2.0


Languages

Language:Common Lisp 100.0%