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:50 vendethiel joined 01:52 ilbot3 joined 08:17 vendethiel joined 11:56 vendethiel joined 13:03 cog_ joined 15:12 vendethiel joined 15:18 vendethiel- joined 18:14 andreoss joined 21:00 andreoss joined
andreoss is it possible yet to pass code blocks to macros? 21:20
checked the code. it appears it's not 21:25
shouldn't there be a Val::Symbol/Q::Literal::Symbol type for subs and variables names? i.e `my f = quasi { 'a }; # Q::Literal::Symbol 'a` 21:36
or which way should i wrap my-statement in macro? 21:37
`macro-my('a, 'b) # my a = b` 21:39