Post AbGVSeB1kS2OSy72nI by nytpu@tilde.zone
(DIR) More posts by nytpu@tilde.zone
(DIR) Post #AbGU7zV1B1qKYr38vQ by wizard@xyzzy.link
2023-10-29T14:23:25.184332Z
0 likes, 0 repeats
i really wanna mess around with lisp some more but i have no projects to do that with
(DIR) Post #AbGUCKUz2keOqe6Pia by wizard@xyzzy.link
2023-10-29T14:24:14.777519Z
0 likes, 0 repeats
are there any static site generators that translate lisp source into html+css or whatever
(DIR) Post #AbGUuREDNtKISeI8nI by purple@nya.social
2023-10-29T14:32:14.088Z
1 likes, 0 repeats
@wizard@xyzzy.link going the other direction might be more interesting.
(DIR) Post #AbGVSeB1kS2OSy72nI by nytpu@tilde.zone
2023-10-29T14:36:56Z
1 likes, 0 repeats
@wizard There's the CL-WHO markup language that you could write your own SSG around: https://edicl.github.io/cl-who/ (or make your own markup language too if you want too)There's Coleslaw (https://github.com/coleslaw-org/coleslaw/tree/master) that I believe might support CL-WHO on top of markdown, but can't remember. And that's boring, just downloading and running something like any other SSG :P
(DIR) Post #AbGWrYu3I4D8FWYELY by robby@zoinks.one
2023-10-29T14:44:50.413110Z
1 likes, 0 repeats
@wizard there are several Scheme implementations which provide libraries for SXML: https://en.wikipedia.org/wiki/SXMLNot exactly an ssg by itself, but it would be extremely easy to write one using it.