Skip to content

Commit 5bcdec2

Browse files
committed
Better README.
1 parent cc35039 commit 5bcdec2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
# Parallel Programming in Futhark
22

33
This material aims at introducing the reader to data-parallel
4-
functional programming using the Futhark language.
4+
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
515

616
The document is compiled by typing `make` and the embedded Futhark
717
code is compiled, executed, and tested by typing `make test`.

0 commit comments

Comments
 (0)