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:48 ilbot3 joined 03:01 cognominal joined 08:59 FROGGS joined 18:54 raiph joined
raiph m: use experimental :macros; macro polo ($ast) { quasi { say {{{ $ast }}}; say 1; } }; polo 2 18:57
rakudo-moar da5278: OUTPUT«Weird node visited: QAST::BVal␤2␤1␤» 18:58
bisect: use experimental :macros; macro a { quasi {{{ 42 }}} }; a 19:40
bisectable
raiph: on both starting points the exit code is 0 and the output is identical as well
raiph
m: use experimental :macros; macro a { quasi {{{ 42 }}} }; a
rakudo-moar d4a0e0: OUTPUT«Weird node visited: QAST::BVal␤» 19:41
masak: ^^ does it make sense for me to RT this?
vendethiel- masak: github.com/vendethiel/simplist/blo....t#L37-L42 :D 21:45