From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: are contributions on other programming languages than C and Emacs lisp bad idea? Date: Sat, 21 Sep 2019 09:09:36 -0400 Message-ID: References: <1427040605.4453251.1569007946448.ref@mail.yahoo.com> <1427040605.4453251.1569007946448@mail.yahoo.com> <87woe2o56x.fsf@yahoo.com.mx> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="261946"; mail-complaints-to="usenet@blaine.gmane.org" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Emacs Developers To: Jorge Javier Araya Navarro Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 21 15:11:22 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.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iBfAW-0015zD-T5 for ged-emacs-devel@m.gmane.org; Sat, 21 Sep 2019 15:11:21 +0200 Original-Received: from localhost ([::1]:41810 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iBfAV-0000Ug-H5 for ged-emacs-devel@m.gmane.org; Sat, 21 Sep 2019 09:11:19 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:58498) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iBf8w-0000SQ-3M for emacs-devel@gnu.org; Sat, 21 Sep 2019 09:09:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iBf8u-0001Uv-PW for emacs-devel@gnu.org; Sat, 21 Sep 2019 09:09:41 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:43495) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iBf8u-0001TA-JE for emacs-devel@gnu.org; Sat, 21 Sep 2019 09:09:40 -0400 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 57B154481A6; Sat, 21 Sep 2019 09:09:39 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 29BAC4481A3; Sat, 21 Sep 2019 09:09:38 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1569071378; bh=Mc5nyNvXiwqVQqxwxkZbY9cIU9fMcV1rby0XvXrCdoI=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=AlfjjxhDr8LF8rfh6CBr/X6lX5Sy223O6c226T/lMA1oB70PLUruvZ9PbgBeRP0hh qqKE8U69k8LjthzzgF4ksblswn4qYI1la4iter6vrC5APpr5ROXtx83SIqcnIzAIud biosYzw49mXy4sCXrx0+zveo+Yy/q+EziHFrNkfeGd6Vs3eyLb+q2T3fXNxJmSZkWn tGsoaW7oGhxNg/BMLFEbOyYsdrX3inEZ5bNtD7aqINgNc/Abzzof3rCrLZyDiP3AEs biKI+hvwkCgTui0ZVPX1MpdPWDhI+sV+x9FCB5xrolAJOBImO67qblOWtT+/LFfBhU LiusR2aquMfyg== Original-Received: from pastel (76-10-182-129.dsl.teksavvy.com [76.10.182.129]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id C29CC1203AD; Sat, 21 Sep 2019 09:09:37 -0400 (EDT) In-Reply-To: <87woe2o56x.fsf@yahoo.com.mx> (Jorge Javier Araya Navarro's message of "Fri, 20 Sep 2019 18:37:10 -0600") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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:240216 Archived-At: > Was asking because I would like to run some experiments to scratch an > itch I have, but I did not wanted to waste time if such thing won't be > shipped with the rest of Emacs (or not? if anything, the thing I want > to do can land on GNU ELPA I guess). The question is completely different for GNU ELPA packages, since these are independent: I don't see any reason to not to accept a GNU ELPA package simply because it includes a module written in Rust (or Typer for that matter ;-) Stefan