Re: [julia-users] Re: [ANN] Julia + Light Table!

2014-05-15 Thread Marcus Kriele
To me it looks as if the shell unquotes your argument and then interprets your string as two strings, /Users/feldt/Library/Application and Support/LightTable/plugins/Jewel/jl/init.jl. I would try to copy the folder LightTable and all its contents to a location without spaces in the path and

Re: [julia-users] Re: [ANN] Julia + Light Table!

2014-05-13 Thread Robert Feldt
You are right, it cannot even load the file. That is indeed very weird. I run this on a MacBook Pro Retina (2013), latest Mac OS X, in a bash shell inside of iTerm 2. Details and julia versions below: feldt:~$ julia /Users/feldt/Library/Application Support/LightTable/plugins/Jewel/jl/init.jl

Re: [julia-users] Re: [ANN] Julia + Light Table!

2014-05-13 Thread Mike Innes
Weird. Given that this is a Julia issue, I'd either open an issue on github or start a new thread on the mailing list – you'll get much better help than I can offer you alone. On Tuesday, 13 May 2014 12:24:54 UTC+1, Robert Feldt wrote: You are right, it cannot even load the file. That is

Re: [julia-users] Re: [ANN] Julia + Light Table!

2014-05-13 Thread Robert Feldt
Ok, seems to be a problem with my Julia install since I installed Julia 0.2.1 and got the BoundsError: feldt:~$ /Applications/Julia-0.2.1.app/Contents/Resources/julia/bin/julia /Users/feldt/Library/Application Support/LightTable/plugins/Jewel/jl/init.jl ERROR: BoundsError() in indexed_next at

Re: [julia-users] Re: [ANN] Julia + Light Table!

2014-05-13 Thread Robert Feldt
Unfortunately after a restart I'm even more confused. Something might be very weird with my setup. If anyone has pointers I'd appreciate them though: feldt:~$ which julia /usr/local/bin/julia feldt:~$ ls -al /usr/local/bin/julia lrwxr-xr-x 1 feldt admin 64 13 Maj 13:47 /usr/local/bin/julia -

Re: [julia-users] Re: [ANN] Julia + Light Table!

2014-05-12 Thread Robert Feldt
I'd like to try this out but after fresh install of Lighttable and then install of Julia plugin using LT's plugin manager I restart LT and get: Couldn't connect to Julia ERROR: could not open file /Users/feldt/Library/Application in include at boot.jl:238 in include_from_node1 at

[julia-users] Re: [ANN] Julia + Light Table!

2014-03-31 Thread Mike Innes
Thanks for the tipoff, Andrew. Would you mind opening an issue to remind me to look into Winston? I've tried to make the readme a bit clearer, and also pushed a new update which will install the Jewel.jl package for you and start a client on startup. Hopefully this will make things easier and

[julia-users] Re: [ANN] Julia + Light Table!

2014-03-31 Thread Andrew Dabrowski
Issue added. I notice you removed the suggestion that Jewel could be used from a git clone. Is there no way to make that work in LT?

Re: [julia-users] Re: [ANN] Julia + Light Table!

2014-03-31 Thread Mike Innes
Thanks! I felt that the cloning suggestion was polluting the instructions, but I'll add it back in its own section when I can. All you have to do is clone the Jewel repo into one of the following folders: OS X: ~/Library/Application Support/LightTable/plugins/ Linux:

[julia-users] Re: [ANN] Julia + Light Table!

2014-03-30 Thread Keith Campbell
This sounds great! Look forward to trying it out. On Sunday, March 30, 2014 8:46:28 AM UTC-4, Mike Innes wrote: Hey all, TL;DR: New Light Table integration available herehttps://github.com/one-more-minute/Jewel . I just wanted to share the milestone I recently passed with my Light Table

[julia-users] Re: [ANN] Julia + Light Table!

2014-03-30 Thread Andrew Dabrowski
That's great, I've been meaning to have a serious look at LT for a long time. Just got it going and seems very nice. Two hiccups so far: 1. Apparently you must restart LT after adding a new plugin. 2. When run in terminal Winston redraws to the same window, but in LT it seems to create a

Re: [julia-users] Re: [ANN] Julia + Light Table!

2014-03-30 Thread Keno Fischer
I tried this out. This is really nice! I like having completions available that actually are semantically correct (Sublime does a pretty amazing job at completions even though it has no concept of what the language should do). I added an issue about using REPLCompletions.jl It would be good to