This commit is contained in:
Michiel Borkent 2022-05-17 14:24:51 +02:00
parent a488900e23
commit 848dd52d3c
3 changed files with 25 additions and 17 deletions

View file

@ -33,6 +33,6 @@ Idea by Arne Brasseur a.k.a [plexus](https://github.com/plexus).
## License ## License
Copyright © 2021 Michiel Borkent Copyright © 2021 - 2022 Michiel Borkent
Distributed under the EPL License. See LICENSE. Distributed under the EPL License. See LICENSE.

View file

@ -10,4 +10,6 @@
(.append (.append
(js/document.createTextNode "there"))))) (js/document.createTextNode "there")))))
(defn foo [])
(js/alert "Isn't this cool? :)") (js/alert "Isn't this cool? :)")

View file

@ -118,6 +118,12 @@
Click me! Click me!
</button> </button>
<a name="repl"></a>
<h2><a href="#nrepl">REPL</a></h2>
To connect to a REPL with Scittle,
see <a href="https://github.com/babashka/scittle/blob/main/README.md#repl">README.md</a>
<a name="examples"></a> <a name="examples"></a>
<h2><a href="#examples">Examples</a></h2> <h2><a href="#examples">Examples</a></h2>
<ul> <ul>