Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Mapping hash map key/value pairs to named constructor arguments in Scala

scala

What kind of Map does a Scala Iterable's "toMap" method return?

scala

What makes (open) Dylan distinct from other programming languages? [closed]

How to get a streaming Iterator[Node] from a large XML document?

xml scala xml-parsing

How to implement a scheduled job at specific date in Play 2.0?

foldRight Efficiency?

scala

Scala Macros: "cannot create TypeTag from a type T having unresolved type parameters"

scala macros

How do applicative functors tie in with parallelizing algorithms? (Scala and Scalaz)

Functional style early exit from depth-first recursion

Commenting out portions of code in Scala

scala comments

Generic type inference in Scala

__FUNC__ macro in Scala 2.10

scala scala-2.10

Field inside object which extends App trait is set to null. Why is that so?

scala scalatest

How can an implicit be unimported from the Scala repl?

scala

Play JSON optional transformer

json scala playframework

How to Manipulate JSON AST in Scala

scala lift-json json4s

Slick select row by id

scala slick

How to test type conformance of higher-kinded types in Scala

scala reflection types

Is there an F# equivalent to Scala's Promise?

scala f# promise

Is it possible to make a cycle in an immutable linked list?