cosmos72 / gomacro

Interactive Go interpreter and debugger with REPL, Eval, generics and Lisp-like macros
Mozilla Public License 2.0
2.15k stars 93 forks source link

gomacro-mode for Emacs #92

Open storvik opened 4 years ago

storvik commented 4 years ago

Hello,

Gomacro is awesome! Inspired by SLIME I wrote an Emacs package for interacting with the REPL. It comes with some useful functions dealing with the REPL and a minor-mode providing key bindings. Maybe someone finds it handy.

Repo: gomacro-mode

Currently it doesn't handle multiple packages so everything is evaluated in the same package, but I hope to figure out how to handle this in a better way. Feedback and feature request are very much welcome!

cosmos72 commented 4 years ago

Nice!