LoginSignup
0
1

More than 5 years have passed since last update.

julia 事始め

Last updated at Posted at 2018-12-17

経緯

飽きたので、何か新しいものをと。
今までやってみたことをJuliaに置き換えられたりしないかを試行錯誤しよう。

準備

ドキュメント

英語

日本語

実行ファイル

以下でインストール 

choco install julia -y  

現在、1.0.2がインストールされる。

IDE設定

vscodeが好きなので、以下をインストール。

実行ファイルをインストールしたときのパスをjulia.executablePathに指定。

Hello world

hello.jl
println("Hello World")

ターミナルで

julia hello.jl
Hello World
0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1