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.
02:37 Ven`` left 03:37 Ven`` joined 05:08 Ven`` left 11:29 Ven`` joined 15:00 Ven` joined 16:25 Ven` left 17:40 Ven`` left 18:26 Ven`` joined 19:19 Ven`` left
masak oh! 20:41
in that vein
there will be regexes that can be compiled down "all the way", and whose components are all known at compile time 20:42
but then there will be those that reference a lexical, or (worse) a subrule in a grammar, and the exact reference somehow becomes unknowable at compile time 20:43
in which case there's only so much we can do to optimize and early-bind