Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Lifecyle of an actor in actor model

scala akka actor

scala - XML insert/update

xml scala xpath insert

A bug in Scalatest 'DoubleTolerance'?

scala scalatest

Call distinct on an immutable list with a custom equality relation in Scala

scala

How to handle multiple Promises in an (akka) Actor?

scala akka actor

Play 2.0 Framework - Custom Form Field

Apache Kafka Java Classes?

java scala apache-kafka

SBT cross building - choosing a different library version for different scala version

scala sbt

How do I print the DDL that is generated by Slick?

scala slick

Play 2.1 JSON to Scala object

Scala object cloning (copying) without value re-valuation

scala copy clone

Which Scala features have poor performance

performance scala jvm

Scala: Bad inferred type for Option composed with StateT monad transformer

Implement abstract methods with a def macro

scala macros abstract-class

Why does the scaladoc say HashMap.toArray returns Array[A] instead of Array[(A,B)]?

scala scaladoc

How to make two function parameters as implicit

scala

Is it possible to generate Apply from WeakTypeTag inside a scala macro?

How can I use regex to match strings if the regex has nested group?

scala does not warn about unused computation or value

Returning AnyVal from Scala methods

scala