Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Using Scala as a Replacement for XSLT?

xml xslt scala

Is it possible to have an Array which evaluates its elements lazily?

Why does the Scala compiler say that copy is not a member of my case class?

scala copy case-class

Is it OK to use blocking actor messages when they are wrapped in a future?

scala actor akka

Is there a way to exit power mode in the Scala interpreter?

scala interpreter

Scala abstract type representing type of subclass

scala

Merging huge sets (HashSet) in Scala

Does a good framework for MongoDB "schema" upgrades in Scala exist?

mongodb scala lift nosql

2d scala array iteration

arrays scala

What are AnyVal.types useful for?

scala types

Which is the best Library to use access a Database using SQL from Scala?

Array[Nothing with java.lang.Object] required in Scala 2.9.1

logger names for configuring akka logger using the event-handler

scala logging slf4j akka

Scala implicit conversion issue

scala implicit-conversion

Scala DSL: method chaining with parameterless methods

scala dsl

Scala: inverse result while escaping underscore with :::

scala collections

scala generics and console auto complete

How does :_* convert ordered collections into variable arg lists?

scala syntactic-sugar

Unexpected behavior with implicits

scala implicit

Strange type mismatch when using member access instead of extractor