Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Julia on Sublime Text on Mac #2963

Closed
sethhirsh opened this issue Apr 28, 2013 · 1 comment
Closed

Julia on Sublime Text on Mac #2963

sethhirsh opened this issue Apr 28, 2013 · 1 comment

Comments

@sethhirsh
Copy link

I am currently trying to run Julia in Sublime Text 2 on my mac. This is what is in my .sublime-build file:
{
"cmd": ["/Users/.../Desktop/Julia.app/Contents/Resources/julia/bin/julia", "$file"],
"selector": "source.julia"
}

It runs correctly. However, there is a 2 second delay ever time I run a program. Is there a better way to write this so that Julia runs at the proper speed. Any help would be appreciated

@JeffBezanson
Copy link
Sponsor Member

This is just how long it takes to start at the moment, unfortunately. See #260

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants