Hacker News new | ask | show | jobs
by kazinator 4096 days ago
Add to that list, GNU Make. In gmake, you sometimes need things that look like paths to be variable names:

   VAR_$(PATH) := whatever
where PATH could be path/to/foo-parser.o, say.