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.
antononcube @arun Could be. I still use "Cro", but many people claim successful / pleasant migration to "HummingBird". 01:27
Well, by "many" and I mean "two or three" -- I am rounding up... 01:29
02:10 Manifest0 left 06:34 teatime joined 10:35 Manifest0 joined 11:38 lizmat_ joined 11:42 lizmat left, lizmat_ left, lizmat joined
librasteve i like literate programming a lot … often (in personal stuff) i use markdown and then i have a raku script that runs the stuff within (raku) MD code fences .., also kudos to Jupyter 17:05
antononcube > and then i have a raku script that runs the stuff within (raku) MD code fences This what "Text::CodeProcessing" does. Please make a gist or a package of your code. 19:22
(And share)
librasteve oh - haha - my script is very minimal … please let me take a look at Text::CodeProcessing when i get a chance and let you know if it’s the same idea 20:23
antononcube "Text::CodeProcessing" has two main features: 1) the literate programming documents -- or computational documents -- can be in the formats Markdown, Org-mode, and POD6, 2) different code blocks in a computational document are evaluated in the same context. 20:32