From 882781e41019543fd716442e62faa1fb02d474b9 Mon Sep 17 00:00:00 2001 From: pixel <35269695+pixelcmtd@users.noreply.github.com> Date: Sun, 12 Sep 2021 16:03:27 +0200 Subject: [PATCH] pages/common/*.md: REPL Normalization (#6471) --- pages/common/cake.md | 2 +- pages/common/clj.md | 2 +- pages/common/coffee.md | 2 +- pages/common/ghc.md | 2 +- pages/common/guile.md | 2 +- pages/common/ipython.md | 2 +- pages/common/julia.md | 2 +- pages/common/python.md | 2 +- pages/common/r.md | 2 +- pages/common/ruby.md | 2 +- pages/common/sbcl.md | 2 +- pages/common/sbt.md | 2 +- pages/common/scala.md | 2 +- pages/common/scheme.md | 2 +- pages/common/swift.md | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pages/common/cake.md b/pages/common/cake.md index eb6edda90f..b95a9f6306 100644 --- a/pages/common/cake.md +++ b/pages/common/cake.md @@ -31,6 +31,6 @@ `cake server` -- Start a REPL interactive shell instance: +- Start a REPL (interactive shell): `cake console` diff --git a/pages/common/clj.md b/pages/common/clj.md index 051b176ff2..52103a192f 100644 --- a/pages/common/clj.md +++ b/pages/common/clj.md @@ -4,7 +4,7 @@ > All options can be defined in a `deps.edn` file. > More information: . -- Start a REPL: +- Start a REPL (interactive shell): `clj` diff --git a/pages/common/coffee.md b/pages/common/coffee.md index 94ee1b0e77..40e367f5ed 100644 --- a/pages/common/coffee.md +++ b/pages/common/coffee.md @@ -15,7 +15,7 @@ `coffee --compile {{path/to/file.coffee}} --output {{path/to/file.js}}` -- Run interactive REPL: +- Start a REPL (interactive shell): `coffee --interactive` diff --git a/pages/common/ghc.md b/pages/common/ghc.md index c2bd1b8fb8..fa6d76a1d2 100644 --- a/pages/common/ghc.md +++ b/pages/common/ghc.md @@ -20,7 +20,7 @@ `ghc -c {{file.hs}}` -- Run Haskell interactive interpreter (REPL): +- Start a REPL (interactive shell): `ghci` diff --git a/pages/common/guile.md b/pages/common/guile.md index e471b062dd..946deb4308 100644 --- a/pages/common/guile.md +++ b/pages/common/guile.md @@ -3,7 +3,7 @@ > Guile Scheme interpreter. > More information: . -- Start the Guile Scheme REPL: +- Start a REPL (interactive shell): `guile` diff --git a/pages/common/ipython.md b/pages/common/ipython.md index b310e7b80b..56f44ea15e 100644 --- a/pages/common/ipython.md +++ b/pages/common/ipython.md @@ -3,7 +3,7 @@ > A Python shell with automatic history, dynamic object introspection, easier configuration, command completion, access to the system shell and more. > More information: . -- Start an interactive IPython session: +- Start a REPL (interactive shell): `ipython` diff --git a/pages/common/julia.md b/pages/common/julia.md index 0f8311a6fc..8113c71c62 100644 --- a/pages/common/julia.md +++ b/pages/common/julia.md @@ -3,7 +3,7 @@ > A high-level, high-performance dynamic programming language for technical computing. > More information: . -- Start a Julia REPL session: +- Start a REPL (interactive shell): `julia` diff --git a/pages/common/python.md b/pages/common/python.md index 63ce36f969..f46dd64a1e 100644 --- a/pages/common/python.md +++ b/pages/common/python.md @@ -3,7 +3,7 @@ > Python language interpreter. > More information: . -- Call a Python interactive shell (REPL): +- Start a REPL (interactive shell): `python` diff --git a/pages/common/r.md b/pages/common/r.md index 0baa32f7d5..c71d58c65f 100644 --- a/pages/common/r.md +++ b/pages/common/r.md @@ -3,7 +3,7 @@ > R language interpreter. > More information: . -- Start an R interactive shell (REPL): +- Start a REPL (interactive shell): `R` diff --git a/pages/common/ruby.md b/pages/common/ruby.md index c1d93d820d..6773ecb5b5 100644 --- a/pages/common/ruby.md +++ b/pages/common/ruby.md @@ -3,7 +3,7 @@ > Ruby programming language interpreter. > More information: . -- Open an Interactive Ruby Shell (REPL): +- Start a REPL (interactive shell): `irb` diff --git a/pages/common/sbcl.md b/pages/common/sbcl.md index 961d5d0037..a7665296a0 100644 --- a/pages/common/sbcl.md +++ b/pages/common/sbcl.md @@ -3,7 +3,7 @@ > High performance Common Lisp compiler. > More information: . -- Start an SBCL interactive shell (REPL): +- Start a REPL (interactive shell): `sbcl` diff --git a/pages/common/sbt.md b/pages/common/sbt.md index a5d86394c1..75d20f5287 100644 --- a/pages/common/sbt.md +++ b/pages/common/sbt.md @@ -3,7 +3,7 @@ > Build tool for Scala and Java projects. > More information: . -- Start the SBT interactive shell (REPL): +- Start a REPL (interactive shell): `sbt` diff --git a/pages/common/scala.md b/pages/common/scala.md index c48f76d469..9ca8cddc7f 100644 --- a/pages/common/scala.md +++ b/pages/common/scala.md @@ -3,7 +3,7 @@ > Scala application launcher and interactive interpreter. > More information: . -- Start a Scala interactive shell (REPL): +- Start a REPL (interactive shell): `scala` diff --git a/pages/common/scheme.md b/pages/common/scheme.md index 1b411be02f..db9bacd033 100644 --- a/pages/common/scheme.md +++ b/pages/common/scheme.md @@ -3,7 +3,7 @@ > MIT Scheme language interpreter and REPL (interactive shell). > More information: . -- Open an interactive shell (REPL): +- Start a REPL (interactive shell): `scheme` diff --git a/pages/common/swift.md b/pages/common/swift.md index 61fd15bb01..59efa7dff4 100644 --- a/pages/common/swift.md +++ b/pages/common/swift.md @@ -3,7 +3,7 @@ > Create, run and build Swift projects. > More information: . -- Invoke the interactive interpreter (REPL): +- Start a REPL (interactive shell): `swift`