2016-02-05から1日間の記事一覧

JuliaのスクリプトをREPLから実行する

http://stackoverflow.com/questions/22240581/running-julia-jl-filesinclude()メソッドを使う julia> include("path/to/script-name.jl")

Juliaの実行時最適化オプション

http://safx-dev.blogspot.jp/2015/11/20-rust-go-crystal-nim-swift.html julia -O ./fib.jl

Juliaの特徴

We want a language that’s open source, with a liberal license. We want the speed of C with the dynamism of Ruby. We want a language that’s homoiconic, with true macros like Lisp, but with obvious, familiar mathematical notation like Matlab…

vimで.jlファイルがJuliaでなくlispモードになる

https://github.com/kovisoft/slimv/issues/6/usr/local/Cellar/vim/HEAD/share/vim/vim74/filetype.vim を書き換えて、強制的にjuliaを割り当てた au! BufNewFile,BufRead *.jl setf julia

smoothie

http://forum.seemecnc.com/viewtopic.php?f=37&t=5848