https://github.com/JuliaLang/julia
Raw File
Tip revision: 7f8635f11cae5f3f592afcc7b55c8e0e23589c3d authored by Shuhei Kadowaki on 19 April 2024, 04:05:35 UTC
refactor `abstract_eval_statement_expr` (#54111)
Tip revision: 7f8635f
startup.applescript
set RootPath to (path to me)
set JuliaPath to POSIX path of ((RootPath as text) & "Contents:Resources:julia:bin:julia")
set JuliaFile to POSIX file JuliaPath
tell application id "com.apple.finder" to open JuliaFile
back to top