Skip to content

Commit e3e3f65

Browse files
Merge pull request #15 from adityaathalye/master
Cleanup recent changes to the README
2 parents 2d2be66 + 0375b25 commit e3e3f65

File tree

1 file changed

+24
-28
lines changed

1 file changed

+24
-28
lines changed

README.md

+24-28
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ A small but vibrant [global community](https://clojure.org/community/user_groups
3434

3535
- Support a 1-day guided workshop for programmers new to Clojure (not absolute programming beginners).
3636
- 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.
3838
- A `solutions` branch will be available, as a companion to `master`.
3939
But don't peek at it in advance!
4040
- You may see a `workshop-code` branch. Ignore it. It is meant only for
@@ -81,42 +81,38 @@ Take what is useful, discard the rest.
8181

8282
Just do the following one by one, and you should be fine.
8383

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/).
90+
- Any version should do, but prefer Java 8 or higher. We have not tested
91+
this project with Java 7.
92+
- Once you are done, `java -version` should show you a Java version.
93+
8494
## VSCode + Calva
8595

86-
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 (VSCode, Vim, Emacs, Atom), _but_ please avoid [bikeshedding](http://catb.org/jargon/html/B/bikeshedding.html) editors. Just complete the workshop first!
96+
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!
8797

88-
- Download and Install [VSCode](https://code.visualstudio.com/)
98+
- Download and Install [VSCode](https://code.visualstudio.com/).
8999
- Open VSCode and complete the initialization process.
90-
- Open the "Extensions" Tab and search for "Calva", Install the "Calva: Clojure & ClojureScript Interactive Programming" extension
91-
- 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.
100+
- Open the "Extensions" Tab and search for "Calva", Install the "Calva:
101+
Clojure & ClojureScript Interactive Programming" extension.
102+
- Alternatively you can visit the [Calva page](https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva) to install it.
96103

97104
Once installed:
98105

99-
- Clone the repository on your machine
100-
- In VSCode Use File > Open Folder... and open the cloned folder
101-
- Notice that Calva activates
102-
- Open the [Command Pallete](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) in VSCode using `⇧⌘P` on Mac or `Ctrl+Shift+P` on other systems
103-
- Type "Calva: Start Project REPL" and choose "Calva: Start a Project REPL and Connect (aka Jack-In)" from the list
104-
- 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
105-
- VSCode will create a new pane called 'output.calva-repl' and you will see `clj꞉user꞉>` prompt in that screen
106+
- Clone the repository on your machine.
107+
- In VSCode Use File > Open Folder... and open the cloned folder.
108+
- Notice that Calva activates.
109+
- 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.
110+
- Type "Calva: Start Project REPL" and choose "Calva: Start a Project REPL and Connect (aka Jack-In)" from the list.
111+
- 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.
112+
- VSCode will create a new pane called 'output.calva-repl' and you will see `clj꞉user꞉>` prompt in that screen.
106113
- You have a working REPL now!
107-
108114
- Keep the [Paredit guide](https://calva.io/paredit/) handy, editing code will require some understanding of paredit.
109115

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-
120116
## Your favourite editor:
121117

122118
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:
@@ -151,6 +147,6 @@ Live long, and prosper.
151147

152148
## Copyright and License
153149

154-
Copyright © 2017-2018 [IN/Clojure](http://inclojure.org/).
150+
Copyright © 2017-2024 [IN/Clojure](http://inclojure.org/).
155151

156152
Distributed under the [MIT license](https://github.com/inclojure-org/clojure-by-example/blob/master/LICENSE).

0 commit comments

Comments
 (0)