;; Run 1

./build/microcode/scheme --library build/lib/ --silent
(pp (vector))
#()
(pp (->pathname ""))
#(|#[(runtime pathname)pathname]| #(|#[(runtime pathname)host]| 0 #f) 
unspecific #f #f #f unspecific)
(pp (vector))
#()


;; Run 2 (pathname first)

./build/microcode/scheme --library build/lib/ --silent
(pp (->pathname ""))
#(|#[(runtime pathname)pathname]| #(|#[(runtime pathname)host]| 0 #f) 
unspecific #f #f #f unspecific)
(host #(|#[(runtime pathname)host]| 0 #f))
(device unspecific)
(directory #f)
(name #f)
(type #f)
(version unspecific)
(pp (vector))
;The object 0, passed as the second argument to vector-ref, is not in the 
correct range.
;To continue, call RESTART with an option number:
; (RESTART 1) => Return to read-eval-print level 1.

2 error>

?

_______________________________________________
MIT-Scheme-devel mailing list
MIT-Scheme-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/mit-scheme-devel

Reply via email to