dgkf / R

An experimental reimagining of R
https://dgkf.github.io/R
GNU General Public License v3.0
136 stars 5 forks source link

fix: nested promises force and finalize any lingering tails #144

Closed dgkf closed 4 months ago

dgkf commented 4 months ago

Promises were evaluating, but not finalizing their expressions, which can result in un-evaluated tail-calls in the case of nested promises.

Now they are also finalized

Closes #141