Hacker News new | ask | show | jobs
by harryvederci 1711 days ago
I'm using your html library (a Clojure hiccup clone, sort of) and tw (tailwind) library, and often use janetdocs to find examples of how to use Janet functions. Thanks a lot man!
1 comments

Hey! It's nice to see someone using the stack!

What's funny about tw is that it was kind of like a ghetto tailwind jit before it was released!

Janet can really help you move fast

Haha, I like that description: "ghetto tailwind jit".

From your blog it seems like you're not really using it yourself anymore, though?

I tried to add a styling thingy (sorry, really not familiar with the terminology) to `tw` to add support for "print" media queries (like this: https://tailwindcss.com/docs/breakpoints#styling-for-print), but didn't get it to work on the first try. If I do make it work I'll create a PR :)

Oh yeah, that's a bit of journey, each variant is kind of annoying to handle manually.

I always look forward to any and all PRs!

Edit: Yeah I haven't used it lately, I currently use roda + sequel now (ruby libraries).

I have limited time after work and I really want to get some "SaaS apps" up and running, so the trade-off was spend less time on libraries and more time on applications.