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: Sun, 27 Dec 2009 16:42:40 +0000 Message-ID: <87aax4qsfz.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> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1261932185 24195 80.91.229.12 (27 Dec 2009 16:43:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 27 Dec 2009 16:43:05 +0000 (UTC) Cc: guile-user To: Chengqi Song Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Dec 27 17:42:57 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 1NOwCl-0006JD-La for guile-user@m.gmane.org; Sun, 27 Dec 2009 17:42:55 +0100 Original-Received: from localhost ([127.0.0.1]:44603 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NOwCl-00026J-Kq for guile-user@m.gmane.org; Sun, 27 Dec 2009 11:42:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NOwCh-00025y-12 for guile-user@gnu.org; Sun, 27 Dec 2009 11:42:51 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NOwCc-00025V-FE for guile-user@gnu.org; Sun, 27 Dec 2009 11:42:50 -0500 Original-Received: from [199.232.76.173] (port=46674 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NOwCc-00025S-AO for guile-user@gnu.org; Sun, 27 Dec 2009 11:42:46 -0500 Original-Received: from mail3.uklinux.net ([80.84.72.33]:55263) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NOwCb-0000C1-RJ for guile-user@gnu.org; Sun, 27 Dec 2009 11:42:46 -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 9A3E51F6850; Sun, 27 Dec 2009 16:42:44 +0000 (GMT) Original-Received: from arudy (arudy [127.0.0.1]) by arudy (Postfix) with ESMTP id E9CA138024; Sun, 27 Dec 2009 16:42:40 +0000 (GMT) In-Reply-To: <20091227151710.GA28375@lars-x200s.resnet.ust.hk> (Chengqi Song's message of "Sun, 27 Dec 2009 23:17:10 +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:7575 Archived-At: 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