Download/install MzScheme 352. Add to path
Download/untar arc0.arc.
cd to arc0 dir; type "mzscheme -m -f as.scm" c:\MzScheme\arc0>..\mzscheme -m -f as.scm
Use (quit) to quit, (tl) to return here after an interrupt.
arc> (defop said req
(aform [w/link (pr "you said: " (arg _ "foo"))
(pr "click here")]
(input "foo")
(submit)))
#<procedure:gs1430>
arc> (asv)
The syntax of the command is incorrect.
The syntax of the command is incorrect.
'openssl' is not recognized as an internal or external command,
operable program or batch file.
Error: "make-string: expects argument of type <non-negative exact integer>; given -1" 'K. Download and install openssl. Add to path.
try again arc> (asv)
The syntax of the command is incorrect.
The syntax of the command is incorrect.
Error: "open-output-file: cannot open output file: \"c:\\MzScheme\\arc0\\arc/hpw\" (The system cannot find the path specified.; errno=3)" md arc; try again arc> (asv)
The syntax of the command is incorrect.
Error: "tcp-listen: listen on 8080 failed (An address incompatible with the requested protocol was used.; errno=10047)" Great! No filename. No line number.
If that's lisp error reporting -- good luck guys. |