[comp.lang.functional] functional programming textbooks, implementations, etc -- request

conrad@wucs1.wustl.edu (H. Conrad Cunningham) (07/02/90)

	I am developing a course on "functional programming" to be
taught at the beginning graduate/advanced undergraduate level.
Although the students may have been "exposed" to some Lisp
programming, their world view is primarily shaped by the imperative
(Pascal, C, & Ada) paradigm.  In this course I want to focus more on
"programming" issues than on "programming language" issues.  
This will not be an AI course or primarily a Lisp language course.
Your suggestions on the following are solicited:  

What language would you suggest as "best" for such a course?

	Miranda, Scheme, Hope, Standard ML, etc.

What are appropriate textbooks (given the language choice)?

Are inexpensive (preferably free!) language implementations and
supporting software available?

	hosts of interest:  IBM PC (DOS), 386-based UNIX, Sun 3,
			    AT&T 3B2, UNIX PCs, Sun 4, IBM RISC System/6000

My Internet E-mail address is cunningham@cs.olemiss.edu.  Thanks.
-------------------------------------------------------------------------------
H. Conrad Cunningham     	  |  Title:     Assistant Professor
Dept. of Computer & Info. Science |  Telephone: (601) 232-5358    Fax: 232-7010
The University of Mississippi     |  Internet:  cunningham@cs.olemiss.edu
302 Weir Hall                     |--------------------------------------------
University, MS  38677  U.S.A.     |  Home:      Rt. 1, Box 81, Oxford, MS 38655
-------------------------------------------------------------------------------

attila@breeze.bellcore.com (07/07/90)

> 
> 	I am developing a course on "functional programming" to be
> taught at the beginning graduate/advanced undergraduate level.
> Although the students may have been "exposed" to some Lisp
> programming, their world view is primarily shaped by the imperative
> (Pascal, C, & Ada) paradigm.  In this course I want to focus more on
> "programming" issues than on "programming language" issues.  
> This will not be an AI course or primarily a Lisp language course.
> Your suggestions on the following are solicited:  
> 
> What language would you suggest as "best" for such a course?

This is a subjective issue.  Certain applications lend better to some
languages than others and the size of the application will have a major
impact on the choice of the language also.  

Would it be foolish to suggest using two languages?  It would provide an
interesting comparison.

You may wish to consider the useing Scheme; it is the most likely
candidate to have a lasting educational impact on your charges --at
least there is a glimmer of hope of them using Lisp during their
careers.

> 	Miranda, Scheme, Hope, Standard ML, etc.
> 
> What are appropriate textbooks (given the language choice)?
> 
> Are inexpensive (preferably free!) language implementations and
> supporting software available?
> 

Very high quality Scheme implementation is available from TI.  I believe
it was $99 the last time I checked.  MacScheme is about the same price.
Several other Scheme implementations are available on Unix.


Leslie A. Walko