or
or
By clicking below, you agree to our terms of service.
New to HackMD? Sign up
Syntax | Example | Reference | |
---|---|---|---|
# Header | Header | 基本排版 | |
- Unordered List |
|
||
1. Ordered List |
|
||
- [ ] Todo List |
|
||
> Blockquote | Blockquote |
||
**Bold font** | Bold font | ||
*Italics font* | Italics font | ||
~~Strikethrough~~ | |||
19^th^ | 19th | ||
H~2~O | H2O | ||
++Inserted text++ | Inserted text | ||
==Marked text== | Marked text | ||
[link text](https:// "title") | Link | ||
 | Image | ||
`Code` | Code |
在筆記中貼入程式碼 | |
```javascript var i = 0; ``` |
|
||
:smile: | ![]() |
Emoji list | |
{%youtube youtube_id %} | Externals | ||
$L^aT_eX$ | LaTeX | ||
:::info This is a alert area. ::: |
This is a alert area. |
On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?
Please give us some advice and help us improve HackMD.
Do you want to remove this version name and description?
Syncing
xxxxxxxxxx
Julia による 衛生的な生活
2020/05/30 Python東海/JuliaTokaiミニ合同勉強会
@ OSC2020 Online/Nagoya
antimon2(後藤 俊介)
Note:
Julia で衛生を保とう!
お前誰y?(ry
Note:
コミュニティ紹介で自己紹介もしたのでこちらでは省略っ
みなさん…
Note:
っ
手洗いしていますか?
Note:
帰宅後や食事前にきちんと手を洗っていますか?っ
マスクしていますか?
Note:
外出時や人と会うときにマスクをいますか?っ
普段衛生的な生活を心がけているなら、当然…
じゃぁ当然…
Note:
ますよねっっ?っ
Julia のマクロ 使っていますよね?
Note:
ますよねっっ?っ
Julia のマクロは 衛生的
Note:
なぜならっ
衛生的なマクロ(Hygienic Macro)
出典:「多言語に対応した衛生的マクロ機構導入方式」(DOI)
Note:
なぜならっ
Julia のマクロの例
Note:
これは実行時間を計測するためのマクロの例ですっ
Note:
ナノ秒なのでこんな単純な計算でも結果がっ
Note:
ではこんなの実行したらどうなるっ?
Note:
エラーになりますっ!
Note:
なぜならこんなコードに変換されて実行されるからっ!
t0
val
t1
)が変な名前(#12#t0
#13#val
#14#t1
)に変換されているtime_ns()
→(Main.time_ns)()
)されているesc(ex)
と書かれた部分は勝手に変換されていない(t0 += 1000000
)⇩
esc(ex)
に渡されたモノだけは勝手に変換されずにそのまま使用される!⇩
まとめ
でコロナ禍を乗り切ろう!
Note:
で、衛生的な生活を心がけてコロナ禍を乗り切ろう!っ
ご清聴ありがとうございます。
Note:
ご清聴ありがとうございますっ!
参考リンク