Set DrScheme's directory ? (HtDP)
Finally found this trick:
Found here: http://www.cs.utexas.edu/users/novak/drscheme.html
This allowed me to create in.dat so DrScheme could read it, allowing me to finish Exercise 2.2.1 in How to Design Programs (HtDP). Still no idea where it was looking for the file before I set that to my Desktop, lame..
- Start in a big language, like "Pretty Big".
- Execute e.g.: (current-directory "c:/program files/plt/") in the bottom pane.
- Then you switch to your lesson language (HtDP Beginnig Student for me) and reload (Run).
Found here: http://www.cs.utexas.edu/users/novak/drscheme.html
This allowed me to create in.dat so DrScheme could read it, allowing me to finish Exercise 2.2.1 in How to Design Programs (HtDP). Still no idea where it was looking for the file before I set that to my Desktop, lame..