I'm thinking of questions like "What languages have XYZ?", "Do any languages have XYZ?", or so on. Let's call them "list-of-languages" questions, because the answer is expected to be a list of existing languages which have the asked-about feature or property ─ or, perhaps, an answer saying that no such languages exist.
There are a few existing questions along these lines, but not that many ─ I searched for "what languages", "which languages", and "do any languages" and found only these three:
- Languages that compile to Lua bytecode (.luac) for including source locations?
- Do any languages provide arrays that are always powers of 2 in length?
- What languages give you access to the AST to modify during compilation?
Judging by their scores, all three have been well-received ─ but only the third one currently has good answers directly responsive to the question. The first has just one answer mentioning a language which compiles to Lua (as opposed to Lua bytecode), and the second has no answers. It's also easy to come up with examples of list-of-languages questions which would probably not be very useful, e.g. "What languages have exceptions?" or "What languages have mutable strings?".
What standards should we have for list-of-languages questions? What guidance should we give to people writing or judging such questions?