swift-lispkit icon indicating copy to clipboard operation
swift-lispkit copied to clipboard

How can I run a script

Open bentxt opened this issue 2 years ago • 1 comments

Hi Is there a way to invoke .build/debug/LispKitRepl with a

bentxt avatar May 02 '23 13:05 bentxt

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

objecthub avatar May 07 '23 21:05 objecthub

Closing this issue. Let me know if there is still something unclear.

objecthub avatar Jun 05 '24 06:06 objecthub