creativescala / doodle

Compositional vector graphics in Scala / Scala.JS
https://creativescala.org/doodle/
Apache License 2.0
327 stars 75 forks source link

Replaced a few while loops with tailrec #160

Closed VOSID8 closed 4 months ago

VOSID8 commented 4 months ago

I've replaced a few of while loops with tailrec, making it more functional.

noelwelsh commented 4 months ago

:+1: