Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Starlight: Run python dialect, Starlark, safely from go (npf.io)
3 points by parhamn on Dec 7, 2018 | hide | past | favorite | 1 comment


Looks great, thanks!

— There's a typo/bug in the example code:

if not r.URL.Query().get("repeat") and not r.URL.Query().get("repeat"):

Should of course read:

if not r.URL.Query().get("repeat") and not r.URL.Query().get("name"):




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: