Mon, 25 Mar

Algorithms: Design and Analysis, Part 1

Well, I gave up. Recently I didn’t watch videos and didn’t work on assignments. I will try an another course, or this course again but I will have a break.

Paul Phillips’s review

Instead I opened a few pull request against Scala. And I got a good advice from Paul Phillips:

A few “Option” things which invariably mean there is a better expression available:

  • case None => None
  • case Some(x) => x
  • getOrElse true, getOrElse false, getOrElse null
  • .get

My code seems like a newbie? Yeah. But it fixes issues.

I’m still using Google Reader

Then the annoucement was a sad news. I still love to read blogs.

This PLT Life

http://this-plt-life.tumblr.com/

(via @yutakashino)