An open API service indexing awesome lists of open source software.

https://github.com/tomnomnom/build-a-vm-talk

Code and slides from my Hey!Stac talk at the Belgrave in Leeds on the 28th of October 2014.
https://github.com/tomnomnom/build-a-vm-talk

Last synced: over 1 year ago
JSON representation

Code and slides from my Hey!Stac talk at the Belgrave in Leeds on the 28th of October 2014.

Awesome Lists containing this project

README

          

# Let's Build A Virtual Machine!

Code and slides from my Hey!Stac talk at the Belgrave in Leeds on the 28th of October 2014.

You can [read about it here](http://hey.wearestac.com/talks/let-s-build-a-virtual-machine)
and [watch the video here](https://www.youtube.com/watch?v=DwHJrh3zRH0).

"the-go-version.go" is the version written during the talk - warts and all!

Provided you have Go installed, you can run it by like this:

▶ go run the-go-version.go

"the-php-version.php" is from a practice run I did the day before the talk, and is provided for comparison. You can run it like this:

▶ php the-php-version.php

Thanks to all that came :)