[plt-scheme] new to programming
I guess you meant to write "there are no instructions on creating a
list of numbers".
You can create a list of numbers like so:
(list 1 2 3 4 5)
N.
On Jan 3, 2008 5:48 AM, 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
>