alantech / alan

Autoscalable Programming Language
https://alan-lang.org
MIT License
305 stars 10 forks source link

Implement Buffer join #791

Closed dfellis closed 1 month ago

dfellis commented 1 month ago

This went much more smoothly, likely thanks to the work on the prior PR.

Also nice to note that Buffer{string, 2} is equivalent to string[2] and that you can use that latter format wrapped in {} for constructor function usage. That's what's supposed to happen, but it's nice that it's working correctly even for types I hadn't tested it on, yet. :)