exercism-emacs icon indicating copy to clipboard operation
exercism-emacs copied to clipboard

Outdated?

Open AndreaCrotti opened this issue 6 years ago • 2 comments

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.

AndreaCrotti avatar Jan 08 '19 11:01 AndreaCrotti

It seems pretty easy to implement a rudimentary version yourself. For example:

(defun exercism-submit ()
  (interactive)
  (shell-command (concat "exercism submit " (buffer-file-name))))

patbl avatar Feb 24 '19 19:02 patbl

4 years late and shameless plug: https://github.com/anonimitoraf/exercism.el (if anyone else comes across this thread)

anonimitoraf avatar Sep 21 '23 10:09 anonimitoraf