タグ

2014年10月13日のブックマーク (2件)

  • Father.io

    FATHER.IO AVAILABLE NOW "One of the coolest gaming concepts of the decade" Moviepilot "Turns the Whole Planet Into A Giant Laser Tag Battle Arena" Futurism Father.IO AR FPS is the world's first real-life Augmented Reality First Person Shooter. Experience the adrenaline, tactics and strategies of gaming in your everyday life. Combining Augmented Reality and First Person Shooter battles, Father.IO c

    Father.io
  • ES6のシンタックスを予習復習(1) ~let, const, Arrow Function, Generators, for of~

    ES6のシンタックスを予習復習(1) ~let, const, Arrow Function, Generators, for of~ ES6のフォローについては書こうとしていたものの後手に回っていて、ようやく書くに至る。SetやらMapやら、追加クラスのあたりは実装されても試そうとした時にそんなに障壁にならない気がしてるけど、letとかconst、アローファンクション等々、シンタックスが関わる辺はつっかえ棒になりかねないので消化しておく。 この段階での実装状況はNightly > Canary Chrome Canary 34.0.1760.0 Firefox Nightly 29.0a1 (2013-12-25) この2つをECMAScript 6 compatibility tableで比較するとNightlyのほうが先行実装は進んでいるのでNightlyでアレコレする。Canary

    ES6のシンタックスを予習復習(1) ~let, const, Arrow Function, Generators, for of~