|
|
|
|
|
by siscia
4613 days ago
|
|
Do you have a github repo for your project ? Or somewhere where I can take a look at the code ? I was hoping to find the time to write something similar in Clojure (a lisp dialect), and the idea should be to take hiccup[1] as starting point. Why hiccup ? Because it is death easy to use, because I think it to be extensible, and because I hate write html while I love to write hiccup-code... The real problem (other than the lack of time) is that I have no idea how to start, and it bring me to this other comment: https://news.ycombinator.com/item?id=6669854 [1] https://github.com/weavejester/hiccup |
|
Regarding hiccup: I wrote an HTML DSL myself, which I also use in my document pipeline, it is released and can be found here: http://mr.gy/software/macro-html/
By the way, I work prefessionally with Clojure at the moment, and I'd rather advise against using it. Ihmo it is not ready, I like some ideas, some I like less, but its still a mess and the (only!) implementation is not on par with a real lisp yet.