Yeah, I'm quite fond of the Scala syntax:
val a: Int = 1
val b = 1
val c = {
1+1
}
def foo(x: Int): Int = x+1
def bar(x: Int): Int = {
x+1
}
Yeah, I'm quite fond of the Scala syntax:
val a: Int = 1
val b = 1
val c = {
1+1
}
def foo(x: Int): Int = x+1
def bar(x: Int): Int = {
x+1
}
The author's remarks remind me of Hare's syntax