Hacker News new | ask | show | jobs
by crowdyriver 11 days ago
python is terrible for embedding, starlark is the way to go. Very easy to embed.
1 comments

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.