Liking cljdoc? Tell your friends :D

Basilisp Guide

Basic guide for using Portal with Basilisp.

Setup

python -m venv .py 
.py/bin/pip install basilisp djblue.portal
.py/bin/basilisp repl

Basic Usage

(require '[portal.api :as p])
(p/open)
(add-tap #'p/submit)
(tap> :hello-world)

See more

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close