6macros: discussing the finer points of Perl 6 macros, Qtrees, and how to stay sane | irclog: irclog.perlgeek.de/6macros/today
Set by moderator on 28 July 2015.
01:56 ilbot3 joined
masak ran into a rakudobug two days ago, but aside from that I'm making steady progress on lifting the Q types in github.com/masak/007/pull/242 05:41
still mulling over the exact consequences of the Q types suddenly having .run and .eval methods reachable from within 007 05:42
well, for one, it probably means we should expose a global `runtime`
(easiest way to do that is probably to have it be a 007-specific façade for the Perl 6 Runtime object) 05:43
which would also lead to a much simplified runtime.007 implementation that doesn't have to hardcode implementations for all the Q types -- definitely a good thing 05:44