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:49 ilbot3 joined 04:33 vendethiel joined 06:57 FROGGS joined 07:08 pdcawley joined 08:24 Ven joined 08:31 pdcawley joined 08:43 pdcawley joined 08:48 Ven joined 09:39 Ven joined 11:45 Ven joined 12:32 Ven_ joined 14:49 Ven joined
masak I cleaned away some old branches over on github.com/masak/007 15:28
I'm "about halfway" through the second refactor, the one that uses only 007 values inside of Q types. 15:29
16:20 vendethiel joined
vendethiel I love clojure tooling 16:28
although it's too complicated for me :P
masak recent realization (which also ended up in an issue somewhere): some consumers of Qtree prefer a "before" view and some prefer an "after" view wrt macro application 16:30
vendethiel example? 16:32
17:59 FROGGS joined
masak linters, prettifiers/code formatters, and Qtree HTMLifiers all prefer the "before" view. 19:05
a runtime, as well as later compilation stages such as optimization, dead code removal, and escape analysis all prefer the "after" view.