Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Is LISP's code-as-data ideology basically the same thing as higher order functions? [closed]

Scala - Extending a reference type without subclassing it

java scala

print Two-Dimensional Array like table in scala

How to create a Play project in IntelliJ IDEA 14 Community Edition?

Folding a list of tuples using Scala

scala

Why it's impossible to override `var` with `def` in Scala?

NoSuchMethodError when declaring a variable

scala exception

Spark: java.io.NotSerializableException: org.apache.avro.Schema$RecordSchema

scala apache-spark avro

Scala Set[_] vs Set[Any]

scala

How can I reduce the number of test cases ScalaCheck generates?

Why implicit class in Scala must reside in another trait/class/object?

scala

How to invoke function of multiple arguments with HList?

scala shapeless

Efficiently traversing array matching a boolean condition?

arrays scala

How to gracefully handle "Key not found" In a Scala map?

how to close stream associated w/ iterator returned by Source.fromFile("/tmp/foo").getLines()

scala iterator inputstream

Scala, pattern matching, strings

How do I get the function name in Scala?

scala

Configure sbt to not utilize user home directory

scala sbt

Scala: add items to a sequence or merge sequences conditionally

scala scala-collections seq

Generic Adder from Idris to Scala?

scala shapeless idris