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.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
Visual StudioのGitHub Copilotでいろいろやってみる
tomokusaba
1
210
Learning Kotlin with detekt
inouehi
1
160
Generating OpenAPI schema from serializers throughout the Rails stack - Kyobashi.rb #5
envek
1
400
バッチを作らなきゃとなったときに考えること
irof
2
550
Formの複雑さに立ち向かう
bmthd
1
940
第3回関東Kaggler会_AtCoderはKaggleの役に立つ
chettub
3
1.2k
推しメソッドsource_locationのしくみを探る - はじめてRubyのコードを読んでみた
nobu09
2
340
Go 1.24でジェネリックになった型エイリアスの紹介
syumai
2
300
Honoとフロントエンドの 型安全性について
yodaka
7
1.5k
Rails 1.0 のコードで学ぶ find_by* と method_missing の仕組み / Learn how find_by_* and method_missing work in Rails 1.0 code
maimux2x
1
260
ML.NETで始める機械学習
ymd65536
0
240
From the Wild into the Clouds - Laravel Meetup Talk
neverything
0
170
Featured
See All Featured
Gamification - CAS2011
davidbonilla
80
5.2k
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
33
2.8k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.5k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
Designing Experiences People Love
moore
140
23k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
21
2.5k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
193
16k
Become a Pro
speakerdeck
PRO
26
5.2k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
46
2.4k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
580
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.7k
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で終わるの怖い・・・