Skip to content

Commit

Permalink
add contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Jul 30, 2020
1 parent 9b244b3 commit 5df2f57
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions content/community/downloads.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,30 @@ Rich Hickey

ifdef::env-github,env-browser[:outfilesuffix: .adoc]



= Clojure Tools

Clojure provides an optional, but recommended set of <<xref/../../guides/deps_and_cli#,command line tools>> that can be used to start a Clojure repl, use Clojure and Java libraries, and start Clojure programs.

See the https://github.com/clojure/brew-install/blob/1.10.1/CHANGELOG.md[changelog] for version information.

After following these installation instructions, you should be able to use the `clj` or `clojure` command to start a Clojure repl.




[NOTE]
====
New to Clojure? Head to the <<xref/../../guides/getting_started#,Getting Started>> guide instead for information on how to install the Clojure tools!
These tools allow you to start a REPL for interactive use, download Clojure libraries (including Clojure itself), and run Clojure programs.
====

= Clojure Language

The Clojure language is distributed as a Java Archive (JAR) file that can be included on your JVM classpath. Most developers use a dependency manager or build tool to specify and download their Clojure dependency.

== Stable Release: 1.10.1 (June 6, 2019)

Include the release in your project using the following coordinates:
Expand Down
1 change: 1 addition & 0 deletions content/dev/contributors.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1465,6 +1465,7 @@ Alf Kristian Støyle,stoyle
Tristan Strange,triss
Jefrey Straszheim,
Stephen Striplin,arsenerei
Peter Strömberg,PEZ
Robert Stuttaford,
Gijs Stuurman,thegeez
Carl X. Su,bcbcarl
Expand Down
2 changes: 1 addition & 1 deletion content/guides/getting_started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ toc::[]

Welcome to Clojure!

Check out <<learn/syntax#,Learn Clojure>>, <<xref/../../community/resources#,Resources>>, or <<xref/../../community/books#,Books>> for learning the language!
Check out <<learn/syntax#,Learn Clojure>>, <<xref/../../community/resources#,Resources>>, or <<xref/../../community/books#,Books>> to learn the language!

== Dependencies

Expand Down

0 comments on commit 5df2f57

Please sign in to comment.