Tradução de "JShell" em inglês
Não foi possível encontrar esta entrada. Mostrando resultados aproximados. Verifique a ortografia ou proponha a adição deste termo ao dicionário.
Lorsque vous tapez un bout de code, JShell lit, évalue et affiche immédiatement ses résultats.
When you enter a snippet, JShell immediately reads, evaluates, and prints its results.
Avec JShell, vous pouvez entrer les éléments de programme un par un, voir immédiatement le résultat et faire les ajustements nécessaires.
Using JShell, you can enter program elements one at a time, immediately see the result, and make adjustments as needed.
C'est pourquoi JShell remplace le cycle fastidieux d'édition, de compilation et d'exécution par sa boucle read-evaluate-print.
Therefore JShell replaces the tedious cycle of editing, compiling and executing with its read-evaluate-print loop.
JShell et son feedback instantané retiennent ainsi votre attention, améliorent vos performances et accélèrent les processus d'apprentissage et de développement.
So, JShell and its instant feedback keeps your attention, enhances your performance and speeds up the learning and software development processes.
Vous pouvez également prototyper du code complexe à l'aide de JShell, au lieu du traditionnel cycle fastidieux d'édition, de compilation et d'exécution de code.
You can also prototype complex code using JShell, instead of the traditional tedious cycle of editing, compiling and executing code.
Maintenant que JDK 10 est installé, commençons à jouer avec JShell, alors passons directement au terminal pour commencer à bidouiller les fonctionnalités du type var avec des exemples.
Now you have JDK 10 installed, let's start playing with JShell, so let's jump right ahead to the terminal to start hacking var type feature capabilities with examples.
JShell fournit un environnement rapide et convivial qui vous permet d'explorer, de découvrir et d'expérimenter rapidement les fonctionnalités du langage Java et ses nombreuses bibliothèques.
JShell provides a fast and friendly environment that enables you to quickly explore, discover and experiment with Java language features and its extensive libraries.
Voyons maintenant quelques exemples rapides pour comprendre ce qui peut être fait avec cette nouvelle fonctionnalité du type var utilisant JShell. Logiciel requis
So now, let's go through some quick examples to understand what can be done with this new var type feature using JShell.
Assez d'introduction pour JShell, InfoQ a récemment publié une introduction complète à l'outil.
That is enough introduction for JShell, and InfoQ have recently published a thorough introduction to the tool.
JShell est le REPL qui nous permet d'exécuter des lignes de code individuelles, ou même des scripts, en Java.
JShell is the REPL that allows us to run individual lines of code, or even scripts, in Java.
À partir de Java SE 9, l'outil JShell (REPL) prenant en charge la programmation interactive a été ajouté, dans le but de faciliter la programmation et l'apprentissage de Java.
Starting with Java SE 9 a JShell (REPL) tool that supports interactive programming has been added, with the intent of making Java easier to program and learn.
La bonne nouvelle, c'est que vous allez utiliser l'outil JShell qui est intégré et livré avec Java SE JDK depuis Java SE 9, qui était une fonctionnalité phare de cette version.
The great news again is that you are going to use the JShell tool that is built-in and shipped with Java SE JDK since Java SE 9, which was a flagship feature of that release.
Vous avez ensuite découvert le nouvel outil JShell, l'implémentation REPL de Java, qui vous aide à apprendre rapidement le langage Java et à explorer de nouvelles API Java et ses fonctionnalités.
You then learned about the new JShell tool, Java's REPL implementation, that help you to learn quickly Java language, and explore new Java APIs and its features.