(no title)
obezyian | 3 months ago
> it actually feels UNIXy. It feels like home.
They use single dashes for long options.
This is not home.
obezyian | 3 months ago
> it actually feels UNIXy. It feels like home.
They use single dashes for long options.
This is not home.
kragen|3 months ago
Normally the Unix/GNU opposition is irrelevant at this point, but you managed to pick one of the few significant points of difference.
talideon|3 months ago
Short options were a compromise to deal with the limits of the input hardware at the time. Double dashes were a workaround for the post-dash option car crash traditional Unix tooling allows because teletypes were so slow. There is nothing particularly Unixy about any of these options other than the leading hyphen convention.
OCaml using single hyphens is not un-Unixy.