Topos is full of footguns. It is quite easy to evaluate things that will spike the CPU: voronoi().out() (without any time filter). It is also quite easy and natural to make that mistake.
Is it possible to imagine having a threshold for code evaluation only for some operations?
Topos is full of footguns. It is quite easy to evaluate things that will spike the CPU:
voronoi().out()
(without any time filter). It is also quite easy and natural to make that mistake.Is it possible to imagine having a threshold for code evaluation only for some operations?