Hacker News new | past | comments | ask | show | jobs | submit login

> I cannot parse the Go syntax as I do not know Go.

Or you probably never even tried. You should be immediately able to parse it if I provide a hint that `*`, `&` and `[10]` mean roughly the same thing as C, because `*[10]int` has no reasonable reason to be parsed as an array of 10 copies of something. You can't do so in C.




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

Search: