Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Actor pool in scala

Use example of Scala ObservableSet Trait

Using Scala array from java

scala

Scala equivalent of .NET's Task.Factory.StartNew?

scala task

is the case of scala function parameters relevant?

scala scala-2.8

Question about Scala variable Mutability

scala immutability

How to ensure that type parameters are different in Scala?

generics scala

Better way to do result paging in Scala

scala pagination paging

Is there a nicer way of lifting a PartialFunction in Scala?

A Question on Type Classes

scala implicit typeclass

Doesn't (didn't) Scala have automatically generated setters?

scala

Writing an iterator for a 2D array

arrays scala iterator

Scala - Define type for Either for compactness or write it explicitly for readability?

scala api-design either

Running Scala tests automatically either after test change or tested class change

testing scala

Can traits be used to build a game component system in Scala?

scala traits

Driving a singleton type through a brickwall

Min/MaxValue of unkwown Type

generics scala

Scala Library as an OSGi Bundle

scala osgi

What type does function has?

scala implicit-conversion

In Scala, how do I initialise abstract vals in traits?

scala