Make Python-style classes from not much JavaScript

It’s been said many times before, objects are a poor man’s closures are a poor man’s objects, this is a deep and important thing. In python and javascript, the leap is really quite small. I thought I’d try drum the lesson home by implementing a li… Read more

Similar

Beyond R and Python: Rust for Science

Rust looks like an increasingly important part of the future of scientific programming. It's as fast as C++, as flexible as Python, and does packaging better than even R. It is also very difficult to learn, and demands a lot of cognitive investment. On ba... (more…)

Read more »