Skip to content

Commit

Permalink
Merge pull request #664 from eval/fix/broken-link
Browse files Browse the repository at this point in the history
Remove broken link from repl guide
  • Loading branch information
puredanger authored Aug 4, 2023
2 parents a18502b + 6fb4478 commit b258512
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions content/guides/repl/launching_a_basic_repl.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,21 +98,3 @@ Find by Name: (find-name "part-of-name-here")
(user/clojuredocs "ns-here" "name-here")
boot.user=>
----

== Using Java and the Clojure JAR

If you have <<xref/../../getting_started#_other_ways_to_run_clojure,downloaded and built Clojure>>,
you can use Java to launch a Clojure REPL:

[source,shell]
----
java -jar clojure.jar
----

You should see output like the following:

[source,clojure-repl]
----
Clojure 1.9.0
user=>
----

0 comments on commit b258512

Please sign in to comment.