Skip to content

aviatesk/grad-thesis

Repository files navigation

grad-thesis

TODO

  1. 概要
  2. はじめに
  3. 静的な型エラー検出を考える上でのJulia言語の考察と先行研究
    1. Julia言語の特徴と静的解析
      • generic function
      • metaprogramming
    2. 先行研究
      • type checking by type annotation
      • type profiling
      • StaticLint.jl
  4. 型プロファイラの設計
    1. why "type profiler"
    2. Juliaのinference
      • アルゴリズム
      • 収束性とヒューリスティック
      • correctness
    3. TypeProfiler.jlの設計と性質
      1. 設計
        • 「型エラー」を定義: TypeProfiler.jlが報告するエラー
        • 実装方法
        • 型検査関数: builtin function calls
      2. 性質
        • 型安全性: TypeProfiler.jlによって「設計」で定義したエラーがすべて報告される
        • 収束性
        • correctness
        • misc: マクロを含むコード
        • appendix: concrete typed code
  5. 評価
    • 実験と比較
      • demo: profiling on examples in section 2~3
      • vs. ruby-type-profiler (NOTE: recently updated)
  6. まとめ
  7. 参考文献

About

random grad thesis about Julia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published