exercism-emacs
exercism-emacs copied to clipboard
Outdated?
I just tried out this library and it looks like it expects by default the config in a different place, and it except things like exercism tracks
which are not available.
I wonder if this is still updated to the current exercism
cli, I guess there have been a few breaking changes in the meanwhile.
It seems pretty easy to implement a rudimentary version yourself. For example:
(defun exercism-submit ()
(interactive)
(shell-command (concat "exercism submit " (buffer-file-name))))
4 years late and shameless plug: https://github.com/anonimitoraf/exercism.el (if anyone else comes across this thread)