Wow this is most amazing !!!!
I'm struggling to understand writesto. I wonder if it would be possible to
intercept the STDOUT of a function, e.g
function f(N::Int)
for i=1:N
println(i)
end
end
julia> f(100) |> less
But probably it is impossible ... I am already happy!
Thanks Steven
Andrea
On Friday, May 23, 2014 10:28:33 PM UTC+2, Steven G. Johnson wrote:
>
> On Friday, May 23, 2014 4:15:26 PM UTC-4, Steven G. Johnson wrote:
>
>
>> finally
>> kill(P)
>> end
>>
>>
>>
> (This should be catch, not finally, and should rethrow().)
>