Shrutarshi Basu
Shrutarshi Basu
I know this is a lot to ask, but is there any chance of getting a version of Lambda-Term using Async as a dependency instead of Lwt? I'd like to...
This article on the [Demise of Mildly Dynamic Websites](https://www.devever.net/~hl/mildlydynamic) made it to the front page of Lobsters yesterday, and I thought it would be of interest to the Pollen crowd....
I've been working on a project atop Pollen that I'm calling Colophon. It's an experiment in building a static site generator, that I'm hoping will grow into a tool (or...
If I'm understanding things correctly, both `◊tagfn["arg"]` and `◊tagfn{arg}` will pass "arg" as the first argument to the `tagfn` function. Is there some way to tell these two cases apart?...
I'm wondering if there's some way to stack or nest templates? For example, I want a toplevel `template.html.p` that defines the general look and feel of my site, but then...
As I've been using Pollen to build [my website](https://basus.me), I've been gradually building up a small library tag functions. They're mostly for the standard HTML5 tags, but also for the...
I was wondering how people represent hyperlinks in Pollen. Currently I have the following tag functions for general links, and internal (same site) links: ```racket (define (link url . text)...
This is not a bug, but I'm wondering how I can use MParser to write a parser for a C-like language? The main issue I'm running into is when defining...
I ran a fresh install of Racket 7.5 on Arch Linux using the [racket-minimal package](https://www.archlinux.org/packages/community/x86_64/racket-minimal/). The install seemed to proceed without error. I then tried to install the Racket [pollen...