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-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,18 @@ Take what is useful, discard the rest.
81
81
82
82
Just do the following one by one, and you should be fine.
83
83
84
+
## Java
85
+
86
+
You need Java installed.
87
+
88
+
- Run `java -version` in your terminal.
89
+
- If Java is not installed, please [download and install Java from here](https://adoptopenjdk.net/). Any version should do.
90
+
- Once you are done, `java -version` should show you a Java version.
91
+
92
+
Notes:
93
+
94
+
- We have not tested this project with Java 7.
95
+
84
96
## VSCode + Calva
85
97
86
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!
@@ -89,10 +101,6 @@ We support VSCode + Calva IDE in the classroom for this workshop. We suggest you
89
101
- Open VSCode and complete the initialization process.
90
102
- Open the "Extensions" Tab and search for "Calva", Install the "Calva: Clojure & ClojureScript Interactive Programming" extension
91
103
- Alternatively you can visit the [Calva page](https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva) to install it
92
-
- You need Java Installed
93
-
- Run `java -version` in your terminal.
94
-
- If Java is not installed, please [download and install Java from here](https://adoptopenjdk.net/). Any version should do.
95
-
- Once you are done, `java -version` should show you a Java version.
96
104
97
105
Once installed:
98
106
@@ -107,16 +115,6 @@ Once installed:
107
115
108
116
- Keep the [Paredit guide](https://calva.io/paredit/) handy, editing code will require some understanding of paredit.
109
117
110
-
### Java
111
-
112
-
- Run `java -version` in your terminal.
113
-
- If Java is not installed, please [download and install Java from here](https://adoptopenjdk.net/). Any version should do.
114
-
- Once you are done, `java -version` should show you a Java version.
115
-
116
-
Notes:
117
-
118
-
- We have not tested this project with Java 7.
119
-
120
118
## Your favourite editor:
121
119
122
120
You may find instructions for your favourite editor at one of these pages. But there are only so many choices. Ultimately, you must pick your poison and run with it:
0 commit comments