<daviid>since this is not possible: (define* (im-=? . images #:key (prec 1.0E-4)) ...) <daviid>I'm thinking to (define (im-=? . images) (match images ((image . rest) ...))) and either allow the 1st or the last arg to be a precision, and use it if it is ... like pk does it for its port, is this good design? ***siel_ is now known as siel
***bobo is now known as pia
<davexunit>ACTION successfully rebuilds basic OpenGL abstractions <davexunit>things are quite a bit more pleasant to use now