The

Whole Code

Catalog

Replit

Reviewed July 24, 2019

Disclaimer: Replit is a sponsor of the Future of Coding.

Repl.it is an zero-setup, online IDE for over 30 programming languages. It began as a code playground and REPL, compiling languages to the browser via Emscripten, but is now a full development environment that runs each language on a Docker container. It is used for everything from deploying web servers, to building games, and training ML models. It's particularly popular in education and with teenage hackers in part due to its lively forum.

Product Feel

Basic Usage

The above video creates an Express app that counts the number of times the page was loaded since the server starts. It demonstrates:

Detailed revision history

Replit records detailed revision history for every set of changes, allowing easy rollbacks.

Community

Replit Talk, the online community, is one of the biggest draws for teenage hackers. They collaborate, give and receive help, and compete in "gam jam" competitions.

Classroom

Popular with schools, the Replit classrooms features autograding via unit tests, tracking student progress, reusable assignments, and open-source classes.

Pricing

Paid accounts have private repls, and faster machines (4x CPU and 2GB RAM), and 10GB total storage.

Wishes

Past wishes that were granted:

Further Reading