albertodemichelis / squirrel

Official repository for the programming language Squirrel
http://www.squirrel-lang.org
MIT License
895 stars 149 forks source link

Feature Idea: array.concat() or stringbuilder etc.. #203

Open lunoctis opened 4 years ago

lunoctis commented 4 years ago

when try to concat some strings, i found that there isn't any function like table.concat() in lua. then i try to implement a stringbuilder using squirrel myself, but the blob class hard to used, and cannot convert to a string.... is there a better way to implement it using the existing features?

mingodad commented 4 years ago

There is already an implementation of it in https://github.com/mingodad/squilu

AntonYudintsev commented 4 years ago

There is also string interpolation in Quirrel (fork from Squirrel). https://github.com/GaijinEntertainment/quirrel