pages/common/*.md: REPL Normalization (#6471)

beep
pixel 2021-09-12 16:03:27 +02:00 committed by GitHub
parent ec4a9a4ee6
commit 882781e410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 15 additions and 15 deletions

View File

@ -31,6 +31,6 @@
`cake server`
- Start a REPL interactive shell instance:
- Start a REPL (interactive shell):
`cake console`

View File

@ -4,7 +4,7 @@
> All options can be defined in a `deps.edn` file.
> More information: <https://clojure.org/guides/deps_and_cli>.
- Start a REPL:
- Start a REPL (interactive shell):
`clj`

View File

@ -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`

View File

@ -20,7 +20,7 @@
`ghc -c {{file.hs}}`
- Run Haskell interactive interpreter (REPL):
- Start a REPL (interactive shell):
`ghci`

View File

@ -3,7 +3,7 @@
> Guile Scheme interpreter.
> More information: <https://www.gnu.org/software/guile>.
- Start the Guile Scheme REPL:
- Start a REPL (interactive shell):
`guile`

View File

@ -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: <https://ipython.org/documentation.html>.
- Start an interactive IPython session:
- Start a REPL (interactive shell):
`ipython`

View File

@ -3,7 +3,7 @@
> A high-level, high-performance dynamic programming language for technical computing.
> More information: <https://docs.julialang.org/en/v1/manual/getting-started/>.
- Start a Julia REPL session:
- Start a REPL (interactive shell):
`julia`

View File

@ -3,7 +3,7 @@
> Python language interpreter.
> More information: <https://www.python.org>.
- Call a Python interactive shell (REPL):
- Start a REPL (interactive shell):
`python`

View File

@ -3,7 +3,7 @@
> R language interpreter.
> More information: <https://www.r-project.org>.
- Start an R interactive shell (REPL):
- Start a REPL (interactive shell):
`R`

View File

@ -3,7 +3,7 @@
> Ruby programming language interpreter.
> More information: <https://www.ruby-lang.org>.
- Open an Interactive Ruby Shell (REPL):
- Start a REPL (interactive shell):
`irb`

View File

@ -3,7 +3,7 @@
> High performance Common Lisp compiler.
> More information: <http://www.sbcl.org/>.
- Start an SBCL interactive shell (REPL):
- Start a REPL (interactive shell):
`sbcl`

View File

@ -3,7 +3,7 @@
> Build tool for Scala and Java projects.
> More information: <https://www.scala-sbt.org/1.0/docs/>.
- Start the SBT interactive shell (REPL):
- Start a REPL (interactive shell):
`sbt`

View File

@ -3,7 +3,7 @@
> Scala application launcher and interactive interpreter.
> More information: <https://scala-lang.org>.
- Start a Scala interactive shell (REPL):
- Start a REPL (interactive shell):
`scala`

View File

@ -3,7 +3,7 @@
> MIT Scheme language interpreter and REPL (interactive shell).
> More information: <https://www.gnu.org/software/mit-scheme>.
- Open an interactive shell (REPL):
- Start a REPL (interactive shell):
`scheme`

View File

@ -3,7 +3,7 @@
> Create, run and build Swift projects.
> More information: <https://swift.org>.
- Invoke the interactive interpreter (REPL):
- Start a REPL (interactive shell):
`swift`