From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thomas Koch Newsgroups: gmane.emacs.devel Subject: Re: Emacs rewrite in a maintainable language Date: Sun, 11 Oct 2015 13:23:57 +0200 Message-ID: <37070110.9L66NSjN8A@x121e> References: <561A19AB.5060001@cumego.com> Reply-To: thomas@koch.ro NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1444562674 26205 80.91.229.3 (11 Oct 2015 11:24:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 11 Oct 2015 11:24:34 +0000 (UTC) Cc: =?utf-8?B?UHJ6ZW15c8WCYXc=?= Wojnowski To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 11 13:24:24 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZlEjo-0001WY-Dp for ged-emacs-devel@m.gmane.org; Sun, 11 Oct 2015 13:24:24 +0200 Original-Received: from localhost ([::1]:48010 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlEjn-00056d-JG for ged-emacs-devel@m.gmane.org; Sun, 11 Oct 2015 07:24:23 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33904) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlEja-00056W-F1 for emacs-devel@gnu.org; Sun, 11 Oct 2015 07:24:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlEjW-0005HQ-H4 for emacs-devel@gnu.org; Sun, 11 Oct 2015 07:24:10 -0400 Original-Received: from mx1.mailbox.org ([80.241.60.212]:57543) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlEjW-0005HC-B7 for emacs-devel@gnu.org; Sun, 11 Oct 2015 07:24:06 -0400 Original-Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id B1DE541574; Sun, 11 Oct 2015 13:24:03 +0200 (CEST) X-Virus-Scanned: amavisd-new at heinlein-support.de Original-Received: from smtp1.mailbox.org ([80.241.60.240]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id 5F3JDNSEjltg; Sun, 11 Oct 2015 13:24:02 +0200 (CEST) User-Agent: KMail/4.14.1 (Linux/4.1.0-0.bpo.2-amd64; KDE/4.14.2; x86_64; ; ) In-Reply-To: <561A19AB.5060001@cumego.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 80.241.60.212 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:191209 Archived-At: https://en.wikipedia.org/wiki/Yi_%28editor%29 Haskell is my personal favorite language when talking about maintainability. A migration path from emacs to Yi would be wonderful, e.g. execute elisp in Yi? You can also write emacs extensions in Haskell: http://www.stackbuilders.com/news/having-fun-with-emacs-in-haskell Thomas Koch