This channel is intended for people just starting with the Raku Programming Language (raku.org). Logs are available at irclogs.raku.org/raku-beginner/live.html
Set by lizmat on 8 June 2022.
pelevesque Anyone using Mustache with Raku? Wondering if this is the way to go: raku.land/cpan:SOFTMOTH/Template::Mustache 16:51
librasteve @pelevesque - I have done a quick look at template options (for minimal static website deployment) and Mustache was at the top of my list ... but then I got sidetracked ;-( 18:28
pelevesque I tried that Template::Mustache and it works great. Mustache feels magical. 18:29
librasteve cool 20:11
{I think its a great fit for languages with curlies, like raku} 20:12
pelevesque I'm using it to generate postscript code to make a graphical musical score. Raku sets some variables for the postscript code that changes from page to page. 21:54