CodyReichert / awesome-cl

A curated list of awesome Common Lisp frameworks, libraries and other shiny stuff.
https://awesome-cl.com
Other
2.61k stars 193 forks source link

text parsers => text and file parsers #482

Closed WillForan closed 1 year ago

WillForan commented 1 year ago

keep "text" as start of header name to avoid reordering headers

Hexstream commented 1 year ago

Personally I would just go with "Parsers", as text parsers can be file parsers too, and "Text and binary parsers" is an exhaustive partition of "Parsers", hence redundant wording...

(Obviously, text parsers are fundamentally binary parsers too, but there is oftentimes a pragmatic difference between the two.)

vindarel commented 1 year ago

ah, "Text and binary parsers" seems more accurate indeed, it's redundant but I find this good for readers who are skimming through a resource quickly (or C-f searching for a keyword).

Hexstream commented 1 year ago

These parameters are acceptable.