Remix.run Logo
crowdyriver 2 days ago

python is terrible for embedding, starlark is the way to go. Very easy to embed.

pie_flavor a day ago | parent [-]

It doesn't need embedding. But if it did, cpython is trivial to embed, and beats starlark in that it already has all the features your users (and Claude) know about.