It is an online environment for interactively exploring programming languages. The name comes from theĀ read-eval-print loop, the interactive toplevel used by languages like Lisp and Python.
All code processed by repl.it runs entirely on your computer, with no server-side evaluation. It uses language interpreters written in JavaScript to execute your code and keep track of state