Re: [Gimp-user] Scheme question

2004-10-20 Thread Joao S. O. Bueno Calligaris
On Wednesday 20 October 2004 16:44, Jonathan Bartlett wrote: > > > I have been trying to write some scripts to automate tasks but > > > find that I have some trouble using scheme. Although I am > > > experienced in other languages I find scheme quite difficult to > > > master as I can't seem to fi

Re: [Gimp-user] Scheme question

2004-10-20 Thread Jonathan Bartlett
> > I have been trying to write some scripts to automate tasks but find > > that I have some trouble using scheme. Although I am experienced > > in other languages I find scheme quite difficult to master as I > > can't seem to find any language references. There are lots of > > tutorials and samp

Re: [Gimp-user] Scheme question

2004-10-20 Thread Michael Schumacher
Joao S. O. Bueno Calligaris wrote: Are there any plans to compile Gimp Python for Win32? I'd be happy to use it! Oh gosh... I forgot it doesn't run on Windows yet. It must be because of fairly minor details...but I can not check for them simply because I have no windows. I will try and contact s

Re: [Gimp-user] Scheme question

2004-10-19 Thread Joao S. O. Bueno Calligaris
On Tuesday 19 October 2004 08:26, Nonexistent Entity wrote: > On Mon, 18 Oct 2004 22:57:58 -0200, Joao S. O. Bueno Calligaris > > <[EMAIL PROTECTED]> wrote: > > I may be pushing it too hard...may be going off topic. But I will > > insist on this subject. I'd like to see more people using gimp > > p

Re: [Gimp-user] Scheme question

2004-10-19 Thread Nonexistent Entity
On Mon, 18 Oct 2004 22:57:58 -0200, Joao S. O. Bueno Calligaris <[EMAIL PROTECTED]> wrote: I may be pushing it too hard...may be going off topic. But I will insist on this subject. I'd like to see more people using gimp python. Are there any plans to compile Gimp Python for Win32? I'd be happy t

Re: [Gimp-user] Scheme question

2004-10-18 Thread Joao S. O. Bueno Calligaris
On Monday 18 October 2004 13:45, [EMAIL PROTECTED] wrote: > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf > > Of Steve Crane > > Sent: 16 October 2004 00:01 > > To: [EMAIL PROTECTED] > > Subject: [Gimp-use

Re: [Gimp-user] Scheme question

2004-10-18 Thread Jeff Trefftzs
On Fri, 2004-10-15 at 16:00, Steve Crane wrote: > I have been trying to write some scripts to automate tasks but find that > I have some trouble using scheme. Although I am experienced in other > languages I find scheme quite difficult to master as I can't seem to > find any language references.

RE: [Gimp-user] Scheme question

2004-10-18 Thread G . DeSercey
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Steve Crane > Sent: 16 October 2004 00:01 > To: [EMAIL PROTECTED] > Subject: [Gimp-user] Scheme question > At the moment I am trying to work out how to do integer >

Re: [Gimp-user] Scheme question

2004-10-18 Thread Joao S. O. Bueno Calligaris
Hi! I could not agree more withh what ylu have to say aboyut scheme. Might I suggest that you'd use gimp-python for your scripts? As of gimp-2.0, gimp-python is in the main gimp-tree and can be installed as a separate package in major linux distributions. To compile the GIMP with it, pass "--en

[Gimp-user] Scheme question

2004-10-18 Thread Steve Crane
I have been trying to write some scripts to automate tasks but find that I have some trouble using scheme. Although I am experienced in other languages I find scheme quite difficult to master as I can't seem to find any language references. There are lots of tutorials and samples showing how to c