It is currently Tue Apr 23, 2024 2:44 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 12 posts ] 
Author Message
 Post subject: Teach Yourself Scheme
PostPosted: Sun Feb 27, 2011 7:03 pm  (#1) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4045
Don't be fooled by the title if you have never programmed in your life.

I'm just adding these links for reference, in case anyone is as interested as me, in learning to script-fu.

I will be adding more links to this list (and hopefully good tutorials), as I find them:

Teach Yourself Scheme:
http://www.ccs.neu.edu/home/dorai/t-y-s ... Z-H-1.html

Saulgoode's reference link:
http://people.csail.mit.edu/jaffer/r5rs_toc.html

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: Teach Yourself Scheme
PostPosted: Sun Feb 27, 2011 10:25 pm  (#2) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
i remember a series of script tutorial by fencepost on www.gimpdome.com

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: Teach Yourself Scheme
PostPosted: Sun Feb 27, 2011 10:29 pm  (#3) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4045
I guess you could say there are 5000 similar tutorials to every 1 unique one. I am still searching.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Teach Yourself Scheme
PostPosted: Sun Feb 27, 2011 10:35 pm  (#4) 
Offline
GimpChat Member
User avatar

Joined: Jul 04, 2010
Posts: 2253
Location: Retired Moderator Slowly Returning to the Living.
I have to find it on one of my backup drives, but I have a HUGE scheme manual. That is another thing on my to do list.

_________________
Artists aren't crazy! We're eccentric! ~G.M. Ross

Image

My Sigs = My Photos
Check out my work at http://www.flickr.com/photos/photomastergreg.


Top
 Post subject: Re: Teach Yourself Scheme
PostPosted: Mon Feb 28, 2011 12:22 am  (#5) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
Mahvin
i didn't understand the sense of your reply
Here is the exact link for the first of the serie
http://www.gimpdome.com/gimp-general-us ... pting-101/

at the end of the tut you will found the links for the follow up

All the series is updated to gimp 2.6
(most of the other i found are totally outdated )

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: Teach Yourself Scheme
PostPosted: Mon Feb 28, 2011 12:56 am  (#6) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4045
I was just commenting on my own search results, PC. Too many old and simple tutorials. I need more intermediate stuff. Thanks for the link, btw.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Teach Yourself Scheme
PostPosted: Mon Feb 28, 2011 1:12 am  (#7) 
Offline
GimpChat Member

Joined: Apr 12, 2010
Posts: 5870
the first i linked is very simple but still may contain not obvious tips
the others are more and more complex

_________________
My 3D Gallery on Deviantart http://photocomix2.deviantart.com/
Main gallery http://www.flickriver.com/photos/photocomix-mandala/
Mandala and simmetry http://www.flickriver.com/photos/photocomix_mandala/

Image

Mrs Wilbress


Top
 Post subject: Re: Teach Yourself Scheme
PostPosted: Mon Feb 28, 2011 1:35 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12516
Hey Mahvin. Ran across Koders a little over a year ago. Here's a link to some Script-fus at Koders. If you click on one, you then get the code for that one and also on the left side you get links to all the Script-fus which is cool. :)

http://www.koders.com/default.aspx?s=sc ... i=*&scope=

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Teach Yourself Scheme
PostPosted: Mon Feb 28, 2011 3:29 am  (#9) 
Offline
Script Coder
User avatar

Joined: Apr 23, 2010
Posts: 1553
Location: not from Guildford after all
http://www.htdp.org/2003-09-26/Book/curriculum.html

Don't forget to read the Preface.

_________________
Any sufficiently primitive technology is indistinguishable from a rock.


Top
 Post subject: Re: Teach Yourself Scheme
PostPosted: Mon Feb 28, 2011 9:43 am  (#10) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
I would like to try my hand at script-fu too.
AFAIK Gimp .scm scripts use Tiny-Scheme and not Scheme.
Would there be differences in syntax and available commands?
Probably best to follow fencepost tutorial in gimpdome.
Gerard.

Edit: I have installed "plt-scheme" formerly DrScheme.
It uses R5RS version of Scheme,how compatible is that with the version Gimp uses?
I want to use it to check things I may write for errors.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
 Post subject: Re: Teach Yourself Scheme
PostPosted: Mon Feb 28, 2011 2:37 pm  (#11) 
Offline
Global Moderator
User avatar

Joined: Oct 06, 2010
Posts: 4045
They are very similar according to what I am reading and seeing.

_________________
"In order to attain the impossible, one must attempt the absurd."
~ Miguel de Cervantes


Top
 Post subject: Re: Teach Yourself Scheme
PostPosted: Mon Feb 28, 2011 3:01 pm  (#12) 
Offline
GimpChat Member
User avatar

Joined: Oct 29, 2010
Posts: 711
Location: Netherlands
Thanks mahvin.
The version I installed with Gentoo appears to be fairly old (version 4.2.2).
I searching the web to see if I could find a newer version brought me to this site:
http://racket-lang.org/download/
It was renamed from plt-scheme.org to racket.
I downloaded the unix version (5.1) and it compiles fine and works ok.
I haven't had time yet to fully explore it but in the docs I see quite a bit about graphics.
It is also available for Mac and Windows32bit.
Even if you write something in the Gimp script-fu console you could use this to find errors I guess.
Gerard.

_________________
Gentoo Linux always up-to-date.
Kernel-3.17.4 Python-2.7.8/3.3.5
Gimp-2.8.14

I use Linux only.
And Virtualbox with Win 7


Top
Post new topic Reply to topic  [ 12 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Did something change in scheme in 2-10-20[Solved]

5

No new posts Attachment(s) Falling snow animated Scheme Script for Gimp

121



* Login  



Powered by phpBB3 © phpBB Group