Y
Hacker News
new
|
ask
|
show
|
jobs
by
int_19h
1240 days ago
It is (was?) the default for XSLT and XQuery, if we're talking about something relatively mainstream. Beyond that I can think of Dylan and REBOL.
1 comments
capableweb
1240 days ago
CSS is probably the most mainstream language allowing dashes in names.
link
int_19h
1240 days ago
Depends on whether you count all the serialized data on the wire or not; if you do, it's probably XML. ~
But I think OP meant programming languages, not styling or markup.
link
gpderetta
1240 days ago
Everybody forgets about shell scripts! Bash allows dashes in executable names (how it couldn't) and in function names, but not in variable names, at least not without a lot of effort.
link