robert-strandh / SICL

A fresh implementation of Common Lisp
Other
1.07k stars 79 forks source link

rotatef rotates in the wrong direction #91

Closed Bike closed 7 years ago

Bike commented 7 years ago

E.g., the CLHS example comes out as (A D B C E F G) rather than (A C D B E F G).

robert-strandh commented 7 years ago

Thanks! I identified the problem and modified it according to my new understanding of how it is supposed to work. It now works with the examples in the HyperSpec.