From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Clinton Ebadi Newsgroups: gmane.lisp.guile.user Subject: Re: A couple of general-ish questions Date: Wed, 23 Apr 2003 16:12:23 -0400 Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <200304231612.24187.clinton@unknownlamer.org> References: <1050674570.613.9.camel@zuul> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1051129541 6248 80.91.224.249 (23 Apr 2003 20:25:41 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Apr 2003 20:25:41 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Apr 23 22:25:38 2003 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 198Qn3-0001Xc-00 for ; Wed, 23 Apr 2003 22:24:25 +0200 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 198QiY-0005bA-02 for guile-user@m.gmane.org; Wed, 23 Apr 2003 16:19:46 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 198Qgb-0004gt-00 for guile-user@gnu.org; Wed, 23 Apr 2003 16:17:45 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 198QZQ-0002C8-00 for guile-user@gnu.org; Wed, 23 Apr 2003 16:10:21 -0400 Original-Received: from out004pub.verizon.net ([206.46.170.142] helo=out004.verizon.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 198QWp-00012F-00 for guile-user@gnu.org; Wed, 23 Apr 2003 16:07:39 -0400 Original-Received: from vsynth ([151.196.172.132]) by out004.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030423200737.PERC28930.out004.verizon.net@vsynth> for ; Wed, 23 Apr 2003 15:07:37 -0500 Original-Received: from clinton by vsynth with local (Exim 3.36 #1 (Debian)) id 198QbQ-0004Ui-00 for ; Wed, 23 Apr 2003 16:12:24 -0400 Original-To: guile-user@gnu.org User-Agent: KMail/1.5.1 In-Reply-To: Content-Disposition: inline X-Authentication-Info: Submitted using SMTP AUTH at out004.verizon.net from [151.196.172.132] at Wed, 23 Apr 2003 15:07:36 -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:1817 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:1817 On Wednesday 23 April 2003 04:08, Matthias Koeppe wrote: > You could also use SWIG 1.3 (http://www.swig.org) for generating Guile > bindings. SWIG reads (annotated) C header files, wraps functions and > also creates getters and setters for structs (and classes) > automatically. Except that you have to use (new) and (delete) for the structs because SWIG objects aren't garbage collected (and the TODO entry doesn't have a very high priority so it may be awhile before GC works for SWIG objects). -- http://unknownlamer.org AIM:unknownlamer IRC:unknown_lamer@freenode#tpu Pain Fair: http://unknownlamer.org/band/ _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user