You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.
The Adventures of a Pythonista in Schemeland. #scheme #python
SICP Support for DrRacket. No need for planet anymore, just use #lang sicp. #racket
A very good discussion of CL vs. Scheme. #lisp #scheme
Python vs Rust for Neural Networks. Such comparisons between general PLs (or worse, between a DSL and a mainstream PL) are often unfair, but it helps to appreciate the pros and cons of each language for a given domain (not a specific task).
Algorithms, by Jeff Erickson.
How to write a game in Haskell from scratch: Game programming is always lots of fun and it is often a nice first take with new PLs. #haskell
tmux in practice: iTerm2 and tmux. I’m quite happy with iTerm only, since I don’t need to share my session across different computer for the moment. But if this were the case, sure I would come back to this nice post and the associated Github repo.
The Nature of Lisp (via Irreal). #lisp