Vassil Dichev (vdichev)
-
Finding errors with pattern matching, the blog post: http://is.gd/5273a
Monday, 23-Nov-09 21:59:31 UTC from laconicabar -
@yojibee Who are you and what did you do to @akpetteroe? She didn't have this cut above her eye ;-)
Monday, 23-Nov-09 11:45:06 UTC from laconicabar -
@boristerzic Unlike Java, Scala is consistent about generics, even for arrays. Unfortunately you can't mark arrays covariant in Java.
Monday, 23-Nov-09 09:39:50 UTC from laconicabar -
@rhirsch Competition is great. I was always stimulated to commit when others commit too
Monday, 23-Nov-09 09:06:42 UTC from laconicabar -
@rhirsch When do you sleep? I'm just trying to keep up with the number of your commits ;-)
Monday, 23-Nov-09 07:12:17 UTC from laconicabar -
@jorgeortiz85 The Go programming language might be looking for a new name, so why not change a letter and call it Do?
Sunday, 22-Nov-09 20:21:08 UTC from laconicabar -
@dpp Scala wouldn't be where it is without you. Lift is a poster child for what Scala can do. So Scala should also thank you.
Sunday, 22-Nov-09 19:16:19 UTC from laconicabar -
@boristerzic Scala arrays are usually compiled to Java arrays, unless type parameter is unknown: http://is.gd/4ZPYd
Friday, 20-Nov-09 19:03:52 UTC from laconicabar -
@jboner I thought when he was 6 months old that it's going to get better since he won't wake us as often. I was wrong...
Friday, 20-Nov-09 10:12:14 UTC from laconicabar -
Went to put son to sleep. Next thing I remember, I wake up in the middle of the night with my clothes on. So much for late night coding.
Friday, 20-Nov-09 10:11:52 UTC from laconicabar -
Hey, now there should be enough time to put JodaTime in JDK7 as the standard date/time implementation.
Thursday, 19-Nov-09 11:48:57 UTC from laconicabar -
@kohlerm Not necessarily a bad thing ;-)
Thursday, 19-Nov-09 09:50:31 UTC from laconicabar -
After closures, add persistent collections to Java. The language will look so different, I suggest renaming it to Scala. Oh wait...
Thursday, 19-Nov-09 09:20:58 UTC from laconicabar -
.@kohlerm I think Sun have realized the need to stay relevant, not sure if it is too late to catch up. Closures mean delay for JDK7.
Thursday, 19-Nov-09 08:48:32 UTC from laconicabar -
The casual closures announcement makes them seem like a small language change. I imagine someone suggesting them for Project Coin... again.
Thursday, 19-Nov-09 08:27:53 UTC from laconicabar -
Is it the 1st April? A couple of months ago even simple stuff like exception multicatch was rejected, and now CLOSURES are accepted?
Thursday, 19-Nov-09 07:31:03 UTC from laconicabar -
I want to introduce Scala as much as anyone, but code embedded in an XML comment is a sneaky perverse abomination & will leave a bad taste.
Tuesday, 17-Nov-09 18:20:44 UTC from web -
@nuttycom Can you provide an example of how a proxy might mess up pattern matching?
Tuesday, 17-Nov-09 08:36:35 UTC from laconicabar -
@nuttycom isDefined works only on Option/Box though, and a match catches any incompatible types, e.g. expecting Nil if type is Set.
Tuesday, 17-Nov-09 08:35:19 UTC from laconicabar -
@dmakariev Pattern matching was the most unfamiliar thing to me after Ruby/Python/Java, but isn't new for functional languages. Power²
Tuesday, 17-Nov-09 06:53:31 UTC from laconicabar