Hi all, I'm new to this discussion group and Clojure. I'm sharing the first "bigger-than-REPL" script that I've written because I haven't seen anything else like it for Clojure. It's a script that takes Clojure code as input and generates a pretty HTML version. You can view it here (I ran the script through itself):
http://kai.myownsiteonline.com/clojure/html.clj.html The style sheet is kept separate for cases with more than one Clojure script shown on a page. Also, it still formats just as well without the javascript; the javascript only contains code that highlights Clojure script as you mouse over it. I don't have any particular intention by creating this script, it was just a warmup into Clojure. Feel free to use it for whatever purpose. I'd appreciate comments on the coding style as well as how to make it faster - core.clj takes a good 10 minutes! It was a pain and a pleasure to code :) ~ Kai --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---