@fed1/jsos
v1.0.0-preview.3
Published
WARNING: DO NOT USE! This library does not have a stable release yet.
Downloads
9
Readme
JSOS - JavaScript Object System
WARNING: DO NOT USE! This library does not have a stable release yet.
JSOS is a multimethod (multiple dispatch) library inspired by languages such as Common Lisp, Clojure, Julia, and Rust.
Building the docs
You need mkdocs to build the docs website. It's a Python software, so you need to install Python and the pip package manager to install it like this:
pip install mkdocs
Then you can simply re-build the documentation with:
npm run docs