Live data from Hacker News

Ask HN: when can i say i know a programming lang

news.ycombinator.com

1–7 of 7 posts

Re: Ask HN: when can i say i know a programming lang

#4
Probably when you've found that you don't have to read the documentation for the base language in a while. Everyone constantly reads docs on infrequently used libraries and for gotcha parts of a language, but that's far different from having to look up how to create/destroy objects, perform all conditionals, use the data types, etc.

Equivalently: when you wouldn't be embarrassed in an interview to write something on the board in that language.

Re: Ask HN: when can i say i know a programming lang

#5
I myself would say so if I can write effective code in it (beyond hello world) and understand the syntax. Many of the languages are too deep to know all the libraries, but you have enough skills with it and with a language guide or google to get it to do what you want.