I wanted to solve "run-length-encoding" using the PEG parser in peg.el, which in ELPA.
So I wanted this to work:
(package-initialize)
(package-install 'peg) (require 'peg)
but the code errors out, perhaps on some network security condition, but it wasn't immediately apparent why.
I understand that it would be quite easy to do RLE without PEG, but it would be fun to enable some package exploration in the exercises.
I wanted to solve "run-length-encoding" using the PEG parser in peg.el, which in ELPA.
So I wanted this to work:
(package-initialize)
(package-install 'peg) (require 'peg)
but the code errors out, perhaps on some network security condition, but it wasn't immediately apparent why.
I understand that it would be quite easy to do RLE without PEG, but it would be fun to enable some package exploration in the exercises.