Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala Lift: uniform authentication with form based login and HTTP basic auth?

scala lift

Scala alternative cases match syntax with different type of extracted value

Lambda type inference and implicit conversions

scala scala-macros

Is there a good way to deal with form submission in Scalatra

scala scalatra

Can I use a class variable in a Scala match statement?

class scala

How does test fail with both "TestsFailedException" and "Failed 0, Errors 0"

scala sbt akka scalatest

Kafka Avro Serializer: org.apache.avro.AvroRuntimeException: not open

Testing concurrent/parallel execution

testing scala concurrency akka

Scala: Maintain child class in parent methods?

Implementing a method inside a Scala parameterized class with a covariant type

How would you implement a caching aspect in Scala

Scala operator overloading with left hand argument as builtin

is it necessary to add my custom scala library dependencies in new scala project?

scala sbt

What is the cause of OutOfMemoryError in Scala?

How to sequence Throwable \/ List[Throwable \/ A] into Throwable \/ List[A] in scalaz?

scala scalaz

class SomeClass in package x cannot be accessed in com.a.y.x

scala scala-2.10 scalac

scala collection conversions

scala scala-collections

heterogenous mapping, dependent types at compile time

scala shapeless

Calling main methods in other objects in Scala

scala program-entry-point