scheme

    Run R6RS Scheme programs directly with moonx

    scheme
    r6rs
    interpreter
    cli
    wasm
    Download zip
    Author
    Version
    0.1.1
    License
    MIT
    Last updated
    last month
    Downloads
    11

    #Scheme for moonx

    Run R6RS Scheme expressions and programs without installing a separate binary:

    moonx bobzhang/scheme --eval '(+ 1 2)' printf '%s\n' '(map (lambda (x) (* x x)) (list 1 2 3))' | moonx bobzhang/scheme - moonx bobzhang/scheme program.scm

    Arguments after bobzhang/scheme are passed directly to the interpreter. The default moonx WebAssembly target runs the command in a local WASI sandbox.

    Options:

    • -e, --eval EXPR: evaluate the supplied Scheme source.
    • -: read Scheme source from stdin.
    • -h, --help: show command help.
    • --version: show the command version.

    If neither --eval nor a file is supplied, the command reads from stdin.

    Source Files

    Powered by MoonBit

    Site sourceReport issuePackagesBuild queueSkillsStatistics

    © 2026 mooncakes.io