cesquivias.github.io/blog/2014/10/13/writing-a-language-in-truffle-part-1-a-simple-slow-interpreter
Preview meta tags from the cesquivias.github.io website.
Linked Hostnames
13- 8 links tocesquivias.github.io
- 4 links togithub.com
- 3 links tomitpress.mit.edu
- 2 links toen.wikipedia.org
- 2 links totwitter.com
- 1 link tocreativecommons.org
- 1 link tomail.openjdk.java.net
- 1 link tonorvig.com
General Meta Tags
6- titleWriting a Language in Truffle. Part 1: A Simple, Slow Interpreter
- charsetutf-8
- descriptionHow hard is it to write a simple, fast interpreter? Let's find out. It's fun writing little language interpreters in Python. You can get a fully functional interpreter in about an hour but of course my toy interpreters are just that: a toy. Writing a lis...
- authorCristian Esquivias
- keywordsjava, truffle, tutorial
Link Tags
9- canonicalhttp://cesquivias.github.io/blog/2014/10/13/writing-a-language-in-truffle-part-1-a-simple-slow-interpreter/
- icon/favicon.ico
- prev/blog/2014/12/02/writing-a-language-in-truffle-part-2/
- stylesheet/css/bootstrap.min.css
- stylesheet/css/pygments.css
Links
27- http://creativecommons.org/licenses/by-sa/4.0
- http://en.wikipedia.org/wiki/Cons
- http://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop
- http://mail.openjdk.java.net/pipermail/mlvm-dev/2013-February/005214.html
- http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-11.html#%_sec_1.2