From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: nalaginrut Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile Lua Date: Fri, 23 Nov 2012 11:45:41 +0800 Organization: HFG Message-ID: <1353642341.2586.3.camel@Renee-desktop.suse> References: <87d2zc6vla.fsf@googlemail.com> <1353292230.5256.23.camel@Renee-desktop.suse> <87lidxti7b.fsf@gnu.org> <1353468038.5256.84.camel@Renee-desktop.suse> <87lidvhyuu.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1353642356 28435 80.91.229.3 (23 Nov 2012 03:45:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Nov 2012 03:45:56 +0000 (UTC) Cc: guile-devel@gnu.org To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Nov 23 04:46:07 2012 Return-path: Envelope-to: guile-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 1TbkDN-0000l1-2L for guile-devel@m.gmane.org; Fri, 23 Nov 2012 04:46:05 +0100 Original-Received: from localhost ([::1]:53460 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbkDC-0007UL-8Z for guile-devel@m.gmane.org; Thu, 22 Nov 2012 22:45:54 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:34333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbkD8-0007UC-RR for guile-devel@gnu.org; Thu, 22 Nov 2012 22:45:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbkD7-0004jm-V5 for guile-devel@gnu.org; Thu, 22 Nov 2012 22:45:50 -0500 Original-Received: from mail-pb0-f41.google.com ([209.85.160.41]:39704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbkD6-0004jM-8A; Thu, 22 Nov 2012 22:45:48 -0500 Original-Received: by mail-pb0-f41.google.com with SMTP id xa7so6516020pbc.0 for ; Thu, 22 Nov 2012 19:45:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:subject:from:to:cc:date:in-reply-to:references :organization:content-type:x-mailer:mime-version :content-transfer-encoding; bh=zeFdEJZiZzxpcsA5ufh+8h9zSM97+i/DAPBuord7Jjw=; b=geWzCDbw57CwBD/nXkdSFV3VKSjsuE9IAa/PBs96J8jexTSE4K34eJaPVDqLDqN7sy RU+elX4hu+ha/qrp1CoIew4oYI1NT7jaxTKqC5Iy8oEszI3zjINNujniFCYV0K4GQCOP 7+6+lQ7N772EagrphY8hZTBZh+fgovdm4/zIGQwY7Ca1TcGAko14H/rSb5NHBDG25gEd ZONGiDEf4wnTFuvILkPy2Ivl9y2V9vmQV1cmP1lp5UxhHt/yXW4jKFAbSK8N+5y6fNNH 7lqnvx6HgNOdr/hgKU5ShAu0FgFa4lujpOIm11NOqzuQxzcqwOIhW8+RmApY69lRTAi+ Gh0w== Original-Received: by 10.68.137.41 with SMTP id qf9mr10460055pbb.103.1353642346743; Thu, 22 Nov 2012 19:45:46 -0800 (PST) Original-Received: from [147.2.147.112] ([61.14.130.226]) by mx.google.com with ESMTPS id j8sm2926955paz.30.2012.11.22.19.45.43 (version=SSLv3 cipher=OTHER); Thu, 22 Nov 2012 19:45:45 -0800 (PST) In-Reply-To: <87lidvhyuu.fsf@gnu.org> X-Mailer: Evolution 3.4.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.160.41 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15236 Archived-At: On Wed, 2012-11-21 at 14:25 +0100, Ludovic Courtès wrote: > Hi! > > nalaginrut skribis: > > > I switch to lua branch then compiled it and try, seems some bugs there, > > it can't run successfully: > > -------------------cut-------------------- > > scheme@(guile-user)> ,L lua > > Happy hacking with Lua! To switch back, type `,L scheme'. > > lua@(guile-user)> x=1 > > Maybe you need a semicolon here? I don't think so. But even I add a semicolon, it's still the same. Anyway, bug is inevitable. ;-) > Ludo’.