linguistics, computers, and puns

Give Me a Sine

canvas { background-color: #aaa; } One quiet night I was remembering how much fun I had plotting graphics on my TRS-80 Color Computer and lamenting th… ...more

November 05, 2019 #javascript #math

A Scala Interview - Part 3

In the last post we finished implementing the TopQueue class and looked at how it was able to perform so much better than the plain sorting solution from Part 1.

This time we're going to drill down into Scala and turn our special purpose integer collection into an elegant, general purpose tool. We'll implement and briefly discuss a number of Scala features along the way. ...more

July 08, 2018 #deepdive #generics #interview #scala