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

Base dependencies to be used in the playground #9

Open
GiregL opened this issue Nov 21, 2024 · 3 comments
Open

Base dependencies to be used in the playground #9

GiregL opened this issue Nov 21, 2024 · 3 comments

Comments

@GiregL
Copy link

GiregL commented Nov 21, 2024

Hi

Since some of the stdlib is moved into separate packages, I thought it could be useful to add those dependencies in the playground, so that we can still use them.
i.e. adding gleam_yielder, gleam_deque and so on.

@lpil
Copy link
Member

lpil commented Nov 21, 2024

How would we decide what packages are included? Download counts?

gleam_yielder, and gleam_deque don't seem like very good candidates to me, they are uncommon packages to use.

@GiregL
Copy link
Author

GiregL commented Nov 21, 2024

Download count could be an indication but with time, big libraries will end up in the playground.

And even if yielder or deque are uncommon, it can be useful to try them before considering using them in projects, or even just to understand how they work

@lpil
Copy link
Member

lpil commented Nov 21, 2024

We definitely do not want to direct people towards those packages by default.

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

2 participants