[plt-scheme] new to programming

From: Robby Findler (robby at cs.uchicago.edu)
Date: Thu Jan 3 09:58:46 EST 2008

convert-repl is a teachpack function. Your function should be called
Fahrenheit->Celsius. Once you have finished designing your function,
you can then put this in the definitions window:

  (convert-repl Fahrenheit->Celsius)

to use convert-repl.

hth,
Robby

On Jan 2, 2008 11:48 PM, anesmike <anesward at mac.com> wrote:
> OK i am new to this and my question is : on page 10 of htdp ; there is
> a question concerning convert-repl which is a program that maps a
> fahrenheit to celcius program to a list of numbers.but the problem is
> there is instructions on creating a list of numbers. any help would be
> appreciated.
> thanks,mike
> I am going though this book on my own and thus not in a class situation
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.