Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

how to implement this future/state concept as a monad in scala

scala monads

Is there a way to match on a call-by-name argument of a Mockito mock object in Specs?

scala specs

Java or scala Library to parse latex or MathML string [closed]

java parsing scala math latex

Using Spring @Autowired with Scala Trait

Cannot install new 0.11.3 sbt on Ubuntu 10.04LTS

scala sbt ubuntu-10.04

Angularjs + OAuth + Play 2.0

Is it possible to avoid mutable state using Cucumber-jvm Scala?

scala cucumber-jvm

Is there an elegant way to foldLeft on a growing scala.collections.mutable.Queue?

Abstracting over Float, Double, and BigDecimal in Scala

scala

NUMA awareness of JVM

scala jvm akka numa

Adding OAuth to a Scalatra web service

scala oauth warden scalatra

How to recognize scala constructor parameter 'fields' with no underlying java field?

scala reflection

Scala 22param limit trying to find a workaround and still use for comprehensions instead of plain SQL in Slick

sql database scala tuples slick

Use `this` in a generated macro method

scala scala-macros

Type of a function with Implicit parameters in Scala

SBT Multi-Project Build with dynamic external projects?

SBT: How to trigger separate actions when files change in two separate subprojects

scala sbt

Concise syntax for function composition in Scala?

Structural typing in Scala: use abstract type in refinement

scala structural-typing

In what way is Scala's Option fold a catamorphism?