canweriotnow / exercism-emacs

Exercism.el, emacs package for exercism.io
GNU General Public License v3.0
57 stars 16 forks source link

Outdated? #19

Open AndreaCrotti opened 5 years ago

AndreaCrotti commented 5 years ago

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.

patbl commented 5 years ago

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

(defun exercism-submit ()
  (interactive)
  (shell-command (concat "exercism submit " (buffer-file-name))))
anonimitoraf commented 1 year ago

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