Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 469 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 469 Bytes

Solutions to the Protohackers challenges in Common Lisp.

I'm just learning, if you want well-written and commented code by an expert lisp hacker then read PAIP, not this.

You can download all dependencies and run any challenge with guix, for example:

guix shell -L extra-packages/ -m manifest.scm  -- sbcl --load protohackers.asd --eval "(require :protohackers)" --load challenge0.lisp