| http://www.w3.org/ns/prov#value | - Scala is a fairly new language to me -- and if I use intellij I get great autocomplete -- and completely uselss syntax highlighting. object hmm { def main(args: Array[String]) { val f = new File(args(0)) /// intellij says the 0 is red... val a = new Array[String](100) a(100) = fred // again intelllij highlights the 100 in red (1 to 100) aspar foreach (println) // and in this case intellij FAILS
|