| ▲ | Munksgaard 12 hours ago | |
Interesting talk. He mentions Futhark a few times, but fails to point out that his ideal way of programming is almost 1:1 how it would be done in Futhark. His example is:
It would be written in Futhark something like this: | ||
| ▲ | Munksgaard 12 hours ago | parent [-] | |
Also, while not exactly the algorithm Raph is looking for, here is a bracket matching function (from Pareas, which he also mentions in the talk) in Futhark: https://github.com/Snektron/pareas/blob/master/src/compiler/... I haven't studied it in depth, but it's pretty readable. | ||