Sethm/ContrAltoJS: ContrAltoJS JavaScript Xerox Alto Emulator

ContrAltoJS JavaScript Xerox Alto Emulator. Contribute to sethm/ContrAltoJS development by creating an account on GitHub. Read more

Similar

JavaScript: Value vs. Reference

When I started learning JavaScript, one of the topics that confused me at the beginning was understanding the difference between value and reference. In this post, I’ll guide you through examples with pictures how copy by value and reference work in JavaS... (more…)

Read more »

Implementing a simple compiler in JavaScript

I already wrote a couple of essays related to the development of programming languages that I was extremely excited about! For instance, in “Static Code Analysis of Angular 2 and TypeScript Projects“[1] I explored the basics of the front end of the compil... (more…)

Read more »