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: Guile in Emacs (was: integer overflow) Date: Mon, 08 Mar 2010 08:41:53 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87aauiho3y.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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1268059360 8162 80.91.229.12 (8 Mar 2010 14:42:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 8 Mar 2010 14:42:40 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 08 15:42:28 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 1NoeA1-0003es-QY for ged-emacs-devel@m.gmane.org; Mon, 08 Mar 2010 15:42:22 +0100 Original-Received: from localhost ([127.0.0.1]:43163 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoeA0-0001v2-Qu for ged-emacs-devel@m.gmane.org; Mon, 08 Mar 2010 09:42:20 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Noe9v-0001u3-5k for emacs-devel@gnu.org; Mon, 08 Mar 2010 09:42:15 -0500 Original-Received: from [140.186.70.92] (port=44390 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Noe9u-0001tI-GC for emacs-devel@gnu.org; Mon, 08 Mar 2010 09:42:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Noe9q-0003Z4-7n for emacs-devel@gnu.org; Mon, 08 Mar 2010 09:42:14 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:36714) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Noe9q-0003Ym-10 for emacs-devel@gnu.org; Mon, 08 Mar 2010 09:42:10 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Noe9n-0002en-7t for emacs-devel@gnu.org; Mon, 08 Mar 2010 15:42:07 +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 15:42:07 +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 15:42:07 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 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:DR6AEyyKn9QtdScK9US6j6o+gDw= 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:121734 Archived-At: 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. It also supports multithreading, which IMHO is a big deal as well, perhaps more important than bignums. Thread subject changed in the hopes that the topic change won't be lost. Ted