Hello,
I have read over the core documentation and may have missed this somewhere, but if I am running Steel standalone on Windows, for example, then how to simply load a file from within the REPL environment?
On that note, is there a way to get a list of environmental commands like this from while it is running in maybe some internal help system?
From the command line I tried to run a file that was located just in the cogs directory relative to the steel binary without installing in user space but got errors:
>steel cogs\test-runner.scm
error[E08]: Io
┌─ :1:2
│
1 │ (require "cogs\test-runner.scm")
│ ^^^^^^^ Attempting to load module from: "C:\\Users\\User\\.steel\\cogs\\cogs\test-runner.scm" The system cannot find the path specified. (os error 3)
Thanks and have a great day
Hello,
I have read over the core documentation and may have missed this somewhere, but if I am running Steel standalone on Windows, for example, then how to simply load a file from within the REPL environment?
On that note, is there a way to get a list of environmental commands like this from while it is running in maybe some internal help system?
From the command line I tried to run a file that was located just in the cogs directory relative to the steel binary without installing in user space but got errors:
Thanks and have a great day