repl
Repl.it is a San Francisco-based start-up and online IDE. It allows developers to write code, build, and host apps or websites from their browser. There are over 50 supported languages from Python and Ruby to LOLCODE and QBasic.
Here are 1,156 public repositories matching this topic...
TypeScript execution and REPL for node.js
-
Updated
Apr 4, 2022 - TypeScript
-
Updated
Apr 1, 2022 - TypeScript
Red is a next-generation programming language strongly inspired by Rebol, but with a broader field of usage thanks to its native-code compiler, from system programming to high-level scripting and cross-platform reactive GUI, while providing modern support for concurrency, all in a zero-install, zero-config, single 1MB file!
-
Updated
Apr 5, 2022 - Red
A statically typed lisp, without a GC, for real-time applications.
-
Updated
Apr 7, 2022 - Haskell
"Snap" is a popular package format that enables Linux users to install and run applications cross-distro.
In order to help potential users discover and use fq, it would be neat to automatically build and publish a snap during the release process.
fq utilizes GoReleaser in [the "release" workflow
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
-
Updated
Apr 1, 2022 - Python
Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
-
Updated
Nov 2, 2021 - Clojure
An interactive REPL for Go that allows you to drop into your code at any point.
-
Updated
Jul 26, 2021 - Go
A static, type inferred and embeddable language written in Rust.
-
Updated
Feb 4, 2022 - Rust
-
Updated
Apr 2, 2022 - Vim script
A dynamic language and bytecode vm
-
Updated
Apr 6, 2022 - C
lgo does not complete import paths now.
We want to complete import paths for these patterns:
import [cur]
import (
[cur]
import "a/b[cur]
import "[cur]
Fast, cross-platform, standalone ClojureScript environment
-
Updated
Feb 11, 2022 - Clojure
Step-by-step debugging and stack navigation in Pry
-
Updated
Nov 27, 2021 - Ruby
An advanced discord music bot, supports Spotify, Soundcloud, YouTube with Shuffling, Volume Control and Web Dashboard with Slash Commands support!
-
Updated
Apr 5, 2022 - JavaScript
A Scala kernel for Jupyter
-
Updated
Apr 6, 2022 - Scala
Wrapper of some vim/neovim's :terminal functions.
-
Updated
Jan 20, 2022 - Vim script
-
Updated
Apr 3, 2017 - JavaScript



Python 3.10 added suggestions for AttributeError and NameError in the error messages. It seems the suggestions are not stored in the exception object but calculated when Error is displayed. There is a note that that this won't work with IPython but it will be good to see if it's feasible. Opening an issue for discussion.
https://bugs.python.org/issue38530
https://docs.python.org/3/whatsnew/3.