EastBay CodeHaus
Random Notes on Programming
Tuesday, April 19, 2016
Classic Programmer Paintings!
http://classicprogrammerpaintings.tumblr.com
My
Favorite
:
Hieronymus Bosch “A visual guide to the Scala language” oil on oak panels, 1490-1510.
The left panel shows the functional features, the main one describes the type system, and the right the object oriented parts.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
A note from Donald Knuth about The Art of Computer Programming
A while back I answered a question on Stack Overflow asking about the relative popularity of The Art of Computer Programming . I replied wit...
Duckdb Full Text Search Example
I learned a lot from Laurens Kuiper's blog post Testing out DuckDB's Full Text Search Extension , but unfortunately couldn't fin...
Animating an OpenSCAD Figure
First, let's draw a cube: cube(10,true); Now, let's animate a 360 degree turntable view of the cube: rotate([0,0,$...
No comments:
Post a Comment