Tuesday, December 31, 2019

Re: Suggestion: Replace Perl with Lua in the OpenBSD Base System

On Tue, Dec 31, 2019 at 1:32 PM <danieljboyd@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

No comments:

Post a Comment