[julia-users] Re: I am Getting problem with julia and light table to work them together

2016-03-19 Thread tannirind
Yes Tomak, When i write a code but it is not connected with julia in real time.Or even when I I press the key Shift+Enter it doesn't work also. suppose I wrote a simple code such as a=2 b=3 c=2+3 but pressing the key Shift+Enter it dont show the result on the julia.Can I fix this problem ? if

[julia-users] Re: I am Getting problem with julia and light table to work them together

2016-03-19 Thread Lutfullah Tomak
I thought you already have julia connected to lighttable. If not you need some plugins for lighttable most notably Jewel. I insist that you use Atom is because it is maintained regularly and tested more. Last time I used lighttable interface, it did not work and in every update of lighttable it

[julia-users] Re: I am Getting problem with julia and light table to work them together

2016-03-19 Thread Lutfullah Tomak
Hi again, Julia programmes not yet can be compiled in the sense that c and fortran can be compiled. You define your methods/functions and later you use them in real context. As your julia file executed from top to down, the main julia executable parses it to internal codes and as you call a

[julia-users] Re: I am Getting problem with julia and light table to work them together

2016-03-19 Thread tannirind
Hello Sebastian, Thank you for you reply. But when I open the light table it gives the notification "Connect with julia".But just the problem is that I dont know how to synchronize them both.Means if I write a program on light table then how i can run on julia. Best Regards On Wednesday,

[julia-users] Re: I am Getting problem with julia and light table to work them together

2016-03-19 Thread Lutfullah Tomak
Hi. I think you need Shift+Enter or equivalent on OSX? If you want to print something you can open console tab to see. Also there is 'Evaluate All' in one of the top down menus. But it'd better use new Atom interface because if you update lighttable you can break working setting. Best, On

[julia-users] Re: I am Getting problem with julia and light table to work them together

2016-03-19 Thread randmstring
Hi Tanveer, the Julia plugin for LightTable isn't maintened anymore. Recent work has focussed on getting Julia nicely integrated into Atom -- you can find the install instructions for that here . There's also a nice piece on the

[julia-users] Re: I am Getting problem with julia and light table to work them together

2016-03-19 Thread tannirind
Hello Tomak, Please dont mind if I am asking stupid question because I am just beginner on julia.I think I am not conveying you people right.Now I try again. I wrote the program on Light table and now I want to compile this program on julia.I dont know how I can synchronize both Julia and