6 ms·
Why do they use "and"? Why not use an unambiguous joining token like `/`? This just feels like an abuse of informal language to produce fundamentally formal da
by growlNark 1y ago
Why do they use "and"? Why not use an unambiguous joining token like `/`? This just feels like an abuse of informal language to produce fundamentally formal data.
As it stands, it certainly does not resemble readable or parseable english.
- bowsamic 1y agoIt’s how the bibtex author field is defined. You don’t get free choice here. As far as I’m aware bibtex defines and as the separator https://bibtex.eu/fields/author/ https://bibtex.eu/fields/author/
- growlNark 1y agoYea but like... why? Typically you use human language operators to produce readable phrases, and this doesn't even approach readable english.
- bowsamic 1y agoThe answer is probably who knows since we are talking about software from 1985 which was only updated once since 1988 to clarify its licensing
- jameshart 1y agoThe person who designed it was solving primarily for lexical sorting of the author field, thought maybe having more than two authors was an edge case, and wanted the two author case to be a logical extension of the single author one?
- robotresearcher 1y agoIt’s BibTex format. It’s ancient, ubiquitous, very fussy, and reads badly for humans in some cases. But it’s what we’ve been using since the 1980s. ‘Better’ formats have been proposed but none have stuck nearly as well. It works, and there’s tooling for it.