Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

What are alternatives to JDBC driver for access PostgreSQL database

java postgresql scala jdbc

Configuring junitxml output for specs2 tests in sbt 0.10

scala sbt specs2

Manipulating tuples

scala tuples

Creating a Queue in Scala

scala queue

Comparisons with Scala's Numeric types?

scala math numeric

Scala vals can be modified

scala

Map with only certain keys

scala

Scala interactive interpreter (REPL) - how to redirect the output to a text file?

Why are there no methods toVector (like toList, toArray) in standard collection types?

scala

What are good examples of: "operation of a program should map input values to output values rather than change data in place"

More idiomatic (monadic?) way to express this Scala

scala monads

Scala polymorphic function for filtering an input List of Either

Multiple flatMaps in Scala

Type of this in Scala

scala inheritance types

What is an elegant way to check if a character is an ASCII letter (a-Z) in Scala?

scala ascii

Convert Char into a String

scala

Retrieving name attribute from Scala Enumeration Value

scala

Log all requests in Play 2

scala playframework-2.0

How to decode a Base64 string in Scala or Java?

What does "++=" mean in Scala

scala