Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Julia 0.3.0のNewFeaturesについて #JuliaTokyo
Search
ysekky
September 27, 2014
Programming
0
790
Julia 0.3.0のNewFeaturesについて #JuliaTokyo
ysekky
September 27, 2014
Tweet
Share
More Decks by ysekky
See All by ysekky
スタートアップの開発サイクルに学ぶ 研究活動の進め方 / research practices inspired by startup business strategy
ysekky
0
2.1k
[論文紹介] A Method to Anonymize Business Metrics to Publishing Implicit Feedback Datasets (Recsys2020) / recsys20-reading-gunosy-datapub
ysekky
3
2.7k
JSAI2020 OS-12 広告とAI オープニング / JSAI2020-OS-12-ads-and-ai-opening
ysekky
0
2.1k
JSAI2020インダストリアルセッション - Gunosyにおける研究開発 / jsai2020-gunosy-rd-examples
ysekky
1
760
ウェブサービス事業者における研究開発インターン[株式会社Gunosy] - テキストアナリティクスシンポジウム2019 / research-intern-case-study-at-gunosy
ysekky
0
2.8k
Gunosyにおけるニュース記事推薦/ news-recommendation-in-gunosy-webdbf2019
ysekky
1
1.5k
DEIM2019技術報告セッション - Gunosyの研究開発 / deim-2019-sponsor-session-gunosy-research
ysekky
0
1.1k
Analysis of Bias in Gathering Information Between User Attributes in News Application (ABCCS 2018)
ysekky
1
2.3k
世代による政治ニュース記事の閲覧傾向の違いの分析 - JSAI2018 / Analysis of differences in viewing behavior of politics news by age
ysekky
0
3.9k
Other Decks in Programming
See All in Programming
来たるべき 8.0 に備えて React 19 新機能と React Router 固有機能の取捨選択とすり合わせを考える
oukayuka
2
810
ReadMoreTextView
fornewid
1
450
アンドパッドの Go 勉強会「 gopher 会」とその内容の紹介
andpad
0
250
Cline指示通りに動かない? AI小説エージェントで学ぶ指示書の書き方と自動アップデートの仕組み
kamomeashizawa
1
550
Beyond Portability: Live Migration for Evolving WebAssembly Workloads
chikuwait
0
380
deno-redisの紹介とJSRパッケージの運用について (toranoana.deno #21)
uki00a
0
120
Elixir で IoT 開発、 Nerves なら簡単にできる!?
pojiro
1
150
Passkeys for Java Developers
ynojima
3
870
A2A プロトコルを試してみる
azukiazusa1
2
730
SODA - FACT BOOK
sodainc
1
1.1k
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
11
2.7k
Rails産でないDBを Railsに引っ越すHACK - Omotesando.rb #110
lnit
1
170
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Being A Developer After 40
akosma
90
590k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
The Pragmatic Product Professional
lauravandoore
35
6.7k
Into the Great Unknown - MozCon
thekraken
39
1.9k
Typedesign – Prime Four
hannesfritz
42
2.7k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
357
30k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
46
9.6k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
Transcript
Julia v0.3.0 New Language Feature Yoshifumi Seki
(Gunosy Inc) 2014.09.26 / Julia Tokyo #2
自己紹介 • 関 喜史 – 株式会社Gunosy 共同創業者 – 東京大学博士課程在学中
– コンテンツ評価・情報推薦・ユーザ行動分析 • Julia歴2.5ヶ月 – 前回のJuliaTokyoのLTでデビュー
今日の話 8/20にJulia 0.3.0がリリース
型パラメータにタプルが使える様になった Ver 0.2.0
None
AddiMonal default “inner” constructor Constructors that look like MyType(a, b)
= new(a, b) do not need to be added manually
mulM-‐line comment #69での宗教論争が面白い /* */派と#派の終わりのない戦い
Structure fields can now be accessed by index 要素に数値 .(i)
でアクセスできるようになった
Define a limited number of infix Unicode operators
break inside a for loop with mulMple ranges now
exits the enMre loop nest Ver 0.3.0での挙動
break inside a for loop with mulMple ranges now
exits the enMre loop nest Ver 0.2.0での挙動
このレベルの変更が たった2commentsで終わるの怖い・・・