raganwald / cafeaulife

Gosper’s HashLife in CoffeeScript
30 stars 2 forks source link

Generate `n=2` squares lazily #17

Closed raganwald closed 12 years ago

raganwald commented 12 years ago

Square.cache.find_or_create should know whether to calculate the result or perform it recursively.

raganwald commented 12 years ago

Done in the alternate branch.