From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.user Subject: Re: why guile is so slow? Date: Mon, 28 Dec 2009 11:48:13 +0000 Message-ID: <874onbfhfm.fsf@ossau.uklinux.net> References: <20091227001959.GA6532@lars-x200s.resnet.ust.hk> <20091227043245.C97BQ.461037.root@cdptpa-web23-z02> <20091227114314.GB30293@lars-x200s.resnet.ust.hk> <87hbrc1skj.fsf@ossau.uklinux.net> <20091227151710.GA28375@lars-x200s.resnet.ust.hk> <87aax4qsfz.fsf@ossau.uklinux.net> <20091228065857.GA1750@lars-x200s.ust.hk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1262000927 8449 80.91.229.12 (28 Dec 2009 11:48:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Dec 2009 11:48:47 +0000 (UTC) Cc: guile-user To: Chengqi Song Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Dec 28 12:48:40 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 1NPE5X-0007uU-90 for guile-user@m.gmane.org; Mon, 28 Dec 2009 12:48:39 +0100 Original-Received: from localhost ([127.0.0.1]:49686 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPE5X-0004U3-La for guile-user@m.gmane.org; Mon, 28 Dec 2009 06:48:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPE5I-0004Tc-Du for guile-user@gnu.org; Mon, 28 Dec 2009 06:48:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPE5D-0004PO-OS for guile-user@gnu.org; Mon, 28 Dec 2009 06:48:23 -0500 Original-Received: from [199.232.76.173] (port=47194 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPE5D-0004PF-I5 for guile-user@gnu.org; Mon, 28 Dec 2009 06:48:19 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:41554) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NPE5D-00007N-BO for guile-user@gnu.org; Mon, 28 Dec 2009 06:48:19 -0500 Original-Received: from arudy (host81-153-58-148.range81-153.btcentralplus.com [81.153.58.148]) by mail3.uklinux.net (Postfix) with ESMTP id A2D921F6682; Mon, 28 Dec 2009 11:48:17 +0000 (GMT) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id 17CC038023; Mon, 28 Dec 2009 11:48:14 +0000 (GMT) In-Reply-To: <20091228065857.GA1750@lars-x200s.ust.hk> (Chengqi Song's message of "Mon, 28 Dec 2009 14:58:57 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.4-2.6 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:7583 Archived-At: Chengqi Song writes: > thanks but this package does not compile now. "scm_tc7_svect" undeclared. Yes, I'm sorry, it hasn't been updated for a while. Unfortunately I don't have time to look at this now. I'll try to do that in the next week or two. If you decide to work on it, please let me know. Regards, Neil > lars > On Sun, 27 Dec 2009, Neil Jerram wrote: > >> Chengqi Song writes: >> >> > Thanks to Neil, >> > >> > Is there any binding to xlib? or easier way to generate a xlib binding? thanks. >> >> Yes, guile-xlib. (Written by me, and maintained for a while by >> Thien-Thi Nguyen.) It is not a complete Xlib binding, it only has some >> core functions. But I think it would be a good starting point if you >> are interested in adding support for more Xlib operations. >> >> These links should work for guile-xlib-0.4, although I'm not sure >> because my ISP is ridiculously slow right now. >> >> http://www.ossau.uklinux.net/guile/indeterminate/guile-xlib-0.4-README.txt >> http://www.ossau.uklinux.net/guile/indeterminate/guile-xlib-0.4.tar.gz >> >> Regards, >> Neil