Simon: Yo, can you help me with this Scala crap!
David: Ask Gynn, he is the freak who wrote it.
Simon: Fuck me!
David: Ask Gynn, he is the freak who wrote it.
Simon: Fuck me!
by WetCrap April 18, 2017
1) Teatro alla Scala, a famous opera house in Milan
2) An object-oriented programming language developed in Switzerland and targetted primarily at the Java Virtual Machine. It's a bit like Java, except with all the syntactical cruft removed, closures and first-class functions added, and an awesome collections library. This comes together to let you write code in about a quarter of the lines as for Java.
You can use it simply as a "better Java" (since Java classes are imported just as easily), as a fully fledged functional programming language, or something in between.
2) An object-oriented programming language developed in Switzerland and targetted primarily at the Java Virtual Machine. It's a bit like Java, except with all the syntactical cruft removed, closures and first-class functions added, and an awesome collections library. This comes together to let you write code in about a quarter of the lines as for Java.
You can use it simply as a "better Java" (since Java classes are imported just as easily), as a fully fledged functional programming language, or something in between.
1) Andiamo a vedere un'opera lirica alla Scala!
2) Scala:
def reverseAdd(N: Int) = N.toString.reverse.toInt + N
Java:
public int reverseAdd(int N) {
String s = "" + N;
String v = "";
for (int i = s.length() - 1; i >= 0; i--) {
v += s.charAt(i);
}
return N + Integer.parseInt(v);
}
2) Scala:
def reverseAdd(N: Int) = N.toString.reverse.toInt + N
Java:
public int reverseAdd(int N) {
String s = "" + N;
String v = "";
for (int i = s.length() - 1; i >= 0; i--) {
v += s.charAt(i);
}
return N + Integer.parseInt(v);
}
by Rosetta Rock September 26, 2011
by Thanatos the tortuga salesman April 16, 2009
by Jessren March 05, 2005
A wannabe rapper who thinks they are hot shit with all the ladies but in reality is a total faggot and douchebag
by bigbirdbaby January 13, 2012
by Corey J January 16, 2007
by Corey J January 14, 2007