Note: This is part of the “Composing Software” series on learning functional programming and compositional software techniques in… (more…)
Read more »
We are developing NectarJS, a cross-platform JavaScript compiler. Some people doubt the efficacy of NectarJS. That's why we made a little benchmark that proves that JavaScript compiled with NectarJS can sometime be faster than C. (more…)
Read more »
JavaScript is cool (don't @ me), but how can a machine actually understand the code you've written? As JavaScript devs, we usually don't have to deal with compilers ourselves. However, it's definitely good to know the basics of the JavaScript engine and s... (more…)
Read more »
A tutorial blog post and demo app showing how to program Ethereum transactions in JavaScript in a web browser.
Read more »