[julia-users] Re: Julia for Newbie Programmer.

2016-06-30 Thread Adrian Felismino
ich reads a value. With it, you can make your own > input() function, like this: > > function input(prompt) > print(prompt) > return readline() > end > > > Then you can look around that section to get a better sense of how Julia > does I/O. > > Hope that

[julia-users] Re: Julia for Newbie Programmer.

2016-06-30 Thread Adrian Felismino
On Wednesday, June 29, 2016 at 5:17:54 PM UTC+8, Patrick Kofod Mogensen wrote: > > This may not be the advice you are looking for, but do you have a specific > problem you want to solve? I started programming by reading texts online > about C - and it killed my enthusiasm. People are

[julia-users] Julia for Newbie Programmer.

2016-06-28 Thread Adrian Felismino
I got lost even I read the julia manual. I have Python Basics Programming Language but I can't comprehend simple things in julia like input("") function in python. any advise?