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 function 
within the file julia converts it to machine code and  runs it similar to 
python but JITed.

I don't know what you mean by synchronize but you can run a part of code 
where cursor is in your file by just shift+enter.

I think you may better start with generic distribution at 
julilang.org/download to get feel how julia compilation works. Also, if you 
don't have a reason to use discontinued or deprecated lighttable IDE 
interface you'd better start with Atom IDE interface and instructions for 
it is here https://github.com/JunoLab/atom-julia-client/tree/master/manual 

Best,

On Thursday, March 17, 2016 at 2:13:39 PM UTC+2, [email protected] wrote:
>
> 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 Light table.
>
> Best Regards 
>
> On Thursday, March 17, 2016 at 10:33:17 AM UTC+1, Lutfullah Tomak wrote:
>>
>> 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 Thursday, March 17, 2016 at 11:24:20 AM UTC+2, [email protected] 
>> wrote:
>>>
>>> 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, March 16, 2016 at 12:51:47 PM UTC+1, [email protected] 
>>> wrote:
>>>>
>>>> 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 
>>>> <https://github.com/JunoLab/atom-julia-client/tree/master/manual>. 
>>>> There's also a nice piece on the Juno workflow and how it differs from the 
>>>> usual REPL workflow here 
>>>> <https://github.com/JunoLab/atom-julia-client/blob/master/manual/workflow.md>
>>>> .
>>>>
>>>> Best,
>>>> Sebastian
>>>>
>>>> Am Dienstag, 15. März 2016 15:07:27 UTC+1 schrieb [email protected]:
>>>>>
>>>>> Hello,
>>>>>
>>>>> I installed julia and light table is also connect with julia.But I 
>>>>> dont know how to run code of light table on julia.Or we can say that how 
>>>>> to 
>>>>> make them on work together.
>>>>> Thank you for your time 
>>>>>
>>>>> BR,
>>>>> Tanveer
>>>>>
>>>>

Reply via email to