[julia-users] new REPL

2014-03-29 Thread Stefan Karpinski
Good news, everyone! The pure-Julia read eval print loop (REPL) that Keno Fischer developed and Mike Nolta integrated into base Julia has just been merged. There are a number of nice things about changing from the old REPL to this new one, in no particular order: - The old REPL used the GNU rea

Re: [julia-users] new REPL

2014-03-29 Thread John Myles White
This is really great news. Iā€™m finding that the new REPL has trouble on OS X if you give it input that starts with a tab. For example, the input "\tP = 1ā€ seems to execute an empty expression rather than assign 1 to P. ā€” John On Mar 29, 2014, at 12:59 PM, Stefan Karpinski wrote: > Good news

Re: [julia-users] new REPL

2014-10-30 Thread Rob J. Goedman
Wow, works! No more compiling of 0.3.2 for me!!! Thank you! Rob J. Goedman goed...@icloud.com > On Aug 21, 2014, at 11:57 AM, Rob J. Goedman wrote: > > Just wondering, I used to change the color of the help prompt by editing > REPL.jl and re-making julia. > > With the release of 0.3 I'm tr