You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ A small but vibrant [global community](https://clojure.org/community/user_groups
34
34
35
35
- Support a 1-day guided workshop for programmers new to Clojure (not absolute programming beginners).
36
36
- Also function as at-home learning material for said programmers.
37
-
- The `master` branch is heavily commented, for at-home use
37
+
- The `master` branch is heavily commented, for at-home use.
38
38
- A `solutions` branch will be available, as a companion to `master`.
39
39
But don't peek at it in advance!
40
40
- You may see a `workshop-code` branch. Ignore it. It is meant only for
@@ -97,20 +97,21 @@ Notes:
97
97
98
98
We support VSCode + Calva IDE in the classroom for this workshop. We suggest you use this setup, unless of course, you have already configured your favourite editor for Clojure development. We've listed alternate starter kits below (IntelliJ, Vim, Emacs, Atom), _but_ please avoid [bikeshedding](http://catb.org/jargon/html/B/bikeshedding.html) editors. Just complete the workshop first!
99
99
100
-
- Download and Install [VSCode](https://code.visualstudio.com/)
100
+
- Download and Install [VSCode](https://code.visualstudio.com/).
101
101
- Open VSCode and complete the initialization process.
102
-
- Open the "Extensions" Tab and search for "Calva", Install the "Calva: Clojure & ClojureScript Interactive Programming" extension
103
-
- Alternatively you can visit the [Calva page](https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva) to install it
102
+
- Open the "Extensions" Tab and search for "Calva", Install the "Calva:
- Alternatively you can visit the [Calva page](https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva) to install it.
104
105
105
106
Once installed:
106
107
107
-
- Clone the repository on your machine
108
-
- In VSCode Use File > Open Folder... and open the cloned folder
109
-
- Notice that Calva activates
110
-
- Open the [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) in VSCode using `⇧⌘P` on Mac or `Ctrl+Shift+P` on other systems
111
-
- Type "Calva: Start Project REPL" and choose "Calva: Start a Project REPL and Connect (aka Jack-In)" from the list
112
-
- Select `deps.edn` when prompted for Project type. We are using [tools.deps](https://clojure.org/guides/deps_and_cli) for managing the project. You don't need to worry about it's details for this workshop
113
-
- VSCode will create a new pane called 'output.calva-repl' and you will see `clj꞉user꞉>` prompt in that screen
108
+
- Clone the repository on your machine.
109
+
- In VSCode Use File > Open Folder... and open the cloned folder.
110
+
- Notice that Calva activates.
111
+
- Open the [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) in VSCode using `⇧⌘P` on Mac or `Ctrl+Shift+P` on other systems.
112
+
- Type "Calva: Start Project REPL" and choose "Calva: Start a Project REPL and Connect (aka Jack-In)" from the list.
113
+
- Select `deps.edn` when prompted for Project type. We are using [tools.deps](https://clojure.org/guides/deps_and_cli) for managing the project. You don't need to worry about it's details for this workshop.
114
+
- VSCode will create a new pane called 'output.calva-repl' and you will see `clj꞉user꞉>` prompt in that screen.
114
115
- You have a working REPL now!
115
116
116
117
- Keep the [Paredit guide](https://calva.io/paredit/) handy, editing code will require some understanding of paredit.
0 commit comments