#
repl
Here are 789 public repositories matching this topic...
TypeScript execution and REPL for node.js
-
Updated
Sep 15, 2020 - TypeScript
react
data-science
jupyter
notebook
ipython
zeromq
repl
react-components
jupyter-notebook
nteract
monorepo
desktop-application
-
Updated
Oct 2, 2020 - 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
Oct 1, 2020 - Red
n-riesco
commented
Jun 8, 2020
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
Oct 2, 2020 - Haskell
Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
-
Updated
Jun 17, 2020 - Clojure
An interactive REPL for Go that allows you to drop into your code at any point.
-
Updated
Nov 22, 2018 - Go
-
Updated
Jul 25, 2020 - Vim script
A static, type inferred and embeddable language written in Rust.
-
Updated
Sep 24, 2020 - Rust
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
Sep 11, 2020 - Clojure
Step-by-step debugging and stack navigation in Pry
-
Updated
Sep 25, 2020 - Ruby
A dynamic language and bytecode vm
-
Updated
Sep 27, 2020 - C
A scala kernel for Jupyter
-
Updated
Oct 2, 2020 - Scala
-
Updated
Apr 3, 2017 - JavaScript
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
Aug 23, 2020 - Python
Improve this page
Add a description, image, and links to the repl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the repl topic, visit your repo's landing page and select "manage topics."



There are many places where we could make use of Pathlib.
Look for any places that uses
with open(...)and ask yourself:Path(),Don't try to bite more than you can chew (or more than I can review), try to fix 1 place at a time.