Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Grammars, Scala Parsing Combinators and Orderless Sets

scala grammar bnf ebnf

Looking for examples of how to use "@_*" when doing pattern matching in Scala

How to bundle bash completion with a program and have it work in the current shell?

bash scala tab-completion

Using lazy evaluation functions in varargs

is there any scala network library with actor model

scala networking actor

Nested trait in class constructor in scala

scala scala-2.8

How to substract a day/hour/minute from joda-time DateTime in Scala?

datetime scala jodatime

scala 2.8 collections inconsistency?

React for futures

scala actor future

How do I create a partial function with generics in scala?

How to organize Scala code in Lift project?

scala lift

Error: Covariant type A occurs in contravariant position

How do I specify the order of plugins (bound to the same phase) in Maven 3?

Which things around case classes will be removed after Scala 2.9 exactly?

Client-Server example with Scala actors

scala actor

How to implement interface Serializable in scala?

scala

Xcode and Scala

xcode scala textmate

Turning a list/sequence of combinator parsers into a single one

scala parser-combinators

Creating a scala Reader from a file

scala

Regex and Pattern Matching in Scala Part II

scala pattern-matching