Comment by 🍀 gritty
This blog post was very helpful and was in line with what you've been saying below. I'd recommend to others starting out.
Jan 21 · 11 months ago
1 Later Comment
I'm getting ahead of myself but I want to make an scgi application since CL isn't good for scripting. there's CL-SCGI but what I really want is what it depends on, a unix socket library. I've tried a few and get both the gemini server(molly brown) and the cl scgi app to connect to a socket but I can't read or send data over that stream. I have a few more things to try, but that's where I'm at: molly sending a formatted scgi client request and literally printing the request stream to the console in cl.
Original Post
@stack it seems CL is the one to learn but I don't want to "waste" time learning that when I can't use it here for CGI. been reading up on Janet unsure it's a good intro to Lisp. what do you think?