Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Is everything a function or expression or object in scala?

scala

How to get Java's int.class in Scala?

java scala reflection

Why is there a rounding difference between my normal recursion and tail recursion example?

scala

Scala pattern matching: How to match on an element inside a list?

list scala pattern-matching

When to use call-by-name and call-by-value?

scala

How to profile the time spent for a task in SBT

scala sbt

How to implement 'takeUntil' of a list?

list scala

scala c integration

c scala sbt

Adding object methods implicitly

scala object implicit

How to split a number into its digits in scala

scala split numbers

Scala filter on a list by index

Spark Scala: How to convert Dataframe[vector] to DataFrame[f1:Double, ..., fn: Double)]

What (exactly) are "First Class" modules?

Repeating a List in Scala

scala

Bug in Scala 2.10, Iterator.size?

scala iterator

scala's Try elegant on error behavior

scala refactoring try-catch

Scala naming convention for "setters" on immutable objects

scala conventions

How to program without side-effects in Java?

How to fix my Fibonacci stream in Scala

scala stream fibonacci

scala: abstract classes instantiation?

scala abstract-class