Home | Notes | Languages | Programs | Homework |
Re: Scheme compiling |
§ídësmâçk (csides@VT.EDU)
Tue, 18 Sep 2001 23:46:15 -0400
Message-ID: <4.3.0.20010918234421.023db9d0@mail.vt.edu> Date: Tue, 18 Sep 2001 23:46:15 -0400 From: §ídësmâçk <csides@VT.EDU> Subject: Re: Scheme compiling
load goes INSIDE the parenthesis !!!!!
like this....
(load "d:/scheme/bmi.scm")
NOTE the load INSIDE repeat.. INSIDE the parenthesis!
second... you need DOUBLE QUOTES around the path and file name.
Copy this letter for letter.
-Chris
At 11:39 PM 9/18/2001 -0400, you wrote:
>load ( d:\Scheme\bmi.scm )
>
>load ( d:/Scheme/bmi.scm )
>
>load ( bmi.scm )
>
>Neither of the 3 commands work even if I have bmi.scm in my bin folder.
>
>
>
>Any Suggestions?
>
>
>
>
>
>-----Original Message-----
>From: discussion list [mailto:CS3304_91312@listserv.vt.edu] On Behalf Of
>Jonathan Berkowitz
>Sent: Tuesday, September 18, 2001 10:03 PM
>To: CS3304_91312@LISTSERV.VT.EDU
>Subject: Re: [CS3304_91312] Scheme compiling
>
>
>
> Use a foward slash not a backward slash when you type in the absolute
> path of the file you want to compile. But just to make it faster p
>
>ut the bmi.scm file in the bin folder and just type (load "bmi").
>
>-----Original Message-----
>From: discussion list [mailto:CS3304_91312@listserv.vt.edu] On Behalf Of
>Vincent Vance
>Sent: Tuesday, September 18, 2001 9:06 PM
>To: CS3304_91312@LISTSERV.VT.EDU
>Subject: Re: [CS3304_91312] Scheme compiling
>Ok well that kinda worked instead of getting unable to find file error I
>get this now. ;The object d:Scheme\bmi.scm is not applicable.
>
>This is what I entered at the prompt
>load ( d:\Scheme\bmi.scm )
>
>
>
>Thanks
>
>Vincent
>
>-----Original Message-----
>From: discussion list [mailto:CS3304_91312@listserv.vt.edu] On Behalf Of
>§ídësmâçk
>Sent: Tuesday, September 18, 2001 8:26 PM
>To: CS3304_91312@LISTSERV.VT.EDU
>Subject: Re: [CS3304_91312] Scheme compiling
>
>specify a full path name in the load command:
>(load "c:/scheme/file/bmi.scm")
>
>
>
>
>
>At 08:08 PM 9/18/2001 -0400, you wrote:
>
>
>
>Where in the directory structure do you place files that need to be
>compiled? I keep getting the error: ;Unable to find file bmi because:
>file does not exist.
>
>
>
>Thanks
>
>Vincent
Home | Notes | Languages | Programs | Homework |