help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Find the longest word in the word list file.


From: Hongyi Zhao
Subject: Re: Find the longest word in the word list file.
Date: Thu, 12 Aug 2021 11:34:04 +0800

On Thu, Aug 12, 2021 at 11:18 AM Emanuel Berg via Users list for the
GNU Emacs text editor <help-gnu-emacs@gnu.org> wrote:
>
> Hongyi Zhao wrote:
>
> > From the point of view that lisp can be used to develop
> > operating systems [1], while awk absolutely can't.
>
> But awk (gawk) is written in C and so is Linux...

C is a compiled language, which makes it not as convenient as an
interpreted language for real-time interactive use. Awk, in its way,
becomes an advanced secondary packaging based on C and provides a
convenient interface for users as an interpreted (script) language,
which is exactly its purpose. Just as python, with which many
underlying processing mechanisms are hidden to normal users. Though
the similar situations also exist in lisp to some extent,  but
overall, users seem to have a lot more flexibility. Whether you are a
novice or an advanced user, you can always try to discover new
possibilities.

Best, Hongyi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]