aliquote.org

Latest micro-posts

You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.

2019-08-19 20:43 #

Yesterday and the day before: Not bad actually.

2019-08-19 20:39 #

I keep reading some nice posts written by Eli Barzilay on SO; that’s where I miss the SE network: You get so much information, cross-references, from passionate people who like to share their knowledge and experience. #scheme #racket

2019-08-19 20:35 #

  Jim Morrisson, An American Prayer.

2019-08-19 18:46 #
2019-08-19 16:12 #

SICP Support for DrRacket. No need for planet anymore, just use #lang sicp. #racket

2019-08-19 14:51 #

A very good discussion of CL vs. Scheme. #lisp #scheme

2019-08-19 08:02 #

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).

2019-08-19 08:00 #

Algorithms, by Jeff Erickson.

2019-08-19 07:57 #

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