A tiny library to expose some of the awesome subprocess/terminal creating functionality from emacs comint.el in a slightly easier to use fashion.
;;In elisp code
(defproc "noir-server" "lein" '("run")
"Run a noir server")
While editing: M-x run-proc bash will bring up a comint running bash
I kind of doubt anyone will actually use this beyond me, but if you do and you have something you want changed, make a pull request!