diff options
-rw-r--r-- | web/index.skb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/index.skb b/web/index.skb index 7f01cf5..bb0218a 100644 --- a/web/index.skb +++ b/web/index.skb @@ -304,6 +304,11 @@ S-expressions), available in ,(guile [Guile 2.0]). The operator provides an interesting, purely functional approach to documentation transformation (not unlike XSLT, but with a real programming language).]) + (item [The ,(ref :url "http://www.jstatsoft.org/v46/i03/paper" +:text [Org-Mode paper about reproducible research]) introduces ideas +that can be usefully implemented in Skribilo: a Skribilo document can +embed executable code, and run it to include its results at compilation +time.]) (item [,(ref :url "http://okmij.org/ftp/Scheme/SXML.html" :text [SXML]), XML as S-expressions. Oleg Kiselyov's discussion of ,(ref :text [implementation strategies for a purely functional SXML |