Skip to content

Instantly share code, notes, and snippets.

@chuchao333
Last active August 29, 2015 14:20
Show Gist options
  • Save chuchao333/c6d607f10d3cc59e494e to your computer and use it in GitHub Desktop.
Save chuchao333/c6d607f10d3cc59e494e to your computer and use it in GitHub Desktop.
Scala Topics

Scala Stream

[Scala Stream Hygiene I: Avoiding Memory Leaks] (http://blog.dmitryleskov.com/programming/scala/stream-hygiene-i-avoiding-memory-leaks/)

[Scala Stream Hygiene II: HotSpot Kicks In] (http://blog.dmitryleskov.com/programming/scala/stream-hygiene-ii-hotspot-kicks-in/)

[Scala Stream Hygiene III: Scalaz EphemeralStream Fills Quite A Canyon] (http://blog.dmitryleskov.com/programming/scala/stream-hygiene-iii-scalaz-ephemeralstream-fills-quite-a-canyon/)

Package Object

User Defined Value Classes

Implicit

Anonymous Function Syntax

http://www.scala-lang.org/old/node/1260

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment