From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: Guile in Emacs Date: Mon, 08 Mar 2010 11:32:30 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <871vfuhg7l.fsf@lifelogs.com> References: <4B8147A9.7030504@gmail.com> <87ljemdzxo.fsf@stupidchicken.com> <4B83682D.5010804@gnu.org> <87vddmpw4s.fsf@stupidchicken.com> <87hbp2fwoi.fsf@gnu.org> <87wrxrr4md.fsf@gnu.org> <3vsk8ecg6a.fsf@fencepost.gnu.org> <873a0euot4.fsf@stupidchicken.com> <873a0cyv3r.fsf@lola.goethe.zz> <87aauiho3y.fsf_-_@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268069590 17269 80.91.229.12 (8 Mar 2010 17:33:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 8 Mar 2010 17:33:10 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 08 18:33:06 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NogpE-00089Z-3k for ged-emacs-devel@m.gmane.org; Mon, 08 Mar 2010 18:33:04 +0100 Original-Received: from localhost ([127.0.0.1]:60427 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NogpD-0003Bt-Dq for ged-emacs-devel@m.gmane.org; Mon, 08 Mar 2010 12:33:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nogp8-0003BV-Bo for emacs-devel@gnu.org; Mon, 08 Mar 2010 12:32:58 -0500 Original-Received: from [140.186.70.92] (port=33653 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nogp7-0003BJ-L3 for emacs-devel@gnu.org; Mon, 08 Mar 2010 12:32:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nogp6-0007Io-QD for emacs-devel@gnu.org; Mon, 08 Mar 2010 12:32:57 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:34406) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nogp6-0007IO-Kf for emacs-devel@gnu.org; Mon, 08 Mar 2010 12:32:56 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nogou-00072D-Sd for emacs-devel@gnu.org; Mon, 08 Mar 2010 18:32:44 +0100 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Mar 2010 18:32:44 +0100 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 Mar 2010 18:32:44 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.91 (gnu/linux) Cancel-Lock: sha1:r+5d0tP6qG/GQpXjnHvx3HYDJYI= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:121742 Archived-At: On Mon, 08 Mar 2010 08:41:53 -0600 Ted Zlatanov wrote: TZ> On Mon, 08 Mar 2010 03:04:40 -0500 Richard Stallman wrote: RS> The second that "librep" might be an easier starting point for migrating RS> the Lisp engine. After all, it was designed to be like Emacs Lisp. RS> If it only supports something like Emacs Lisp then it is not much of RS> an advance. Guile supports Scheme and Javascript as well as Emacs Lisp. TZ> It also supports multithreading, which IMHO is a big deal as well, TZ> perhaps more important than bignums. By "it" I meant Guile, not librep. librep does not (based on the manual) support multithreading. Ted