From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Emlua: a way to run a Lua interpreter inside Emacs as a module Date: Mon, 28 Mar 2022 23:27:46 -0400 Message-ID: References: Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13232"; mail-complaints-to="usenet@ciao.gmane.io" Cc: nerditation@outlook.com, emacs-devel@gnu.org To: Eduardo Ochs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Mar 29 05:28:41 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nZ2XA-0003IW-Es for ged-emacs-devel@m.gmane-mx.org; Tue, 29 Mar 2022 05:28:40 +0200 Original-Received: from localhost ([::1]:54992 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nZ2X9-0001Oe-9K for ged-emacs-devel@m.gmane-mx.org; Mon, 28 Mar 2022 23:28:39 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:53378) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZ2WM-0008T7-9Q for emacs-devel@gnu.org; Mon, 28 Mar 2022 23:27:50 -0400 Original-Received: from [2001:470:142:3::e] (port=53808 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZ2WM-00050E-0f; Mon, 28 Mar 2022 23:27:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=gWK3wUK9/2yTf5XvjDHuPf9rkzE9Jx2ULuf6GIGI6dc=; b=HEofatpFTJ3R j26sOt//DjuniSJ4XL4Avap/L58fjIyOYVzXhF5WApEjNk2oUHziciTB3t2DwKg1hymxwkpdYjOT7 Yl82XVX3OC/tncBZaKDuNJn8ahP0iTgJ2Rt0PqFt79rfzc4dFodrSPXYtn9jj4BojwmTKAGAGas8U U4iWLnAi0qMf/RSmEf/lpejs/fZNT59tZysKcG5FBb1Qiei9HNzXJfxEKUfquE8YpHfSZjdLjH4YG xoNjkCyRYtLIuaKtejoZUoJgwwzt63r24h8bQ3xD7A3c1cWGISItl2AW1C73lqj4bwPo8xVlEbnIC qp7zfTW6YYvUjQ8Xg7NbCQ==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1nZ2WI-0000U7-TG; Mon, 28 Mar 2022 23:27:48 -0400 In-Reply-To: (message from Eduardo Ochs on Sun, 27 Mar 2022 20:00:44 -0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:287543 Archived-At: [[[ 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. ]]] > here is a new toy: > Emlua: a way to run a Lua interpreter inside Emacs as a module > https://github.com/edrx/emlua Is it already possible to run lua itself in a subprocess? I have a feeling that linking all the world's language interpreters into Emacs itself is asking for (1) lots more work and (2) trouble. -- 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)