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
770
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
2k
[論文紹介] A Method to Anonymize Business Metrics to Publishing Implicit Feedback Datasets (Recsys2020) / recsys20-reading-gunosy-datapub
ysekky
3
2.6k
JSAI2020 OS-12 広告とAI オープニング / JSAI2020-OS-12-ads-and-ai-opening
ysekky
0
2k
JSAI2020インダストリアルセッション - Gunosyにおける研究開発 / jsai2020-gunosy-rd-examples
ysekky
1
750
ウェブサービス事業者における研究開発インターン[株式会社Gunosy] - テキストアナリティクスシンポジウム2019 / research-intern-case-study-at-gunosy
ysekky
0
2.7k
Gunosyにおけるニュース記事推薦/ news-recommendation-in-gunosy-webdbf2019
ysekky
1
1.4k
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.2k
世代による政治ニュース記事の閲覧傾向の違いの分析 - JSAI2018 / Analysis of differences in viewing behavior of politics news by age
ysekky
0
3.9k
Other Decks in Programming
See All in Programming
GitHub Actions × RAGでコードレビューの検証の結果
sho_000
0
290
負債になりにくいCSSをデザイナとつくるには?
fsubal
10
2.5k
Amazon Q Developer Proで効率化するAPI開発入門
seike460
PRO
0
120
React 19アップデートのために必要なこと
uhyo
7
1.3k
メンテが命: PHPフレームワークのコンテナ化とアップグレード戦略
shunta27
0
290
新宿駅構内を三人称視点で探索してみる
satoshi7190
2
110
第3回関東Kaggler会_AtCoderはKaggleの役に立つ
chettub
3
1.1k
Software Architecture
hschwentner
6
2.1k
CloudNativePGを布教したい
nnaka2992
0
110
もう僕は OpenAPI を書きたくない
sgash708
5
1.9k
Datadog DBMでなにができる? JDDUG Meetup#7
nealle
0
130
Boost Performance and Developer Productivity with Jakarta EE 11
ivargrimstad
0
670
Featured
See All Featured
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
Raft: Consensus for Rubyists
vanstee
137
6.8k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Producing Creativity
orderedlist
PRO
344
40k
What's in a price? How to price your products and services
michaelherold
244
12k
Code Reviewing Like a Champion
maltzj
521
39k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
1k
For a Future-Friendly Web
brad_frost
176
9.6k
How to train your dragon (web standard)
notwaldorf
91
5.9k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.5k
Making Projects Easy
brettharned
116
6k
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で終わるの怖い・・・