Skip to content

Could ELPA packages be enabled maybe? #201

Open
@jave

Description

@jave

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions