Skip to content

jarney/jonvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Jon's VM

This code is a Java virtual machine implemented in JavaScript. It is being implemented as a part of a YouTube series on the Java virtual machine. The aim is to clearly explain the internal workings of a JVM so that people can gain an intuition for the types of things that a typical virtual machine must account for and to promote a better understanding of the language and its corresponding runtime.

Each video implements a portion of the virtual machine which is then committed to this repository and tagged appropriately.

About

This is a Java virtual machine built from scratch in JavaScript as a part of a video series intended to illustrate how the Java virtual machine works internally. This is the companion repository to the video series.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors