Skip to content
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

Functions outside the List module should favor arrays, not lists #19

Open
pbiggar opened this issue Oct 21, 2022 · 0 comments
Open

Functions outside the List module should favor arrays, not lists #19

pbiggar opened this issue Oct 21, 2022 · 0 comments

Comments

@pbiggar
Copy link
Member

pbiggar commented Oct 21, 2022

Rescript pretty much uses arrays for everything - lists are slow, have annoying syntax, and are less favored idiomatically. So when we do something like String.split, the result should be arrays, not lists.

@pbiggar pbiggar changed the title Non-List module functions should favor arrays, not Lists Functions outsidfe the List module should favor arrays, not lists Oct 21, 2022
@pbiggar pbiggar changed the title Functions outsidfe the List module should favor arrays, not lists Functions outside the List module should favor arrays, not lists Oct 21, 2022
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

No branches or pull requests

1 participant