View Single Post
  #6 (permalink)  
Old 03-15-2009, 05:18 PM
Michele Simionato
Guest
 
Posts: n/a
Default Re: Help: seeking program design advice

On Mar 15, 5:58*pm, "laplacia...@gmail.com" <laplacia...@gmail.com>
wrote:
> I'm new to Scheme and to
> functional programming in general and would like to learn functional
> programming using Scheme.


There is a six part section of my "Adventures of a Pythonista
in Schemeland" about functional programming that you may
find useful:

http://www.artima.com/weblogs/viewpo...?thread=251474

> Can you recommend a programming methodology
> that would work well for that?


Yes, take a simple example of an imperative program
and try to translate it into a functional style, asking
here when you reach a point where you cannot progress.

Michele Simionato
Reply With Quote