Articles tagged "scala"

A weird problem in the Scala type system
Published on 2015-01-19
I've been trying to formalize the type system in Gypsum. There are two operations in particular that I want to put on a sound theoretical foundation.
Tagged: compilers gypsum scala

A brief explanation of Scala 2.8 collections
Published on 2011-06-04
Tagged: scala

Convenient updates for immutable objects in Scala
Published on 2010-04-30
Tagged: scala

Processing large files in Scala
Published on 2009-10-01, edited on 2012-03-24
Assorted tips for quickly processing very large files in Scala programs
Tagged: scala