Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Two seemingly identical semantics: one binds implicitly, the other does not

scala implicits

Is Scala's inability to mix version in library fixed?

scala

Scala Rank-1 Polymorphism

scala

Jackson Scala Module, nested Lists and Maps

json scala nested jackson

How to trace all HTTP request invoked by Playframework?

Unable to provision my slick setup using traits, NullPointerException

scala playframework slick

Scala: serialize case class to JSON , alternate names

json scala serialization gson

Scala: "number" interpolation

scala implicit-conversion

What is the difference between a generic function and polymorphic argument types in scala?

scala

Scala: how to change this code in functional way?

A property over positive numbers shouldn't shrink to negative numbers

scala scalacheck

Creating a new scala class that relies on GraphFrames without serialization issues

error: object tools is not a member of package scala var value: scala.tools.nsc.interpreter.IMain

Pattern matching BigInts [duplicate]

scala

What is Lift's state idiom?

scala lift

Default value for variable arguments in scala method

scala default-value