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

Julia 0.3.0のNewFeaturesについて #JuliaTokyo

ysekky
September 27, 2014

Julia 0.3.0のNewFeaturesについて #JuliaTokyo

ysekky

September 27, 2014
Tweet

More Decks by ysekky

Other Decks in Programming

Transcript

  1. Julia  v0.3.0   New  Language  Feature Yoshifumi  Seki    

    (Gunosy  Inc)   2014.09.26  /  Julia  Tokyo  #2
  2. 自己紹介 •  関 喜史   – 株式会社Gunosy  共同創業者   – 東京大学博士課程在学中  

    – コンテンツ評価・情報推薦・ユーザ行動分析   •  Julia歴2.5ヶ月   – 前回のJuliaTokyoのLTでデビュー    
  3. AddiMonal  default  “inner”  constructor Constructors  that  look  like  MyType(a,  b)

     =  new(a,  b)     do  not  need  to  be  added  manually
  4. break  inside  a  for  loop  with  mulMple    ranges  now

     exits  the  enMre  loop  nest Ver  0.3.0での挙動
  5. break  inside  a  for  loop  with  mulMple    ranges  now

     exits  the  enMre  loop  nest Ver  0.2.0での挙動