swift-lispkit
swift-lispkit copied to clipboard
How can I run a script
Hi
Is there a way to invoke .build/debug/LispKitRepl with a
Hi Ben, here's an example how you can run a Scheme program via the .build/debug/LispKitRepl binary:
.build/debug/LispKitRepl -r Sources/LispKit/Resources --- Sources/LispKit/Resources/Examples/Channels.scm
-r is followed by potentially several arguments and thus requires some terminator (which is either '---' or another option).
Does this answer your question?
Thanks, Matthias
Closing this issue. Let me know if there is still something unclear.