Hacker News new | ask | show | jobs
by atiedebee 141 days ago
I checked the spec and Scheme R5RS does have lazy evaluation in the form of promises using "delay" and "force", but I can see why explicitly having to put those everywhere isn't a good solution.