Y
Hacker News
new
|
ask
|
show
|
jobs
by
compressedgas
1356 days ago
This reminds me of Kuper and Newton's LVars paper that introduces lattice variables in Haskell:
https://users.soe.ucsc.edu/~lkuper/papers/lvars-fhpc13.pdf
http://dx.doi.org/10.1145/2502323.2502326
1 comments
shwestrick
1356 days ago
Yes! It's a very similar idea. If I remember correctly, LVars are restricted enough to enforce determinism statically, which is quite nice.
link