Skip to content

Add initial support for string .join() method - #687

Open
kc611 wants to merge 1 commit into
spylang:mainfrom
kc611:kc/str_join_support
Open

kc611 wants to merge 1 commit into
spylang:mainfrom
kc611:kc/str_join_support

Conversation

@kc611

@kc611 kc611 commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

As titled,

This PR intends to add support for str.join() method.

Note: I did not use blue metafunc because the right now join() implementation has a fixed signature: join(self, items: list[str]). If we want to support something like join(*items) I can change it into a blue metafunc as required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant