Articles tagged with scala

Mon 30 May 2016
Concurrent bloom filters
Mon 15 February 2016
Free objects - a generalized interpreter pattern
Mon 06 July 2015
Preventing DB sharding errors at compile time with dependent types
Mon 22 June 2015
Free Monads in Scalaz - how to use them
Tue 09 June 2015
How to use Apache Thrift (Java version) from Scala
Wed 03 December 2014
Type-safe vector addition with Dependent Types
Wed 01 October 2014
Computers are made of metal, not category theory
Mon 15 September 2014
Scalaz Stream - a Functional Reactive Programming Tutorial
Tue 26 August 2014
Microservices for the Grumpy Neckbeard
Fri 04 July 2014
Costrong Comonads are Boring
Sat 28 June 2014
How to return an array of generic type, or "cannot find class tag for element type T"
Sat 26 April 2014
Scala error 'multiple overloaded alternatives of constructor RandomAccessFile define default arguments.'
Mon 10 March 2014
I don't understand JVM performance
Tue 25 February 2014
Agents - a purely functional alternative to Actors
Sun 19 January 2014
Handle Failure with MonadPlus/ApplicativePlus
Thu 09 January 2014
Learning spire - Scala is Slow, cfor helps
Sat 04 January 2014
Spray error "could not find implicit value for evidence parameter of type spray.httpx.marshalling.Marshaller[scala.concurrent.Future[_]]"
Sat 07 December 2013
Learning Spire - Vector Spaces!
Thu 05 December 2013
Learning Spire - Boolean Algebras are pretty cool
Mon 02 December 2013
Don't use Actors for concurrency
Fri 29 November 2013
Scala Patterns - HasXIsX