added a sample experiment comparing Scala's use of Option[T] and how we can use T? in Kotlin today together with how we may support it in the future

This commit is contained in:
James Strachan
2012-03-16 10:59:03 +00:00
parent 406b8fa6a5
commit 46b5b1b177
2 changed files with 145 additions and 0 deletions
@@ -0,0 +1,3 @@
This package compares and contrasts some Scala coding patterns with how things work in Kotlin.
Its more intended to help show folks familiar with doing things the Scala way, how the code would look in Kotlin.