Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Is there a way to get a JSON-Schema from a Scala Case Class hierarchy?

json scala

Scala type bounds & variance

Use 4 (or N) collections to yield only one value at a time (1xN) (i.e. zipped for tuple4+)

How to develop with akka and sbt?

scala sbt akka

Parallel collection processing of data larger than memory size

sbt 0.13 task macro equivalent of flatMap

scala sbt

Why does chaining match expressions does not compile? [duplicate]

scala

Find greatest common subtype of two Scala types

scala type-constraints

How to unit test an Akka actor that sends a message to itself, without using Thread.sleep

Curried function in scala

scala currying

How to transform and apply a partial function using Scala Macros?

Can't import with IntelliJ SBT console

Play framework: parse XML to model

Strange deserializing problems with generic types using Scala and Jackson and java.lang.Integer or scala.Int

java json scala generics jackson

Scala Macros: Accessing members with quasiquotes

scala macros scala-macros

How to correctly validate forms with Play! in Scala?

Structural type refinement and type equality

Why doesn't Scala "handle" ClassTags automatically?

scala reflection

Why can a non-applicable implicit conversion introduce ambiguity?

scala implicits

Using Akka actors to invoke or pass messages to Python code

python scala akka actor pykka