A misleading hint to argument order for aref?

Larry’s Winning Checker

Hint

In a row

  • The arguments of aref (for a two dimensional array) are “column” and “row”

is misleading as it should be “row” and “column”.

Hmm I’ll take a look at it. Please feel free to open an issue (Issues · exercism/common-lisp · GitHub) about this.

(update: never mind - did it myself: Confusing hint in Larry's Winning Checker · Issue #827 · exercism/common-lisp · GitHub)

2 Likes