Skip to content

Instantly share code, notes, and snippets.

View pr-lawrence's full-sized avatar
🐵
Calm

Lawrence Kim pr-lawrence

🐵
Calm
View GitHub Profile
Welcome to Scala version 2.11.2 (Java HotSpot(TM) 64-Bit Server VM, Java 1.7.0_67).
Type in expressions to have them evaluated.
Type :help for more information.
scala> import akka.actor._
import akka.actor._
scala> val system = ActorSystem("hoge")
system: akka.actor.ActorSystem = akka://hoge
@staltz
staltz / introrx.md
Last active May 11, 2025 22:46
The introduction to Reactive Programming you've been missing