Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit 57ce0e7

Browse files
committed
Add instructions to make first cljs repl experience more awesome - LightTable/Clojure#1164
1 parent a06dd5c commit 57ce0e7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
The official Clojure language plugin for Light Table.
44

5+
## First ClojureScript Repl
6+
7+
Welcome first time ClojureScript users! Please see [David Nolen's tutorial](https://github.com/swannodette/lt-cljs-tutorial) to get familiar with ClojureScript and comfortable with LightTable's repl. Note while doing that tutorial you were in a namespace. A namespace is necessary for a LightTable repl. Once you have finished the tutorial, create your own ClojureScript project with `lein new mies my-project` and eval there. If you want to add dependencies to your project, read the [below section](#clojurescript-eval) as that requires a different type of LightTable connection.
58

69
## ClojureScript Eval
710

@@ -13,7 +16,6 @@ There are 3 ways to eval ClojureScript, 2 of which use your ClojureScript javasc
1316

1417
3. `Browser (External)` - Connect to a web page that has the compiled ClojureScript sourced. In addition to navigating the external browser, you must copy the script tag into that web page. Requires more setup than the internal browser but gives you the freedom to use any browser.
1518

16-
1719
## For Commiters
1820

1921
* When releasing a new plugin version and lein-light-nrepl has changed:

0 commit comments

Comments
 (0)