We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc35039 commit 5bcdec2Copy full SHA for 5bcdec2
README.md
@@ -1,7 +1,17 @@
1
# Parallel Programming in Futhark
2
3
This material aims at introducing the reader to data-parallel
4
-functional programming using the Futhark language.
+functional programming using the Futhark language. It is
5
+work-in-progress, but probably constitutes the best introduction to
6
+Futhark programming.
7
+
8
+## Reading the Book
9
10
+Navigate to
11
+[Releases](https://github.com/diku-dk/futhark-book/releases) and pick
12
+the most recent PDF file.
13
14
+## Writing the Book
15
16
The document is compiled by typing `make` and the embedded Futhark
17
code is compiled, executed, and tested by typing `make test`.
0 commit comments