ruricolist / serapeum

Utilities beyond Alexandria
MIT License
415 stars 41 forks source link

repeat-until-stable #168

Closed bo-tato closed 5 months ago

bo-tato commented 5 months ago

Implement repeat-until-stable described in https://github.com/ruricolist/serapeum/issues/165

One thing I'm really not sure why I made the signature (fn x &key (test 'eql) max-depth) as if I used #'eql then I'd get a compiler warning about unreachable code