shen-go icon indicating copy to clipboard operation
shen-go copied to clipboard

CD then LOAD doesn't work as expected

Open liumingc opened this issue 1 year ago • 0 comments

Refer S31/Primitives/primitives.lsp:

(DEFUN open (String Direction)
   (LET ((Path (FORMAT NIL "~A~A" *home-directory* String)))
        (shen.openh Path Direction)))   

Maybe in PrimReadFileAsByteList, filename should path.Join with the value of *home-directory* .

liumingc avatar Feb 07 '24 07:02 liumingc