From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Christopher Cramer Newsgroups: gmane.lisp.guile.user Subject: Re: ncurses and svgalib bindings Date: Tue, 31 Dec 2002 06:29:03 -0600 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <20021231062903.A26806@kiwi.pyrotechnics.com> References: <3E10EB9E.8030203@pscomp.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1041337788 25466 80.91.224.249 (31 Dec 2002 12:29:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 31 Dec 2002 12:29:48 +0000 (UTC) Cc: guile-user@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18TLWl-0006cZ-00 for ; Tue, 31 Dec 2002 13:29:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18TLVR-0007HI-03 for guile-user@m.gmane.org; Tue, 31 Dec 2002 07:28:25 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18TLUk-00074K-00 for guile-user@gnu.org; Tue, 31 Dec 2002 07:27:42 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18TLUh-000734-00 for guile-user@gnu.org; Tue, 31 Dec 2002 07:27:40 -0500 Original-Received: from pyro.net ([207.7.10.6] helo=kiwi.pyro.net) by monty-python.gnu.org with smtp (Exim 4.10.13) id 18TLS6-0005xF-00 for guile-user@gnu.org; Tue, 31 Dec 2002 07:24:58 -0500 Original-Received: (qmail 27222 invoked by uid 8610); 31 Dec 2002 12:29:03 -0000 Original-To: Peter Santoro Mail-Followup-To: Peter Santoro , guile-user@gnu.org Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3E10EB9E.8030203@pscomp.com>; from peter@pscomp.com on Mon, Dec 30, 2002 at 07:58:06PM -0500 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: General Guile related discussions List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:1487 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1487 On Mon, Dec 30, 2002 at 07:58:06PM -0500, Peter Santoro wrote: > Where can I find scheme bindings for ncurses (linux and/or freebsd) and > svgalib (linux)? I don't know about svgalib, but I wrote a guile-ncurses a while ago, it's at: http://www.pyro.net/~crayc/guile-ncurses.tar.gz. There's another one developed independently at: ftp://metalab.unc.edu/pub/Linux/devel/lang/guile-ncurses-0.1.0.tar.gz. Mine isn't updated for 1.6 yet (I have a version updated for 1.6.0 lying around somewhere; I'll put it up sooner or later). I guess the major difference between the two is that the other one is done with SWIG (which means GC is sort of screwed up, but I'm told that will be fixed in the future). > If they are not available, I may be willing to write them. Before going > down this path, are there any problems in scheme that would make this > difficult or impossible to do? No. Interfacing with C is pretty easy with Guile. -- Christopher Cramer "All you have to do is tell them they are being attacked and denounce the pacifists for lack of patriotism and exposing the country to danger. It works the same way in any country." - Hermann Georing, 1946 _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user