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.
- Host: GitHub
- URL: https://github.com/tomnomnom/build-a-vm-talk
- Owner: tomnomnom
- Created: 2014-10-28T22:31:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-06T11:36:47.000Z (almost 11 years ago)
- Last Synced: 2025-01-24T09:08:20.628Z (over 1 year ago)
- Language: PHP
- Size: 1.18 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
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 :)