From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Oddities with dynamic modules Date: Thu, 21 Mar 2019 22:46:41 +0200 Message-ID: <83ef70t0pa.fsf@gnu.org> References: <83y3b4wdw9.fsf@gnu.org> <83tvhal45r.fsf@gnu.org> <83imwct21t.fsf@gnu.org> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="142322"; mail-complaints-to="usenet@blaine.gmane.org" Cc: yurivkhan@gmail.com, emacs-devel@gnu.org To: Philipp Stephani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 21 21:56:39 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1h74jt-000at3-Oz for ged-emacs-devel@m.gmane.org; Thu, 21 Mar 2019 21:56:37 +0100 Original-Received: from localhost ([127.0.0.1]:46719 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h74jr-0006za-J4 for ged-emacs-devel@m.gmane.org; Thu, 21 Mar 2019 16:56:35 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:48780) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h74gt-0004c4-7F for emacs-devel@gnu.org; Thu, 21 Mar 2019 16:53:32 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:50701) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h74aH-0000qZ-GS; Thu, 21 Mar 2019 16:46:42 -0400 Original-Received: from [176.228.60.248] (port=3577 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1h74aG-00079K-3r; Thu, 21 Mar 2019 16:46:41 -0400 In-reply-to: (message from Philipp Stephani on Thu, 21 Mar 2019 21:32:07 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:234488 Archived-At: > From: Philipp Stephani > Date: Thu, 21 Mar 2019 21:32:07 +0100 > Cc: Yuri Khan , Emacs developers > > > > Yes, that's exactly what Daniel suggested in his initial design. It's > > > also what largely seems to be happening: people have written idiomatic > > > wrappers for Rust, Go, and probably other languages. > > > > Where's the wrapper for C? > > It seems like there isn't enough interest in modules written in C for > such a wrapper. I think if we maintain that this is the job for a wrapper, we should have such a wrapper in Emacs.