タグ

ブックマーク / www.tamaspapp.eu (1)

  • Switching from Common Lisp to Julia

    I have written this post for developers in the Common Lisp community who asked why I am switching to Julia. It may only be relevant for the small set of people who use Common Lisp for scientific computing. I used Common Lisp for scientific computing for a while, from 2008 to about 2015, in combination with R and C++. This choice may surprise people who don't know about projects like Maxima or FEML

    masatoi
    masatoi 2018/05/21
    JuliaはJITでコンパイルするから実行時の配列の型情報が取れて、それで最適化されるので以降の呼び出しでは速いし配列の型を変えてもディスパッチされる、と
  • 1