HigherOrderCO / HVM

A massively parallel, optimal functional runtime in Rust
https://higherorderco.com
Apache License 2.0
10.42k stars 395 forks source link

paper/PAPER.typst and paper/PAPER.pdf out of sync #349

Closed freemin7 closed 3 months ago

freemin7 commented 3 months ago

Reproducing the behavior

canvas reads "This work creates a solid foundation for arallel programming languages that are able to harness the massively parallel capabilities of modern hardware" while the source code https://github.com/HigherOrderCO/HVM/blob/5809ad0fd6ff468621053dd784d43c3879a52d01/paper/PAPER.typst#L1239 has this spelling error corrected.

System Settings

Does not apply

Additional context

Minor problem, but one should make sure that if one checks in artifacts into a Git that that those are up to date.

enricozb commented 3 months ago

Going to look at this today, also adding here the fact that the ERASE interaction rule unfortunately applies to NUM ~ $(..) as written, which conflicts with the OPERATE 1 rule.