Fork me on GitHub
#sci
<
2020-10-12
>
borkdude10:10:35

I'm considering dropping the :termination-safe and :realize-max options since https://github.com/borkdude/sci/issues/348 highlights a few cases which I think aren't fundamentally solvable (without lots of hacks). Any thoughts/feelings on this?

jeroenvandijk10:10:46

Partially also said in the issue, I believe a generic solution that will work in every context is not possible , so better not to pretend it is. It would be nice to have the :invoke-callback hook and some control over lazy sequences (via :realize-max). This control over lazy sequences could however also be implemented via the bindings so this doesn’t have to ship with Sci directly actually. Especially since range is not the only case where something is realized this might reflect the actual situation better.