Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active January 25, 2017 08:21
Show Gist options
  • Save kjunichi/01473d719bdbbb7a60f703b18330680b to your computer and use it in GitHub Desktop.
Save kjunichi/01473d719bdbbb7a60f703b18330680b to your computer and use it in GitHub Desktop.
WindowsでRustからJuliaをつかう

背景

  • Rustを2017年は意識してやってみようかと思った。
  • WindowsではJuliaを別の処理系から利用することはJuliaがmingwベースで出来ているからハードルが高そうな気がする

必要な物

juliaのlibファイル

libファイル作成のみちのり

juliaを見つけろ!

%USERPROFILE%\AppData\Local\Julia-0.5.0

dumpbin

lib

RustからJuliaをつかう

参考資料

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment