That's true, it seems to be related to the system. On my system, lightweight (XFCE), a double click open any executable Julia program in a text editor and I don't have the choice to execute in a terminal. But, if I run the program in a terminal using ./program.jl it works, indicating that the program could be run in one click.
Le jeudi 7 janvier 2016 02:07:09 UTC+1, [email protected] a écrit : > > Works for me. > > Note that when you run by clicking there is nowhere for the output of the > `println` to show, and standard input will be closed so the `readline` > returns EOF immediately, so it might look like it didn't run. > > My system offers an option to "run in terminal" when I double click which > gives it somewhere to show the output and to read the input from. > > Cheers > Lex >
