From 116c2ff6c1ac09025678a200ac3a78006d0c38b3 Mon Sep 17 00:00:00 2001 From: Alex Parij Date: Wed, 22 Aug 2018 18:09:43 -0400 Subject: [PATCH] adding a resource adding a new learning resource - build your own language VM --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d12744b..bfedc8e 100644 --- a/README.md +++ b/README.md @@ -1149,6 +1149,7 @@ See also [Are we web yet?](http://www.arewewebyet.org) and [Rust web framework c * [Rustlings](https://github.com/rustlings/rustlings) — small exercises to get you used to reading and writing Rust code * [stdx](https://github.com/brson/stdx) — Learn these crates first as an extension to std * [University of Pennsylvania's Comp Sci Rust Programming Course](http://cis198-2016s.github.io/schedule/) + * [Build a language VM] (https://blog.subnetzero.io/post/building-language-vm-part-00/) * Podcasts * [New Rustacean](https://newrustacean.com) — a podcast about learning Rust * [RustCamp 2015 Talks](http://confreaks.tv/events/rustcamp2015)