Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Play Framework - dev server shutting down after refreshing

scala playframework-2.0

Scala Cats Effects - IO Async Shift - How Does it Work?

Scala foldLeft while some conditions are true

scala fold foldleft

AWS Lambda handler throws a ClassCastException with Scala generics

Catch all exceptions in Scala 2.8 RC1

Lift Framework can't deserialize JSON data

json list scala lift seq

Scala Copy() Odd Behavior

Is there a GUI for creating GUIs in Scala?

user-interface scala

Is there any orm-like library for mongodb in scala?

scala mongodb morphia

How to implement a DFS with immutable data types

scala graph-traversal

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