Hello Guys.. 
I am a beginner in Julia Programming Language !! and I absolutely love it 
!! 

If you can .. Can you evaluate my code and point out the things I could 
implement better..
Being good at C.. I feel I am bringing the C style into my Julia Program.
I want it to be optimised for Julia and do things in the right way in 
Julia..
Would be really helpful if anyone could tell me how to get things done and 
some usefull functions I could use to implement the attached program in a 
more efficient way.

and .. How do I get my Input directly as an integer or any specific 
datatype rather than as a string and then convert it to the datatype I want 
?
is there an alternative to getting integers via this way ?: 
a=parse(Int64, readline(STDIN))
is this even the right way to do it ?
It would be helpful If you could highlight the non ideal code and give me a 
replacements for the same.

*I've attached my first Julia Program with this post*

Thanks a ton !!.

Attachment: juliatest.jl
Description: Binary data

Reply via email to