scheme-for-pd icon indicating copy to clipboard operation
scheme-for-pd copied to clipboard

load-from-path with strings causes errors if used without parens

Open iainctduncan opened this issue 2 years ago • 8 comments

using load-from-path is working fine on windows when in parens, but trying to use it with a quoted filename without parens is doing all kinds of weird crap. A better solution would be to implement read as I have done in s4m so one can do

|read file-no-quotes.scm|

iainctduncan avatar Oct 12 '21 02:10 iainctduncan