From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Linas Vepstas Newsgroups: gmane.lisp.guile.user Subject: Re: calling scheme procedures by name from C Date: Sun, 2 Aug 2009 12:22:37 -0500 Message-ID: <3ae3aa420908021022y1cc35168y63c697fa79db2dd2@mail.gmail.com> References: <1249204627.2918.56.camel@debianrts.home> <3ae3aa420908020417nd62c8ffw28fec741c26a81cc@mail.gmail.com> <1249225244.12325.8835.camel@localhost.localdomain> Reply-To: linasvepstas@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1249233775 9719 80.91.229.12 (2 Aug 2009 17:22:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Aug 2009 17:22:55 +0000 (UTC) Cc: guile-user@gnu.org, richard.shann@virgin.net To: Mike Gran Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun Aug 02 19:22:47 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 1MXelj-0000CU-3R for guile-user@m.gmane.org; Sun, 02 Aug 2009 19:22:47 +0200 Original-Received: from localhost ([127.0.0.1]:54485 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXeli-0006Eq-EW for guile-user@m.gmane.org; Sun, 02 Aug 2009 13:22:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXele-0006El-IQ for guile-user@gnu.org; Sun, 02 Aug 2009 13:22:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXela-0006CB-JB for guile-user@gnu.org; Sun, 02 Aug 2009 13:22:42 -0400 Original-Received: from [199.232.76.173] (port=48632 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXela-0006Br-D7 for guile-user@gnu.org; Sun, 02 Aug 2009 13:22:38 -0400 Original-Received: from mail-yx0-f172.google.com ([209.85.210.172]:52838) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXela-0003AN-0u for guile-user@gnu.org; Sun, 02 Aug 2009 13:22:38 -0400 Original-Received: by yxe2 with SMTP id 2so5376111yxe.14 for ; Sun, 02 Aug 2009 10:22:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=5yqwxpu4MnSVcPFLn2XnynO9t+MvieL5VXdWVzdaIes=; b=OkFjEh6bAWtapxFhpW1ersTuibGGBSfWOPkPRaVP2V7mfRX0DRpRXgvir62/AhLvRy pc1yLnw2tm5HSXlxItvDumhAEKfRXizj53X8eotodnnTCtCKy3BrGgOca+fhp6s068sj p26BA6zy5exZz1/Trgh+43WK/MYLg5ODq4dSs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; b=qZQwt/hwqobaa6CpeHNmQ0uq8GqQB3h1oWUoprZ2K0DkGom6M2D7EkeWOrJGRtKRrJ h0LOvfPsRqsluPCIlomKsxgtGHArEsS7xfqZGQOCO5REGdcKg6irQwyD2f2HqV9M7Tw7 ugdWwI1waZVVfZfeXKRwLol9QikKv4S5Tg9JA= Original-Received: by 10.100.142.5 with SMTP id p5mr5622648and.76.1249233757086; Sun, 02 Aug 2009 10:22:37 -0700 (PDT) In-Reply-To: <1249225244.12325.8835.camel@localhost.localdomain> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:7389 Archived-At: 2009/8/2 Mike Gran : > > Oh my oh my. =C2=A0I wrote that doc at lonelycactus.com quite awhile ago.= =C2=A0I > keep meaning to take it down, because the way I did things was a little > strange and a little old. =C2=A0But, oddly, there are few other > tutorial-level resources. =C2=A0Someone really ought to put something bet= ter > together. Well, don't take it down; it doesn't use the gh_ functions from what I can tell, so its not totally misleading. I'm more concerned about the 'turtle graphics' pages, which do use the gh_* functions. What I do like about that one is that its fairly short and concise, which is what I tend to like best. --linas