common-lisp icon indicating copy to clipboard operation
common-lisp copied to clipboard

Exercism exercises in Common Lisp.

Results 16 common-lisp issues
Sort by recently updated
recently updated
newest added

the equality test for maze of arrays appears to test for identity. [key-comparison-test.lisp] line 115-118: (:room-arrays . (((,+an-array+ ,+a-similar-but-different-array+) . explosion) ((,+an-array+ ,+an-array+) . victory))) the [readme] suggests internal comparison:...

The test data and instructions could have led to confusion. The previous instructions and code could lead someone to believe that an equality predicate other than `equalp` *could* work for...

WIP - first four tests passing

See https://github.com/exercism/problem-specifications/blob/main/exercises/beer-song/.deprecated. bottle-song will need to be ported before we deprecate beer-song. I can work on that by the end of this month if there are no takers before then.

It seems like the test runner uses UTC as the system time zone. I first solved this online without providing the time-zone argument for either encode-universal-time or decode-universal-time. Then I...

## Summary For #48in24. I used the Clojure implementation as a reference. ## Checklist - [x] If docs where changed run `./bin/configlet generate` to ensure all documents are properly generated....