undoencalma hi :) 05:37
what makes raku beautiful?? 05:38
enlighten me
ab5tract undoencalma: that’s a long list :) 07:24
tellable6 ab5tract, I'll pass your message to undoencalma
ab5tract It’s very unique, yet familiar. Ambitious but at least slightly humble
librasteve undoencalma: one thing you may like is you can write a website like this:-site page main p "Yo baby!" 07:52
tellable6 librasteve, I'll pass your message to undoencalma
grondilu librasteve: what framework does that? CRO? 08:36
I'm interested in building a small web server in raku to serve a stockfish engine. 08:37
where should I look at?
HTTP::Server::Tiny? 08:38
Voldenet grondilu: Air (which is built on top of Red and Cro) 09:18
librasteve grondilu: that's done with Cro and Air ... the idea is that HTML tags like <p>yo</p> can be written as a raku function p 'yo' (Air::Functional) and that you can use the same abstraction to tuck away the webpage and website boilerplate with site and page functions (Air::Base) ... harcstack.org is a good starting place 09:32
btw Air is still in early stages and any and all are welcome to feedback and contribute - just raise an issue at the repo (or here) 09:34
grondilu noted 09:43
librasteve btw your chess code is giving me flashbacks to coding a chess program in my youth ... fortran! 11:35
melezhik . 12:28
o/
yet anoher solution with Raku/Sparrow for stack overflow task - stackoverflow.com/a/79555307/5147708 , please vote IF you like it )
melezhik. weekly: news.ycombinator.com/item?id=43583960 15:40
notable6 melezhik., Noted! (weekly)
melezhik. Don’t have time to create anything fancier then this shirt HN post ) 15:41
Please vote up if you like it either on HN or on stack overflow, thanks 15:44
antononcube @grondilu "Humming-Bird" was recently updated and might fit better your mindset. (Judging author's statements here.) 16:03
I personally run my Raku-programmed services on rented servers (DigitalOcean) and provide interactive interfaces to them using Posit's shinyapps.io . 16:04
I assume at some point the Raku HMTX-&-Air family of packages can be used instead of shinyapps.io. 16:06
librasteve antonncube: since i don’t have a clue what you are talking about, would you mind forking Air::Play (module of Air examples) and doing a bare minimum example (just a couple of lines) of what you are getting from shiny apps ?? 19:16
antononcube Ok. 19:38
Here is an example: antononcube.shinyapps.io/SEI2HR-flexdashboard/ . Press the button “Source Code” (top-right ) to see the Markdown code with which that interactive interface was generated. 19:40
So, ideally, with similar kind of (Markdown) templates Raku would generate interactive interfaces. 19:42
MasterDuke librasteve: did you see github.com/librasteve/raku-Cro-Web...ate/pull/1 ? zef complained about a missing dependency 20:58
tellable6 2025-03-31T06:56:19Z #raku-dev <patrickb> MasterDuke: Thanks for the solo term link. That might prove helpful as a reference.
2025-03-31T06:58:05Z #raku-dev <patrickb> MasterDuke: Are you aware that there already is a minimal but kinda working raku terminal emulator library? sr.ht/~patrickb/Anolis/