SlideShare a Scribd company logo
Scala Bot
for Small Business
yllan @ ScalaConf.jp
March 2, 2013
Who Am I?


藍永倫 @yllan

Working at Hypo (http://hypo.cc)
      しもおし
Scala 下忍(⾃自称)
初心者

Why am I here?
Scala:
Scalable Language
Scala:
      Scalable Language
Able to be changed in size or scale.
拡大縮小が可能なさま。拡張性があるさま。
scale-UP & scale-OUT
scale-down & scale-in?
Scala is good at BIG.
大>小
BIG > small
Scala is good at small?
RUBY   SCALA
Scala Bot for Small Business
A lot of small business!
Scala Bot for Small Business
Right Tool
    for
Automation
Scala for script?
    Hmm…
Cons for scala scripting
Cons for scala scripting

Slow compile
Cons for scala scripting

Slow compile

 scala -savecompiled script.scala
Cons for scala scripting

Slow compile

 scala -savecompiled script.scala

Hard to memorize classpath
Cons for scala scripting

Slow compile

 scala -savecompiled script.scala

Hard to memorize classpath

JVM boot overhead
Cons for scala scripting

Slow compile

 scala -savecompiled script.scala

Hard to memorize classpath

JVM boot overhead

 nailgun? Hmmm
Cons for scala scripting

Slow compile

  scala -savecompiled script.scala

Hard to memorize classpath

JVM boot overhead

  nailgun? Hmmm

Default I/O library
Recommended lib

rapture.io (http://rapture.io)

File / "home" / "work" / "contents" >
Socket("localhost", Services.Tcp.telnet)

dispatch (http://dispatch.databinder.net/)

val svc = url("http://hostip.info/country.php")
val country = Http(svc OK as.String)
TIPS
Scala REPL comes to rescue!
:cp - add a jar/dir to classpath

:load - load a scala file

:sh
scala> :sh find . -name *.m
res0: s.t.n.i.ProcessResult = `find . -name *.m` (23
lines, exit 0)
scala> res0.exitCode
res1: Int = 0
scala> res0.lines
res2: List[String] = List(...)

import scala.sys.process._
I ♡ scala REPL!
For non-geek?
Scala Bot for Small Business
Scala Bot for Small Business
Scala Bot for Small Business
SHIT HAPPENS.
DANGEROUS!
Solutions


Only permit trained people use the guns; or

Make your gun super safe.
Take our company as
     example…
Scala Bot for Small Business
“Make gun safe”
strategy works?
Scala Bot for Small Business
Scala Bot for Small Business
Too many system!
Let the trained people
do.
COLLEAGUE        ME         SCRIPT
            IM        RUN
COLLEAGUE        BOT         SCRIPT
            IM         RUN
IM
XMPP

  AIM

  Google Talk

  Facebook Messenger

Smack Library (http://www.igniterealtime.org/
projects/smack/)
Command Parsing


Regex + extractor

Every command is a PartialFunction
Scala Bot for Small Business
Happy!
That’s my little story
   about scala.
Q&A

More Related Content

Scala Bot for Small Business