#
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,150 public repositories matching this topic...
TypeScript execution and REPL for node.js
-
Updated
Mar 20, 2022 - TypeScript
react
data-science
jupyter
notebook
ipython
zeromq
repl
react-components
jupyter-notebook
nteract
monorepo
desktop-application
-
Updated
Mar 24, 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!
toolchain
language
programming-language
gui
interpreter
native
compiler
repl
red
reactive-programming
rebol
-
Updated
Mar 23, 2022 - Red
A statically typed lisp, without a GC, for real-time applications.
language
gamedev
games
functional
lisp
functional-programming
repl
game-development
static
typed
erik-sved-ng
-
Updated
Mar 24, 2022 - Haskell
n-riesco
commented
Jun 8, 2020
good first issue
Good for new contributors
Doctor-love
commented
Jan 24, 2022
"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
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
python
cli
terminal
monitoring
progress
feedback
progress-bar
repl
visual
spinner
progressbar
animations
eta
bar
throughput
animated
spinners
alive
multi-threaded
spinner-styles
-
Updated
Mar 22, 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
Mar 20, 2022 - Vim script
A dynamic language and bytecode vm
-
Updated
Mar 23, 2022 - C
yunabe
commented
Dec 27, 2017
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!
nodejs
heroku
music
website
web
discord-music-bot
dashboard
discord
repl
commands
discord-bot
music-bot
slash-commands
song
discord-js
glitch
musicbot
hacktoberfest
slash
web-dashboard
-
Updated
Mar 24, 2022 - JavaScript
A Scala kernel for Jupyter
-
Updated
Mar 22, 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.