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.2k
[論文紹介] 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
780
ウェブサービス事業者における研究開発インターン[株式会社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.2k
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
4k
Other Decks in Programming
See All in Programming
はじめてのMaterial3 Expressive
ym223
2
270
2025 年のコーディングエージェントの現在地とエンジニアの仕事の変化について
azukiazusa1
24
12k
「手軽で便利」に潜む罠。 Popover API を WCAG 2.2の視点で安全に使うには
taitotnk
0
850
Cache Me If You Can
ryunen344
2
680
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
590
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
270
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
420
ぬるぬる動かせ! Riveでアニメーション実装🐾
kno3a87
1
210
為你自己學 Python - 冷知識篇
eddie
1
350
Kiroの仕様駆動開発から見えてきたAIコーディングとの正しい付き合い方
clshinji
1
210
testingを眺める
matumoto
1
140
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
120
Featured
See All Featured
The Cult of Friendly URLs
andyhume
79
6.6k
Become a Pro
speakerdeck
PRO
29
5.5k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.7k
Code Review Best Practice
trishagee
70
19k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
Writing Fast Ruby
sferik
628
62k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Done Done
chrislema
185
16k
Scaling GitHub
holman
463
140k
The Invisible Side of Design
smashingmag
301
51k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
The World Runs on Bad Software
bkeepers
PRO
70
11k
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で終わるの怖い・・・