Re: [racket] file will not read into the program

2011-11-21 Thread Jakub Hadam
Thank you all for the suggestions, it was indeed the .txt extension. Now I was able to run the program, however the results were not separated, they were all in just one line. But I'm not going to worry about that. Also thank you for suggesting the other resources, but so far I like the HtDP and I

Re: [racket] file will not read into the program

2011-11-21 Thread Stephen Bloch
On Nov 21, 2011, at 3:35 PM, Todd O'Bryan wrote: > This is just a guess, but perhaps Windows has helpfully added a ".txt" > extension (or some other nonsense) to the end of your filename? You > might try looking at the file's properties, just to make sure > something weird isn't going on. Or jus

Re: [racket] file will not read into the program

2011-11-21 Thread Todd O'Bryan
This is just a guess, but perhaps Windows has helpfully added a ".txt" extension (or some other nonsense) to the end of your filename? You might try looking at the file's properties, just to make sure something weird isn't going on. On another note, as long as your Fahrenheit->Celsius function wor