Radium opens a public port you can send scheme code to (first instance uses 5080, if 5080 was not open, use 5081, and so forth). See Help -> About -> Control Port.
You can start a browser-based repl by opening bin/s7webserver/s7webserver_repl.html in a browser.
You can start repl in a terminal by running the bin/scheme/reply.py script.
To start playing from the command line, run this command:
Code: Select all
curl -i -X POST -H "Content-Type: text/plain" -d '(ra:play-song-from-start)' http://localhost:5080