- Mon, May 29, 2017
Check out my Repl!
The label "sessions" is very near and dear to my heart. I vividly remember how Amjad came up with the name and why. Afte... - Wed, May 17, 2017
Introducing Kotlin REPL
On the heels of Google announcing native Kotlin support on Android yesterday, we thought it'd be cool to get a Kotlin RE... - Tue, Mar 28, 2017
Require any npm package
Last year we introduced support for importing any Python package from PyPi and -- although we don't have perfect support... - Thu, Mar 2, 2017
Start Coding with Clojure on Replit
Earlier this week we introduced Haskell support. And now, as promised, we're continuing to add more functional languages... - Mon, Feb 27, 2017
Start Coding with Haskell on Replit
We heard your requests for Haskell and today we're excited to finally announce Haskell as yet another language we suppor... - Mon, Jan 23, 2017
Infinite Loops
At Repl.it we aim to make the full power of programming easily accessible for everyone. That's why when we designed our ... - Fri, Dec 23, 2016
Live File Updates
Today we're excited to release a feature which shows any files your program creates directly inside the REPL. And any ti... - Fri, Dec 2, 2016
Python Package Search
We recently made it possible to import any package from PyPi. However, people who missed the announcement didn't know th... - Mon, Nov 28, 2016
Introducing Step Debugging for Python
Debug your Python3 programs from your browser At Repl.it, our goal is to make programming more accessible, and as part ... - Sat, Nov 12, 2016
Introducing Pylint Support
Today, we're excited to introduce lint support for Python3. Where previously you had to run your code, look at the conso... - Tue, Oct 25, 2016
from PyPi import *
Import any Python Package At Repl.it, our goal is to make programming more accessible, and as part of this we aim to pr... - Tue, Oct 4, 2016
Introducing Turtle Graphics For Python
Ever since the LOGO programming language educators have been using Turtle Graphics to demonstrate the power of programmi... - Thu, Jul 21, 2016
Every Project Should Have Its Own REPL
It's no secret we're big fans of REPLs. We believe that immediate access to the programming environment accelerates lear... - Sat, Jun 18, 2016
Autocomplete Your Code with Replit
Autocomplete plays a big role in how we use software, imagine a world where you have to type full search terms without p... - Tue, Jun 14, 2016
A Swift REPL
In this age of containers it's much easier to run arbitrary code in the cloud. The harder parts are scaling the service,...