logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

futhark-run - interpret Futhark program

Description

       Execute  the  given  program  by  evaluating  an  entry  point (main by default) with arguments read from
       standard input, and write the results on standard output.

       futharkrun is very slow, and in practice only useful for testing, teaching, and experimenting  with  the
       language.   The  #[trace] and #[break] attributes are fully supported in the interpreter.  Tracing prints
       values to stdout in contrast to compiled code, which prints to stderr.

Name

       futhark-run - interpret Futhark program

Options

-eNAME
              Run the given entry point instead of main.

       -h     Print help text to standard output and exit.

       -V     Print version information on standard output and exit.

       -w, --no-warnings
              Disable interpreter warnings.

See Also

futhark-repl, futhark-test

Synopsis

       futhark run [options…] <program.fut>

See Also