On Tue, Dec 31, 2019 at 1:32 PM <danieljb...@icloud.com> wrote: > I'm curious to know if there are any languages other than C and perl in > use in OpenBSD base.
It's pretty easy to download the sources for base, and then: tar zxf src.tar.gz find . -type f -name '*.*' | sed 's/^.*\.//' | sort | uniq -c | sort -n | tail -40 But, anyways: yes there are (and not just cpp and m4 and shell). And, I can see why Theo seems to radiate such impatience at the inanity of, for example, this thread. -- Raul