Re: [julia-users] small bugging(probably very noob) error please help

2015-07-21 Thread Stefan Karpinski
and is not an operator in Julia, try . On Jul 21, 2015, at 11:25 AM, Elsha Robin elisha@gmail.com wrote: well i thought i should give julia a whirl since it got so much chatter around it , so i thought i could start of slow and simple and i run into a tree sort of ... so the problem

Re: [julia-users] small bugging(probably very noob) error please help

2015-07-21 Thread Isaiah Norton
a(20)==b(50) and c(j)==a(k) This is not a valid expression: you need to use instead of and. see http://docs.julialang.org/en/release-0.3/manual/control-flow/?highlight=boolean#man-short-circuit-evaluation (do also read the Performance Tips before you get too far along:

[julia-users] small bugging(probably very noob) error please help

2015-07-21 Thread Elsha Robin
well i thought i should give julia a whirl since it got so much chatter around it , so i thought i could start of slow and simple and i run into a tree sort of ... so the problem is that i compared the results of two functions in an if statement with an and operator but it spiting some very