Skip to content

Commit 66b3c60

Browse files
committed
add some references to README
1 parent 92940f2 commit 66b3c60

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,19 +106,24 @@ Or `r` for raw mode:
106106
}
107107
}
108108

109-
## Further reading
109+
## References
110110

111-
* [Lambda Calculus - Wikipedia](http://en.wikipedia.org/wiki/Lambda_calculus)
112111
* [Matt Might: 7 lines of code, 3 minutes](http://matt.might.net/articles/implementing-a-programming-language/)
113112
* [Tom Stuart: Programming with Nothing](http://codon.com/programming-with-nothing)
114-
* [Erkki Lindpere: Parsing Lambda Calculus in Scala](http://zeroturnaround.com/rebellabs/parsing-lambda-calculus-in-scala/)
115-
116-
## References
117-
118113
* [Jean-Louis Krivine: A call-by-name lambda-calculus machine](http://www.pps.univ-paris-diderot.fr/~krivine/articles/lazymach.pdf)
119114
* [Rémi Douence, Pascal Fradet: The Next 700 Krivine Machines](http://pop-art.inrialpes.fr/~fradet/PDFs/HOSC07.pdf)
120115
* [Xavier Leroy: The Zinc Experiment](http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.43.6772)
121116
* [John Tromp: Binary Lambda Calculus and Combinatory Logic](http://homepages.cwi.nl/~tromp/cl/LC.pdf)
122117
* [John Tromp: Binary Lambda Calculus interpreter for IOCCC](http://www.ioccc.org/2012/tromp/hint.html)
118+
* [Erkki Lindpere: Parsing Lambda Calculus in Scala](http://zeroturnaround.com/rebellabs/parsing-lambda-calculus-in-scala/)
123119
* [Binary Lambda Calculus in Python](https://github.com/sdiehl/bnlc)
124120
* [Krivine Machine in Scheme](https://github.com/ympbyc/Carrot)
121+
* [Algorithmic Information Theory in Haskell](https://github.com/tromp/AIT)
122+
* [Lambda Calculus - Wikipedia](http://en.wikipedia.org/wiki/Lambda_calculus)
123+
* [Binary Lambda Calculus - Wikipedia](http://en.wikipedia.org/wiki/Binary_lambda_calculus)
124+
* [De Bruijn index - Wikipedia](http://en.wikipedia.org/wiki/De_Bruijn_index)
125+
126+
## Thanks to
127+
128+
* [@ympbyc](https://twitter.com/ympbyc)
129+
* [@smdiehl](https://twitter.com/smdiehl)

0 commit comments

Comments
 (0)