Merge pull request #313 from triggerNZ/master

Fix broken link.
This commit is contained in:
Zeeshan Lakhani 2015-06-17 07:50:18 -07:00
commit fac9008fbc

View File

@ -1,2 +1,2 @@
* [One VM to Rule Them All](https://www.cs.purdue.edu/homes/gkrichar/papers/onward2013-wuerthinger-truffle.pdf)
* [One VM to Rule Them All](http://lafo.ssw.uni-linz.ac.at/papers/2013_Onward_OneVMToRuleThemAll.pdf)
- This is an exciting VM implementation that incorporates AST node rewriting and an optimizing compiler. It enables the implementation of, and excellent performance for, a wide range of languages.