diff --git a/eval-tips/index.html b/eval-tips/index.html index 68a8038af..71778360a 100644 --- a/eval-tips/index.html +++ b/eval-tips/index.html @@ -2242,7 +2242,7 @@

Code Evaluation#

-

Calva tries to make it easy to evaluate code, supporting interactive development. The fastest path to learning about it is to use the Fire up the Getting Started REPL command, which you can learn more about in the Getting Started section.

+

Calva tries to make it easy to evaluate code, supporting interactive development. The fastest path to learning about it is to use the Create a Getting Started REPL project command, which you can learn more about in the Getting Started section.

NB: The below assumes you have read about Finding Calva Commands and Shortcuts.

Interrupting/stopping running evaluations#

Sometimes you evaluate things that take a very long time to complete, or might not even ever complete (infinite loops, lazy sequences, things like that). Calva has a command for interrupting running evaluations. You find it in the VS Code command palette, as well as in the REPL status bar item menu, when the REPL is connected.

diff --git a/evaluation/index.html b/evaluation/index.html index 2f4f8edde..3bf05634d 100644 --- a/evaluation/index.html +++ b/evaluation/index.html @@ -2242,7 +2242,7 @@

Code Evaluation#

-

Calva tries to make it easy to evaluate code, supporting interactive development. The fastest path to learning about it is to use the Fire up the Getting Started REPL command, which you can learn more about in the Getting Started section.

+

Calva tries to make it easy to evaluate code, supporting interactive development. The fastest path to learning about it is to use the Create a Getting Started REPL project command, which you can learn more about in the Getting Started section.

NB: The below assumes you have read about Finding Calva Commands and Shortcuts.

Interrupting/stopping running evaluations#

Sometimes you evaluate things that take a very long time to complete, or might not even ever complete (infinite loops, lazy sequences, things like that). Calva has a command for interrupting running evaluations. You find it in the VS Code command palette, as well as in the REPL status bar item menu, when the REPL is connected.

diff --git a/get-started-with-clojure/index.html b/get-started-with-clojure/index.html index 627a79997..89c579377 100644 --- a/get-started-with-clojure/index.html +++ b/get-started-with-clojure/index.html @@ -2275,8 +2275,8 @@

Start the Guide

+

The command to run is: Calva: Create a Getting Started REPL project.

+

VS Code Command Palette, Calva Getting Started

That's it. Do it now. This page has some more information to make the start of your Clojure adventure fun and smooth. It ain't going anywhere, though. 😀 Come back to it.

Stuck? Something not working? Or just unclear? diff --git a/getting-started/index.html b/getting-started/index.html index dc79a8ac0..fb3306923 100644 --- a/getting-started/index.html +++ b/getting-started/index.html @@ -428,9 +428,9 @@
  • - + - There is also Standalone REPL + Create a minimal Clojure project @@ -2125,9 +2125,9 @@
  • - + - There is also Standalone REPL + Create a minimal Clojure project @@ -2195,16 +2195,17 @@

    Say hello to CalvaGet Started with Clojure.

  • There's a ”Getting Started” REPL#

    -

    If you are new to Calva, a good place to start is using the command Fire up the ”Getting Started” REPL. (You can open the command palette using the VS Code top menu by going to View -> Command Palette... or by running the associated keyboard shortcut for your OS.) Demo:

    -

    Command Palette Start Standalone REPL

    -

    It will open up a three files in a temporary directory, and start and connect a REPL. The files are:

    +

    If you are new to Calva, a good place to start is using the command Calva: Create a ”Getting Started” REPL. (You can open the command palette using the VS Code top menu by going to View -> Command Palette... or by running the associated keyboard shortcut for your OS.) Demo:

    +

    Command Palette Getting Started REPL

    +

    It will create a new project, open up a three files, and start and connect a REPL. The files are:

    Hello REPL

    -

    The only prerequisite here is that you have Java installed. No pre-installed clojure tools required. (You will want to install these tools later, of course.)

    +

    The only prerequisite here is that you have Java installed.

    +

    See the Getting Started with Clojure guide for a bit more about this feature.

    Note

    On Windows the Oracle Java installer sets Java up in some funny way so that the Getting Started REPL fails to start. We are figuring about workarounds for this, but for now, if you are on Windows, you will need to make VS Code have some other Java in the PATH of its environment for this feature to work. See this issue on the Calva repo for more on this, including any progress.

    @@ -2212,11 +2213,11 @@

    There's a ”Getting Started” REPLThere are standalone ”ClojureScript Quick Start” REPLs#

    Without creating a project structure or installing anything but Calva, you can start standalone ClojureScript REPLs both in a browser and for node: