scheme-containers / monorepo

Generators, website, issues
https://containers.scheme.org
MIT License
7 stars 1 forks source link

Standardized scheme-eval command #16

Closed lassik closed 4 years ago

lassik commented 4 years ago

For portability-testing a feature across many implementations, it would be great if we could do something like this:

docker run schemers/bigloo scheme-eval "(+ 1 (* 2 3))"

It would evaluate the expression.

If this works consistently across containers (as scheme-script now does among many) it would be easy to write a runner script to launch containers for a test, collect and curate the results.

lassik commented 4 years ago

(Duplicate post of #15 due to a glitch in the GitHub UI.)