Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Is there a way to flatten nested monads of different types?

The purpose of type classes in Haskell vs the purpose of traits in Scala

scala haskell typeclass traits

Why does Scalaz show up in my project's API docs?

Type class and dependent types

scala typeclass implicit

When to use companion object factory versus the new keyword

Play Framework Scala format large JSON (No unapply or unapplySeq function found)

json scala playframework

Scala jar read external properties file

java scala maven gradle jar

Type mismatch on abstract type used in pattern matching

scala generics

Does Python support something like literal objects?

Question about Scala implicit conversions Non-Ambiguity Rule

scala implicit-conversion

learn Scala with TDD

scala tdd specs scalatest

How to add @SerialVersionUID to an anonymous class?

Should actor messages extend a common trait?

scala actor akka

Is it possible to define a constructor-local variable in Scala?

scala constructor

Akka Actors: Handling DB Failures Without Losing Data

database scala akka actor

Scala Slick / ScalaQuery BigDecimal creates decimal(10,0) how to allow decimals?

Scala play - "not found: value routes" (Eclipse and IDEA)

scala playframework

Converting JsValue to String

play 2: "reference to form is ambiguous" error message in template

stacking StateT in scalaz