Array function in JavaScript and how to use them, map, reduce, filter and forEach... (more…)
Read more »
In my previous post, I described inductive program synthesis of simple JS programs. It was more of a toy example, demonstrating solutions for only a few pre-selected fine-tuned problems. (more…)
Read more »
By adopting inline styles, we can get all of the programmatic affordances of JavaScript. (more…)
Read more »
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 »