microsoft / schemy

A lightweight embeddable Scheme-like interpreter for configuration
MIT License
301 stars 42 forks source link

Publish schemy.repl.exe as dotnet global tool #12

Open vivainio opened 6 years ago

vivainio commented 6 years ago

Currently, the repl is just under examples.

It would be useful to expose it as dotnet global tool, so it would be easy to "play with" the scripts while learning and testing stuff.

If this does not seem to be in scope, I can publish a global tool myself but I'm not sure how to make it obvious from the name that it's not "official" repl in any way.

johnwcowan commented 4 years ago

It would also be good to make it downloadable as a standalone executable from somewhere. I am primarily interested in Scheme varieties, and would prefer not to have to compile from source if possible.