Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Understanding Some and Option in Scala

scala

How to change number of executors in local mode?

parsing recursive structures in scala

Default value for generic data structure

Scala: working around the "illegal cyclic reference"

scala tree types

Scala simple dummy project

In Scala, is there a way to get the currently evaluated items in a Stream?

How to output """ in the "here docs" of scala?

scala heredoc rawstring

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