12-09-2020, 09:02 AM
Anyone use Repl.it before?
Having to switch between my personal equipment, then going on-site where I don't have access to it, Repl has come in handy! You can write and run everything from the browser, it does a great job recreating it. You can share and view what others are working on. To even get into their jobs you have to be basically aware of how linux works. Awesome site so far.
REPL.it is a simple yet powerful online IDE, Editor, Compiler, Interpreter, and REPL.
REPL is A read–eval–print loop, also termed an interactive top-level or language shell, is a simple interactive computer programming environment that takes single user inputs, executes them, and returns the result to the user; a program written in a REPL environment is executed piecewise.
Over 50 languages supported: https://repl.it/languages
Having to switch between my personal equipment, then going on-site where I don't have access to it, Repl has come in handy! You can write and run everything from the browser, it does a great job recreating it. You can share and view what others are working on. To even get into their jobs you have to be basically aware of how linux works. Awesome site so far.
REPL.it is a simple yet powerful online IDE, Editor, Compiler, Interpreter, and REPL.
REPL is A read–eval–print loop, also termed an interactive top-level or language shell, is a simple interactive computer programming environment that takes single user inputs, executes them, and returns the result to the user; a program written in a REPL environment is executed piecewise.
Over 50 languages supported: https://repl.it/languages