Skip to main content

Command Palette

Search for a command to run...

What is REPL?

Updated
1 min read
What is REPL?

A Read-Eval-Print Loop (REPL) is an interactive interpreter to a programming language. It allows for simple experimentation with a language by bypassing the compile stage of the "code -> compile -> execute" cycle.

There are 4 components to a REPL:

  • A read function, which reads input from the keyboard
  • An eval function, which evaluates code passed to it
  • A print function, which formats and displays results
  • A loop function, which runs the three previous commands until termination

Node

Part 25 of 26

In this Series, I will share my knowledge while learning more about Node

Up next

What tools can be used to assure consistent code style?

Prettier ESLint Airbnb JavaScript Style Guide

More from this blog

R

Raja Muhammad Asher - Senior Software Engineer - Full Stack Developer

157 posts

Full Stack Developer with a passion for building web applications. PHP, Node.js, Laravel, ExpressJS, MySQL, MongoDB. Love collaborating & making a difference