-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add words function to standard library #75
Conversation
Ty for letting me know, I also wonder if we should just slightly refactor split and then have words be split(a, ' ') |
|
Yeah that would be interesting to see if we can do that. I tried to code the split function properly in bash in a relatively efficient way, but couldn't get it right. |
Co-authored-by: Phoenix Himself <[email protected]>
I tried locally and it works by just calling split, which version do you want to merge? |
Oh then let's merge the one with split - it's much cleaner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
working on tests