A multiplayer notebook for exploratory learning and teaching in probabilistic computing.
- install dependencies:
yarn
- start the dev server:
bb dev
The dev server uses a local emulator for the Firebase database, so you won't see production data here.
Third party libraries currently require a PR to this repo. See maria.editor.extensions.config
and other namespaces in maria.editor.extensions
for examples.
- functions that return promises end with
+
, likefetch-doc+
- mutable things start with
!
, like!state
This software is a fork of Maria.cloud, a collaborative work by @daveliepmann, @jackrusher, and @mhuebert (see MARIA.md) with support from Clojurists Together.