Basic guide for using Portal with Basilisp.
python -m venv .py
.py/bin/pip install basilisp djblue.portal
.py/bin/basilisp repl
(require '[portal.api :as p])
(p/open)
(add-tap #'p/submit)
(tap> :hello-world)
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |