I'm having trouble picking a paper to implement. All the papers I found so far seem too difficult for me to understand, or not interesting. Any ideas on an interesting paper to implement? I did look into probabilistic programming, which seems interesting.
The paper is to be implemented in Haskell if that matters. Thanks!
The main thing about it of value is that it managed to coherently mix imperative and declarative programming models
a variable acted like normal, but a result (for lack of a better term) was always updated it the inputs to the function changed
this had interesting uses as the clock was one thing you could use to feed your results with
https://web.archive.org/web/20201011194337/https://github.co...
"Design by Contract"
http://se.ethz.ch/~meyer/publications/computer/contract.pdf
It was created by Bertrand Meyer originally for the Eiffel programming language.
More / related papers in Wikipedia "External Links" section: