[Chicken-hackers] [PATCH] Remove the `any?` procedure

2017-09-09 Thread Evan Hanson
Hi folks, Here's a very simple one, removing `any?` (since `constantly` can provide the same thing easily enough). Cheers, Evan >From 656304ec154886a967c57acd64e586a670f7568c Mon Sep 17 00:00:00 2001 From: Evan Hanson Date: Sun, 10 Sep 2017 13:02:11 +1200 Subject: [PATCH] Remove the `any?` pro

Re: [Chicken-hackers] [PATCH] Remove the `any?` procedure

2017-09-10 Thread Peter Bex
On Sun, Sep 10, 2017 at 01:05:31PM +1200, Evan Hanson wrote: > Hi folks, > > Here's a very simple one, removing `any?` (since `constantly` can > provide the same thing easily enough). Thanks, this procedure has always bothered me: I tend to get confused between SRFI-1 any and this one, and it see