all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Stallman <rms@gnu.org>
To: Eduardo Ochs <eduardoochs@gmail.com>
Cc: nerditation@outlook.com, emacs-devel@gnu.org
Subject: Re: Emlua: a way to run a Lua interpreter inside Emacs as a module
Date: Thu, 31 Mar 2022 00:26:34 -0400	[thread overview]
Message-ID: <E1nZmOI-0002hE-43@fencepost.gnu.org> (raw)
In-Reply-To: <CADs++6hRov3GaKp77u9gbnzt2cJQfDCjPjth6WoT-75v6czigQ@mail.gmail.com> (message from Eduardo Ochs on Tue, 29 Mar 2022 00:45:16 -0300)

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

  > I linked Lua because it is my favorite language and in most cases I
  > write Lua code much faster that I write Lisp... and I _did_ try to
  > write hooks to process the output of an inferior Lua process to write
  > code that would process some kinds of outputs as sexps, but failed.

For the sake of the maintainance and development burden of Emacs,
it is crucial to do it that way, running Lua as a separate process.
The dynamic module would be system-dependent, and even if volunteers
do the work of developing it for a wide range of systems, it will
still put a burden on us, a burden that volunteers would have
difficulty taking off our shoulders.

Yes, it is tricky to communicate reliably with a subprocess.
But there are other Lisp packages that do this.  All it will
take to get that to work is for one clever wizard to figure
out the right way, and implement it once.

Would someone like to work on this?


-- 
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)





  reply	other threads:[~2022-03-31  4:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-27 23:00 Emlua: a way to run a Lua interpreter inside Emacs as a module Eduardo Ochs
2022-03-29  3:27 ` Richard Stallman
2022-03-29  3:45   ` Eduardo Ochs
2022-03-31  4:26     ` Richard Stallman [this message]
2022-03-29  3:46   ` Po Lu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1nZmOI-0002hE-43@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=eduardoochs@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=nerditation@outlook.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.