Upgrade to Pro — share decks privately, control downloads, hide ads and more …

SkinnyFrameworkに学ぶイケてる開発Tips

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.
Avatar for Kuchitama Kuchitama
April 21, 2014

 SkinnyFrameworkに学ぶイケてる開発Tips

FuRyuビアバッシュで発表しました

Avatar for Kuchitama

Kuchitama

April 21, 2014
Tweet

More Decks by Kuchitama

Other Decks in Technology

Transcript

  1. ! 4DBMBKT import scala.scalajs.js import js.annotation.JSExport ! @JSExport object Sample

    { @JSExport def twice(s: String): String = { val ss = s * 2 println(ss) ss } }