Adding Method Overloading to Classes in JavaScript?

In this video we’re building a runtime library that allows us to define more powerful classes. More specifically, it’ll give us the ability to write strongly… Read more

Similar

Polyglot JavaScript on JVM with GraalVM

GraalVM is a new open source project by Oracle which is trying to make Java VM an universal VM to run all the major languages. Before GraalVM, there were already few languages like Scala, Closure which targeted JVM as their runtime. This has been hugely s... (more…)

Read more »