You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.
Yesterday I started watching Morden i Sandhamn. Looks good so far.
6 ways to declare JavaScript functions. #javascript
Just reread two good blog posts by Alexis King: Understanding the npm dependency model, and Deploying Racket applications on Heroku.
TIL The Clojure Style Guide. How funny, there are some guidelines for Racket too: How to Program Racket: a Style Guide. #lisp
Those who follow me know that I’m not a tidyverse’s addict. This may help others to mitigate the issues, or simply to transition to an efficient framework for processing data frames in R: A data.table and dplyr tour. #rstats
Is there a style convention for Common Lisp recursive helper functions?. Interesting SO thread of GP in writing CL. #lisp
Even if it focus on JS, this blog post has a lot of useful advices for configuring Vim quickly: A guide to setting up Vim for JavaScript development. See also Setting up Vim for JavaScript development. #vim
Categorical Query Language: A principled way to transform data. See also John Cook’s post on Category theory for data science.