koka-lang / koka

Koka language compiler and interpreter
http://koka-lang.org
Other
3.16k stars 151 forks source link

fix string to lower / upper, #408

Closed TimWhiting closed 5 months ago

TimWhiting commented 6 months ago

And optimize a few string / bytes empty checks to not allocate.

Fixes: https://github.com/koka-lang/koka/issues/287