Run repl.it like repls locally in your emacs.
Replel uses docker to provide easy to create throwaway environments designed to be used like repls.
(use-package replel
:straight
(replel
:type git
:host github
:repo "abdulbahajaj/repl.el"))
(package! replel :recipe (:host github :repo "abdulbahajaj/repl.el"))
Allows you to start a new repl
Available languages: bash, python3, python2, go, c, c++, clojure, java
Allows you to view all running repls
Runs the repl
This is my first emacs package so would appreciate tips/advice on how to improve it.