Re: Updated Guile Tutorial

2010-09-07 Thread Daniel Kraft
I forgot to CC, so here again. Original Message Subject: Re: Updated Guile Tutorial Date: Tue, 07 Sep 2010 15:15:34 +0200 From: Daniel Kraft To: Andy Wingo References: <4a7b223e.6050...@domob.eu> <4a92b446.2090...@domob.eu> <87tyyxsheh@os

Re: Updated Guile Tutorial

2010-08-28 Thread Andy Wingo
Heya Daniel, On Sat 21 Aug 2010 07:38, Daniel Kraft writes: > from my point of view, I'd be glad if you replaced the old tutorial with > my version I have done so on the web site, thanks. > (and included it into the source distro / manual -- feel free > to do the copyright assignment and licen

Re: Updated Guile Tutorial

2010-08-21 Thread Daniel Kraft
Hi Andy, Andy Wingo wrote: Daniel Kraft writes: here's the promised revised version of my Guile tutorial; I've now added this to the Guile web pages, and linked to it from http://www.gnu.org/software/guile/docs/docs.html. Sorry for taking so long about it. Please let me know if you have an

Re: Updated Guile Tutorial

2010-08-18 Thread Andy Wingo
Hi, Looking over some old mails... On Sun 20 Sep 2009 09:35, Neil Jerram writes: > Daniel Kraft writes: > >> here's the promised revised version of my Guile tutorial; > > I've now added this to the Guile web pages, and linked to it from > http://www.gnu.org/software/guile/docs/docs.html. Sorr

Re: Updated Guile Tutorial

2009-09-20 Thread Neil Jerram
Chris Bryant writes: > On Sun, 2009-09-20 at 17:42 +0100, Neil Jerram wrote: > >> Although the tutorial is now on the web, I still haven't done anything >> as regards committing it to Git. That's not because I think we >> shouldn't; it just that I haven't pondered how best to do it yet. > > Neil

Re: Updated Guile Tutorial

2009-09-20 Thread Daniel Kraft
Neil Jerram wrote: Daniel Kraft writes: Hi Andy and all, here's the promised revised version of my Guile tutorial; Hi Daniel, I've now added this to the Guile web pages, and linked to it from http://www.gnu.org/software/guile/docs/docs.html. Sorry for taking so long about it. Please let

Re: Updated Guile Tutorial

2009-09-20 Thread Chris Bryant
On Sun, 2009-09-20 at 17:42 +0100, Neil Jerram wrote: > Although the tutorial is now on the web, I still haven't done anything > as regards committing it to Git. That's not because I think we > shouldn't; it just that I haven't pondered how best to do it yet. Ah, sorry, I meant to also say "Danie

Re: Updated Guile Tutorial

2009-09-20 Thread Chris Bryant
On Sun, 2009-09-20 at 17:42 +0100, Neil Jerram wrote: > Although the tutorial is now on the web, I still haven't done anything > as regards committing it to Git. That's not because I think we > shouldn't; it just that I haven't pondered how best to do it yet. Neil, looks great! Could you possib

Re: Updated Guile Tutorial

2009-09-20 Thread Neil Jerram
Andy Wingo writes: > 4) If you're forking to run gnuplot, why not do so from Scheme? Coincidentally, I recently wrote this: (define (gnuplot file-name plot-command) (let ((pipe (open-output-pipe "gnuplot -"))) (format pipe "\ set terminal png set output '~a' ~a quit "

Re: Updated Guile Tutorial

2009-09-20 Thread Neil Jerram
Daniel Kraft writes: > Hi Andy and all, > > here's the promised revised version of my Guile tutorial; Hi Daniel, I've now added this to the Guile web pages, and linked to it from http://www.gnu.org/software/guile/docs/docs.html. Sorry for taking so long about it. Please let me know if you hav

Re: Updated Guile Tutorial

2009-08-13 Thread Daniel Kraft
Hi Andy, thanks for your comments and checking over my revised tutorial! Andy Wingo wrote: A few comments, IMO of course. Neil probably has a better perspective. I agree with you in general on those, and will try what I can improve on them; so please wait with a commit in any case ;) Should

Re: Updated Guile Tutorial

2009-08-12 Thread Andy Wingo
On Thu 06 Aug 2009 20:34, Daniel Kraft writes: > the last days, I worked on a rewrite of the Guile Tutorial (with the > Tortoise package); just for fun, but also to update some stuff to my > liking and last but not least change the API usage from the deprecated > GH routines to the current scm_ o