-
|
In this famous paper of Kowalski's, I've encountered this lovely idea:
Could anyone point to some exemplary code in Scryer's libraries that illustrates this principle? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
|
I'm not sure the Scryer core libraries are the best place for finding this. Most of it is low level code designed to make writing this type of thing easier, but I can think of one example that gets close to this: |
Beta Was this translation helpful? Give feedback.
-
|
Actually, I've found a perfect example! |
Beta Was this translation helpful? Give feedback.
-
|
I would also remark that @triska has a pretty nice commentary on that subject (A=L+C) in Sparrows on Eagles (one of my all times faves). Skip to around 40:30 for the punchline. |
Beta Was this translation helpful? Give feedback.
Actually, I've found a perfect example!
library(queues)! Really elegant.