Starlark is a small programming language, designed as a simple dialect of Python and intended primarily for embedded use in applications. Some people might say it’s a bit like Lua with Python syntax, but I think there are many interesting bits to discuss. The language is now open-source and used in many other applications and companies. As I led the design and implementation of Starlark, I’d like to write a bit more about it.
↫ Laurent Le Brun
I’m sure there’s a few among you will like this.
It’s always interesting to see another Python dialect, especially as Python itself continues to pile on the complexity.
Other Python variants can be found on the Python wiki: https://wiki.python.org/moin/PythonImplementations