Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

for comprehensions with if guard

Scala Parser Combinators: Parsing in a stream

scala parser-combinators

What is the correct (functional) way to alter a list and return what was removed?

scala

How to match specific accept headers in a route?

scala spray

Can I inherit access modifiers from super class in Scala?

scala protected

How do I constrain a member of a parameter class to match the instance of an outer class?

scala

Why does a scala val definition with a dot in it produce an error in a later stage than parsing?

scala syntax

Concise implementation of a function that returns its first argument in Scala

scala

Calling Thread.sleep inside an actor

Scala list index

scala collections

Real alternatives to Clojure's concurrency primitives in Scala

scala concurrency clojure

Returning "object" in scala

scala object

Scala trait: val/def and require

Is Queue.foreach properly ordered?

scala foreach queue

Why doesn't this pattern matching work as expected in Scala?

scala pattern-matching

How to log all incoming messages from Akka (Java)

java scala akka actor

How main.scala.html get called in Play Framework

Creating a unique index for a collection in reactivemongo

scala reactivemongo

Order of parameters to foldright and foldleft in scala

scala

Why SBT gives me "not found: object akka" with "import akka._"?

scala sbt