On Saturday, 6 June 2026 at 02:12:53 UTC, Walter Bright wrote: > On the other hand, I find creating containers to be very easy > work. Can confirm, dynamic array is 50 lines of code. Interoperability in C++ should be achieved by `string_view` and `span` interfaces, then the actual container doesn't matter.