From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Jason R. Green" Newsgroups: gmane.lisp.guile.devel Subject: Re: Guile and GSL Date: Sun, 7 Mar 2010 20:05:53 +0000 Message-ID: References: <586212.40078.qm@web37907.mail.mud.yahoo.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1267992390 12262 80.91.229.12 (7 Mar 2010 20:06:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 7 Mar 2010 20:06:30 +0000 (UTC) Cc: guile-devel@gnu.org To: Mike Gran Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Mar 07 21:06:26 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NoMk4-0003l1-CM for guile-devel@m.gmane.org; Sun, 07 Mar 2010 21:06:24 +0100 Original-Received: from localhost ([127.0.0.1]:59700 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoMk3-00031N-MF for guile-devel@m.gmane.org; Sun, 07 Mar 2010 15:06:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NoMjw-0002zr-Az for guile-devel@gnu.org; Sun, 07 Mar 2010 15:06:16 -0500 Original-Received: from [140.186.70.92] (port=34854 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoMjv-0002zR-1C for guile-devel@gnu.org; Sun, 07 Mar 2010 15:06:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NoMju-0007tS-7D for guile-devel@gnu.org; Sun, 07 Mar 2010 15:06:14 -0500 Original-Received: from mail-fx0-f222.google.com ([209.85.220.222]:54561) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NoMjt-0007tI-Ty for guile-devel@gnu.org; Sun, 07 Mar 2010 15:06:14 -0500 Original-Received: by fxm22 with SMTP id 22so1508302fxm.26 for ; Sun, 07 Mar 2010 12:06:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:from:date:x-google-sender-auth:message-id:subject:to:cc :content-type:content-transfer-encoding; bh=MUdShu2Yslnq8njV+auUmJqWtE50LpyAY18tlYhrOHQ=; b=GC8cOlPFJSIvj3pYYYtBoEX6JTEHQs78XRiOGHpjhTd4lB+miZJcQM5pWAVQv9r/ta SnqJu2UmGYRvWLAGZZOkfIrzJL+MJ+BmSKFThOl2H8DLSTtJLZIOhF5QPXWsOUGicy9C NQXMhuTpvnrpiz4IPBvQYbkVAp/cTm3NfHAfc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=VXxx87HteMQ2nyVMAIOjjP+984HMvo5xuat9QeLoUsIlWjroxtcrGbBDJcA2r7+ZsW Lgf0CLBPwqlahUB5i2/u+BRC+uQNSmsvH/y19xztvn/nB8JzKiKOP+VWCOws1Nv5xYWY V6O6xs+n0K9w63fX9/5iHoL4dXbBlbFFAjbhs= Original-Received: by 10.223.4.197 with SMTP id 5mr4822553fas.1.1267992373117; Sun, 07 Mar 2010 12:06:13 -0800 (PST) In-Reply-To: <586212.40078.qm@web37907.mail.mud.yahoo.com> X-Google-Sender-Auth: b945ac352a07ea92 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10034 Archived-At: Hi Mike, >> [...] Michael Gran's book ``How to extend C programs with Guile''. > I really need to update or delete that doc.=A0 It is obsolete. > Unfortunately, there isn't really anything out there to > replace it. It's been a tremendous help to me. The conciseness, clarity, and message still have value, I think. I hope you decide to update it. I've modified many of your examples to remove the deprecation warnings under guile-1.8, if you do decide to update. It was in reading your document, while trying to extend one of my C programs, that I realized I needed bindings for GSL. Jason