repl-driven-development icon indicating copy to clipboard operation
repl-driven-development copied to clipboard

Press "C-x C-e" to send any piece of code (in any language) to a REPL in the background, within Emacs!

Results 3 repl-driven-development issues
Sort by recently updated
recently updated
newest added

(require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) ;;(add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/") t) (package-initialize) M-x package-install repl-driven-development https://melpa.org/packages/repl-driven-development-20230508.40.tar: Not found I checked MELPA via HTTP URL https://melpa.org/#/repl-driven-development repl-driven-development 20231123.1917...

The formatting is a bit weird it shows the command glued together with the output, is there a way to fix this?|

Hi! I was trying this package out and I thought it was really nice, the overlay and interactivity feels great. I have some suggestions from some use cases I was...