From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Chengqi Song Newsgroups: gmane.lisp.guile.user Subject: Re: why guile is so slow? Date: Sun, 27 Dec 2009 19:43:14 +0800 Message-ID: <20091227114314.GB30293@lars-x200s.resnet.ust.hk> References: <20091227001959.GA6532@lars-x200s.resnet.ust.hk> <20091227043245.C97BQ.461037.root@cdptpa-web23-z02> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1261914238 15865 80.91.229.12 (27 Dec 2009 11:43:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Dec 2009 11:43:58 +0000 (UTC) To: guile-user Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Dec 27 12:43:51 2009 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NOrXK-0005n8-BK for guile-user@m.gmane.org; Sun, 27 Dec 2009 12:43:50 +0100 Original-Received: from localhost ([127.0.0.1]:51171 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NOrWN-0002Jd-Iy for guile-user@m.gmane.org; Sun, 27 Dec 2009 06:42:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NOrWJ-0002JG-JK for guile-user@gnu.org; Sun, 27 Dec 2009 06:42:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NOrWE-0002Il-79 for guile-user@gnu.org; Sun, 27 Dec 2009 06:42:46 -0500 Original-Received: from [199.232.76.173] (port=51468 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NOrWE-0002Ii-1d for guile-user@gnu.org; Sun, 27 Dec 2009 06:42:42 -0500 Original-Received: from mail-pw0-f47.google.com ([209.85.160.47]:34443) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NOrWA-0006Ch-UQ for guile-user@gnu.org; Sun, 27 Dec 2009 06:42:41 -0500 Original-Received: by pwi1 with SMTP id 1so6938797pwi.26 for ; Sun, 27 Dec 2009 03:42:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:mail-followup-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=Je6vU/gXPLEE2RPm+VykkxTflasv+Wkd3UKiLeTcHsc=; b=Vsvc3iRK/XnI01cBiLFklcZAiAIAh2sdaZeIo7ChiPSlWVWsozaXarBYygq5hpWOj+ s/cMWSCnDphH7yO5Kqm0tZo/gqdicXipO0M4XX5k6ywrjKjAxNdu3QYCiq5ATR/ec7Sn AWAfeOK9zQZRHkWLZu9PAtPT7ZySFa8z3ZJdE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; b=i6a772/0G2psTLqFDrS+25WVfhpuK4uu2xIc7OjhMqso93QY86uqARv9XefcbtA+Oj h8W0NHxWz91HXiG9UTTHto2/NwUI70xX8/a7uOFuWnPAC8xMk+loeqE1vNCt8Et6RaLd 1dCB4+5h1GPSj9XlIDh2yANdOCfCgRGChMoyo= Original-Received: by 10.142.8.9 with SMTP id 9mr9575008wfh.67.1261914138818; Sun, 27 Dec 2009 03:42:18 -0800 (PST) Original-Received: from localhost (dmg252.resnet.ust.hk [143.89.157.2]) by mx.google.com with ESMTPS id 21sm10746670pzk.7.2009.12.27.03.42.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 27 Dec 2009 03:42:17 -0800 (PST) Mail-Followup-To: Chengqi Song , guile-user Content-Disposition: inline In-Reply-To: <20091227043245.C97BQ.461037.root@cdptpa-web23-z02> User-Agent: Mutt/1.5.20 (2009-06-14) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7570 Archived-At: Guile 1.9.6 improves speed a lot however guile-gtk can not be compiled anymore. Is there any gtk binding for guile 1.9.x? guile-gtk.c:31:22: error: guile/gh.h: No such file or directory make: *** [guile-gtk.x] Error 1 ==> ERROR: Build Failed. lars On Sat, 26 Dec 2009, dsmich@roadrunner.com wrote: > > ---- Chengqi Song wrote: > > the reference is here: > > http://www.littlewingpinball.com/contents/en/ypsilon_1g.html > > > > just for your reference > > > > lars > > > > Why? "System information: .... Guile 1.8.3 ...." > > Guile 1.8 and earlier is an interpreter. 2.0 (and the current 1.9.x) compiles to a vm and might perform somewhat better. > > -Dale