Hacker News new | ask | show | jobs
by exogen 2217 days ago
Those are all runtime concerns. They don't affect the literal syntax that you write, as is the case with JavaScript. You can't feature-detect syntax. Instead your entire program will just fail to parse.
1 comments

So like shaders?