yaml / yamlscript

Programming in YAML
MIT License
382 stars 31 forks source link

Create an alternate CLI that runs on the JVM #168

Open ingydotnet opened 3 months ago

ingydotnet commented 3 months ago

The ys command is currently only targeting GraalVM platforms Mac/Linux/Windows.

We can make an alternate ysj that connects to a JVM (starting it if necessary).

If ysj proves successful we might want to rename ys to ysb (binary) and make ys a bash script that can exec the appropriate one.