Nick Coghlan wrote: > That 'x in seq' bit still shouts "containment" to me rather than > iteration, though. > > Perhaps repurposing 'from': > > (x from seq if f(x)) > > That rather breaks TOOWTDI though (since it is essentially new syntax > for a for loop). And I have other hopes for the meaning of (x from ()). . . How about: (for x in seq if f(x)) It still has the word 'for' in it and avoids mentioning x more times than necessary. Although I can't help feeling that it should be some other word instead, such as (all x in seq if f(x)) or (every x in seq if f(x)) -- Greg
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4