Shashi, go ahead and say that here <https://github.com/JuliaLang/julia/issues/9629> ;)
On 6 January 2015 at 06:24, Shashi Gowda <[email protected]> wrote: > I love the display system > <https://github.com/one-more-minute/Blink.jl/blob/master/src/graphics/system.jl> > in Blink. This makes much more sense than the current display stack > mechanism. First, it lets you show things on different (even multiple) > displays. Second, classification of output as Tabular, Graphical and > Textual (and finer classifications) is really useful, something the current > display stack based mechanism lacks. > > Very much for moving it into Base! > > On Tue, Jan 6, 2015 at 2:00 AM, Mike Innes <[email protected]> wrote: > >> The writemime methods and the display system are largely orthogonal – the >> display system concerns itself with routing output to a suitable display >> device (terminal, Blink window, whatever) while writemime simply provides >> the implementation. In other words, I'm only really focused on the >> `display` function, and that work looks completely compatible with my >> proposed changes. >> >> On 5 January 2015 at 19:41, Ivar Nesje <[email protected]> wrote: >> >>> Have you seen https://github.com/JuliaLang/julia/pull/8987? >>> >>> >> >
