Tag: virtual machine

  • 16-Bit Virtual Machine in JavaScript 001

    In this episode we begin implementing a 16-bit virtual machine from scratch in JavaScript. The concepts of computation are introduced, along with the basics of assembly language and machine code. =[ ℹ About ℹ ]= This series is all about building a powerful virtual machine in JavaScript with the following features: – A flexible, extensible,…

  • Scott Hanselman: “Virtual Machines, JavaScript and Assembler” Keynote – Velocity Santa Clara 2014

    Scott Hanselman’s keynote from the 2014 O’Reilly Velocity conference in Santa Clara, CA. How does the pervasiveness of JavaScript on the client change how we architect applications? We can create hundreds virtual machines in the cloud, but we are using the millions of visual machines that visit our sites every day? Suddenly we are scripting…