yknow maybe i should make my own git web frontend
Post
i mean i kinda already did with the shell script but that was more of a meme
question is what language
c is way too low level for generating web pages imo, but if there's nothing else, sure
preferably smth that's standardised and with multiple impls, so not python and not perl. maybe haskell if i restrict to microhs ? or some scheme ?
@SRAZKVT haskell sounds cool and webpage generation sounds like it could fit microhs. i'd also consider common lisp if you're casting about for stuff; i believe sbcl accepts LLM code but gnu clisp should be fine. there's also smalltalk which i wanna learn
@hipsterelectron not a fan of common lisp because it's just so big
goal would be have it where it can easily be run as a cgi script, or fcgi script, or fcgi daemon, or with an embedded web server, basically making swapping out backends painless
@SRAZKVT PHP is like right there its built for exactly this
Idk if its standardized or whatvercv tho
@SRAZKVT b but python does have multiple impls ?