Man page - futhark-repl(1)
Packages contas this manual
- futhark-wasm(1)
- futhark-test(1)
- futhark-wasm-multicore(1)
- futhark-hip(1)
- futhark-doc(1)
- futhark-autotune(1)
- futhark-python(1)
- futhark-c(1)
- futhark-literate(1)
- futhark-pkg(1)
- futhark-fmt(1)
- futhark-opencl(1)
- futhark-profile(1)
- futhark-repl(1)
- futhark(1)
- futhark-cuda(1)
- futhark-dataset(1)
- futhark-multicore(1)
- futhark-bench(1)
- futhark-ispc(1)
- futhark-pyopencl(1)
- futhark-script(1)
- futhark-run(1)
apt-get install futhark
Manual
| FUTHARK-REPL(1) | Futhark | FUTHARK-REPL(1) |
NAME
futhark-repl - interactive Futhark read-eval-print-loop
SYNOPSIS
futhark repl [program.fut]
DESCRIPTION
Start an interactive Futhark session. This will let you interactively enter expressions and declarations which are then immediately interpreted. If the entered line can be either a declaration or an expression, it is assumed to be a declaration. The input msut fit on a single line.
Futhark source files can be loaded using the :load command. This will erase any interactively entered definitions. Use the :help command to see a list of commands. All commands are prefixed with a colon.
futhark repl uses the Futhark interpreter, which grants access to the #[trace] and #[break] attributes. See futhark-run for a description.
OPTIONS
SEE ALSO
futhark-run, futhark-test
COPYRIGHT
2013-2020, DIKU, University of Copenhagen
| March 1, 2025 | 0.25.27 |