Dan Rosen

Results 36 issues of Dan Rosen

``` class Foo { val a = 1; val b = a + 1; } class Bar extends Foo { val a = 100; } ```

content

util, finagle, scalding, algebird, ...

content

More text when introducing `val` on why immutability is a good thing.

content

Should be simple, see [CodeMirror manual](http://codemirror.net/doc/manual.html#keymaps).

bug
codemirror

Users shouldn't be allowed to troll like: ``` scala System.exit(0) ``` or ``` scala while (true) println("LOL") ``` or ``` scala val f = new File("/") f.delete() ``` I think...

deployment
interpreter
enhancement