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

Include some useful "stdlib" modules by default #1

Open
negz opened this issue Oct 2, 2023 · 0 comments
Open

Include some useful "stdlib" modules by default #1

negz opened this issue Oct 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@negz
Copy link
Owner

negz commented Oct 2, 2023

What problem are you facing?

Starlark doesn't have a stdlib to speak of. Functions currently only get access to these modules:

How could this Function help solve your problem?

There's a few third party packages attempting to be stdlib-like for Starlark (in Go), including:

We should probably expose the math and time packages from https://github.com/google/starlark-go/tree/master/lib, too.

@negz negz added the enhancement New feature or request label Oct 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant