Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Composing independent traits

scala traits

Static nested class visibility issue with Scala / Java interop

Questions on Scala from a C++ programmer (structs and stl)

c++ scala

Scala implicit parameters with defaults defined in the companion object

scala scope implicit

Is it possible to use implicit evidence to force static type compatibility between abstract types?

scala

How to put methods in sets?

scala

Why does Scala fail to find a secondary implicit value in this one particular case?

scala polymorphism implicit

scala regex replaceAllIn can't replace when replace string looks like a regex?

regex scala

Lift - Autocomplete with Ajax Submission

jquery-ui scala callback lift

Scala short and type safe cast operator

scala

Are path-dependent types type projections?

Method that returns List of size n in Shapeless

scala scala-2.10 shapeless

Is there a data structure / library to do in memory olap / pivot tables in Java / Scala?

scala data-structures olap

Structural subtyping reflection

Handling exceptions in an iteratee library without an error state

scala haskell io scalaz iterate

Final clean up in specs2

scala specs2

What are the guarantees for scala access qualifiers?

scala scala-java-interop

A bug of mutable.Set.foreach in scala?

Count rows with Slick 1.0.0

scala slick

Read keyboard input in Scala with the typed characters visible

scala console user-input