radian628 / desmoscript

Desmos scripting language and successor to LISPsmos.
101 stars 8 forks source link

Switch language support to Promise-based #17

Closed radian628 closed 1 year ago

radian628 commented 1 year ago

Currently, all the language feature providers from the Desmoscript side of things consist of incredibly strange chimeras between callback-based and promise-based approaches. I should migrate to only promise-based.