bazelbuild / starlark

Starlark Language
Apache License 2.0
2.38k stars 158 forks source link

Add `Starlet` to the Users section in `users.md` #277

Closed vt128 closed 2 months ago

vt128 commented 2 months ago

This PR aims to add Starlet to the list of Starlark users.

Starlet is a Go wrapper for the official Starlark in Go project, designed to enhance the Starlark scripting experience with powerful extensions and enriched wrappers. It offers an intuitive API for executing Starlark scripts, managing global variables, loading modules, controlling the script execution flow, and handling script outputs. Besides, it provides a simplified data exchange mechanism between Go and Starlark types.

Moreover, Starlet includes a set of custom modules and libraries that extend the functionality of the Starlark language, covering a wide range of use cases, such as file manipulation, HTTP client, JSON/CSV handling, and more.

The addition of Starlet to the list of Starlark users would provide a valuable resource for the community, as it illustrates a practical use of Starlark and offers a toolset that can simplify and enhance the Starlark scripting experience for developers.

Please let me know if there are any questions or if further information is needed.

Thanks!

google-cla[bot] commented 2 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

vt128 commented 2 months ago

@tetromino @stepancheg @laurentlb Could you please review this PR and consider merging it? Thanks!

laurentlb commented 2 months ago

I've found that I no longer have write access here. Sorry :( https://github.com/bazelbuild/starlark/pull/269 has also been pending for a long time.

cc @meisterT

vt128 commented 2 months ago

I've found that I no longer have write access here. Sorry :( #269 has also been pending for a long time.

cc @meisterT

Ah, thanks for the update, @laurentlb! No worries, I appreciate you taking the time to review it. Let's hope the maintainers can address them soon.

vt128 commented 2 months ago

@tetromino Sounds good, I've updated the PR as per your suggestion.

tetromino commented 2 months ago

Thanks!