Researchers from the University of Tokyo have developed a JavaScript framework for training relatively large deep learning models.
Read more »
A model for reasoning about JavaScript promises§ Madsen et al., OOPSLA’17 As an antidote to callback-hell, ECMAScript 6 introduces Promises. Promises represent the value of an asynchronous computat… (more…)
Read more »
Async generators and async iteration are likely to ship before too long. Let’s investigate how async generators work and examine the challenges of using them.
Read more »
In general, dynamic languages (like JavaScript or Python) tend to be more terse then statically typed languages like Java. (more…)
Read more »