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

SkinnyFrameworkに学ぶイケてる開発Tips

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.
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 } }