starlight-go / starlight

a go wrapper for google's starlark embedded python language
MIT License
299 stars 29 forks source link

Introducing Starlet: Yet Another Starlark Wrapper for Go #28

Open vt128 opened 4 months ago

vt128 commented 4 months ago

Hi Starlight community! 👋

We're excited to introduce Starlet (https://github.com/1set/starlet), another Go wrapper for Starlark inspired by the fantastic work done here on Starlight. While Starlight provided a solid foundation, we saw opportunities to enhance the developer experience and extend Starlark's capabilities further.

Starlet builds upon Starlight's strengths and introduces several key improvements:

We believe Starlet can be a valuable tool for anyone working with Starlark in Go. We invite you to explore Starlet, try it out in your projects, and share your feedback!

Here are some ways to get involved:

We're grateful to the Starlight community for paving the way for projects like Starlet. We hope Starlet continues to push the boundaries of what's possible with Starlark in Go! 🚀 Let's make Starlark shine brighter together! 🌟

Happy coding!

Best, Kevin