Closed aartaka closed 1 year ago
So with-room* is a huge macro with implementation-specific things inlined into a flet. It won't hurt to abstract it (and other similar APIs inside Graven Image) to a set of implementation-specific helper functions.
with-room*
flet
room* and break* have prettier helpers. time* is trickier and likely not worth the rewrite (yet?).
room*
break*
time*
So
with-room*
is a huge macro with implementation-specific things inlined into aflet
. It won't hurt to abstract it (and other similar APIs inside Graven Image) to a set of implementation-specific helper functions.