Aber wichtiger noch, lass uns die Funktion an dem REPL ausprobieren
But more importantly, let's try this function out at the REPL
Soweit so nett, doch will man natürlich richtige Programme erstellen, die kein REPL benötigen.
Nice, but the goal is, of course, to execute real programs not needing the REPL.
Da unten ist die Syntax einer REPL Aufruf
Given below is the syntax of an REPL call
REPL wird meistens dafür verwendet, eine bestimmte Codestelle auszuprobieren, etwa eine einzelne Zeile.
The REPL is mostly used for trying a specific piece of code, typically a single line.
Tests welche in einer REPL ausgeführt werden, sind nicht persistent.
Tests executed in REPL are not persistent, which can lead to regressions later on
IEx ist ein REPL und hat viele fortgeschrittene Features, die dir das Leben leichter machen können wenn du neuen Code erkundest oder eigene Projekte entwickelst.
It is a REPL, but it has many advanced features that can make life easier when exploring new code or developing your own work as you go.
Das System erstellt (wenn noch nicht vorhanden) die spezielle REPL$-Freigabe, die für die Exportreplikation erforderlich ist.
If it does not already exist, the system creates the special REPL$ share, required for export replication.
Eine Liste lässt sich auf verschiedene Arten erzeugen: (wie im letzten Artikel zu Funktionen erklärt, lassen sie diese Beispiele auch gut mit der REPL ausführen.)
There are several ways to create a list: (as shown in the previous article about functions you can use the REPL to run the code samples.)
Dynamische, interaktive Entwicklung in der REPL (Read-eval-print loop).
The interactive mode is also known as a REPL (read-eval-print loop).
Die verfügbaren Komponenten von Swift beinhalten Swift Compiler, Debugger, Foundation Libraries, Standard Library, REPL und Package Manager.
Components available include the Swift compiler, debugger, standard library, foundation libraries, package manager and REPL.
Die folgende Tabelle zeigt die entsprechenden Statuscodes nach einer REPL oder DLET Aufruf
The following table shows the relevant status codes after an REPL or a DLET call
Die meisten Sprachen stellen eine REPL zur Verfügung, wenn man den Interpreter ohne Argumente startet (z.B. python oder perl) oder in manchen Fällen mit einem anderen Kommando (z.B. irb für Ruby, rails console für Rails).
Most languages provide a REPL by running the interpreter without any arguments (e.g. python or perl) or in some cases have a separate command (e.g. irb for Ruby, rails console for Rails).
Rakudo Star beinhaltet einen Zeileineditor der dabei hilft, REPL leichter verwendbar zu machen.
Rakudo Star bundles a line editor that helps you get the most out of the REPL.