caketop / python-starlark-go

🐍 Python bindings for starlark-go 🐍
https://python-starlark-go.readthedocs.io/
Apache License 2.0
23 stars 8 forks source link

Add API for compiled expressions #12

Open jordemort opened 2 years ago

jordemort commented 2 years ago

Implement an API similar to re.compile that allows compiling programs once and then repeatedly evaluating them against different inputs.

Relevant Starlark docs: https://pkg.go.dev/go.starlark.net/starlark#Program

tadamcz commented 1 year ago

This would be fantastic to have!