So looking through the Rosetta Code tests, a lot require of them require reading from standard input. I realise because MiniScript is embedded, there is no universal standard input. So how would you suggest adding solutions for those type of tests?
I did note the example that referenced using Mini micro, which I haven’t looked at yet, so is that the preferred option? Also the only script editor uses an “input” function which is another option.
Expanding a bit broader on that, what is the thought on Interface functions, which are provided standard with MiniScript, but provide no implementation. They are there just to provide standardised functions, which it is up to the person embedding MiniScript to implement?
i can see this may be against the design philosophy of simplicity however, which would be the biggest negative I could see.
Russell.