Hi folks, I'd like to know why this code does not work under PLT Scheme : (require srfi/42) (first-ec #f (: n 0 100) (if (even? n)) n) It fails with message : :until: expected <generator> in in: (if (even? n)) Best regards, Bruno. PS : Please cc me, I'm not subscribed to the list