Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How does the @main annotation in Scala 3 w​ork?

How to substitute generic anonymous functions?

Extend scala class that extends ordered

how to use scala internals to compile source faster than fsc (fast scala compiler)

scala tdd performance

Error with default argument in Source.getLines (Scala 2.8.0 RC1)

scala scala-2.8

How to get Ponter/Reference semantics in Scala

Scala: why Float.floatToIntBits(2f) fails?

scala

What are the limitations and walkarounds of Scala interpreter?

scala scala-2.8

How to correctly type-annotate this HList?

scala scala-2.8 hlist

Accessing Scala instance variables from Java in Eclipse

java eclipse scala

Are Java FileChannel locks closed when the corresponding Stream is closed or do I have to explicitly close them?

java scala file-io locking

How to draw a bitmap with Scala?

scala graphics bitmap

Can I reproduce Scala's behavior for ==?

scala null equals

Changing <title> with Lift

scala dynamic title lift

Can the Cake Pattern be used for non-singleton style dependencies?

Why does the Scala API have two strategies for organizing types?

scala import package traits

Accessing overridden methods from a mixin in Scala

scala traits

Equal Sign and Type Mismatch

scala syntax

Question about Scala continuation

scala continuations

Type-safe Builder Library for Scala and Java