Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Why does running tests through jenkins user on build slave fail with Missing scala-library.jar?

scala jenkins sbt scala-2.11

how would monadic rules apply if the function could be of a different type

scala haskell clojure

Does the synchronized construct in Java use internally (and somehow) the hardware primitive CAS operation?

Scala Cats State Monad

scala scala-cats

Write join query with groupby in Scala ActiveRecord

How does the Scala compiler perform implicit conversion?

DDD functional way: Why is it better to decouple state from the behavior when applying DDD with functional language?

Can you get a class name as a constant for scala annotations?

scala annotations

PySpark equivalent of function "typedLit" from Scala API

Comparison of performance between Scala etc. and C/C++/Fortran?

Referring to a Enumeration Value type in a method signature

scala enumeration

How should I avoid unintentionally capturing the local scope in function literals?

What actor based web frameworks are available for Scala?

scala frameworks actor

how can I store a scala actor reference?

scala actor

Access bytecode created by Scala REPL

How do you parse a JSON request with Dispatch?

scala scala-dispatch

"Missing parameter type" in overloaded generic method taking a function argument

sbt web plugin: Not a valid key: jetty-run (similar: jetty-port, jetty-context, run)

scala sbt xsbt-web-plugin

What are main changes from scala 2.8.1 to scala 2.9.1?

Type inference from right to left

scala