Show Notes for April 4, 2012
- EB
- True Scala complexity - Yang Zhang's January post
- Scala @switch annotation - "If present, the compiler will verify that the match has been compiled to a tableswitch or lookupswitch and issue an error if it instead compiles into a series of conditional expressions"
- Scala universal traits - traits that can extend Any (no official doc on this term yet, but here is a commit)