Colin Yates <colin.ya...@gmail.com> writes: > Has anybody got any "real world usage reports" regarding using literate > programming in emacs? In particular, does paredit and slime work inside > the clojure "fragments" when using org.babel for example?
For the update in Pallet docs [1], we've been using Jekyll with markdown. To edit code blocks within the markdown, I've been using mumamo [2] in emacs, with a variant of jekyll-mumamo.el [3]. An example of what markdown with clojure blocks looks like is the how-to for using a server-rack with Pallet [4] (unfortunately, Jekyll doesn't use the same fencing for code blocks as GitHub). SLIME works fully within the code blocks. For example C-x C-e can be used to evaluate expressions. Paredit also works. Obviously this is not a full literate programming environment, but someone might find it useful. Hugo [1] http://palletops.com/doc/ [2] http://ourcomments.org/Emacs/nXhtml/doc/nxhtml.html [3] https://gist.github.com/1666286 [4] https://raw.github.com/pallet/pallet.github.com/master/doc/how-tos/_posts/2012-01-26-using-pallet-with-existing-servers.md -- 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