Lecture overview -- Keyboard shortcut: 'u'  Previous page: Ending [Section] -- Keyboard shortcut: 'p'  Next page: Status -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Page 29 : 30
XML Processing in LAML
Related Work

There are a number of other people who have done similar work in Scheme

There are many other people who have done similar work in other functional programming languages

  • Scribe and Skribe by Serrano and Gallesio

    • Supports its own document language, with several backends

    • Makes use of a special read syntax for "semi-constant strings"

    • Inspirred, in part, by LAML

  • SXML by Oleg Kiselyov

    • A list format for XML

    • Supported by a parser and transformation software (SXSLT)

  • WebIt by Jim Bender

    • Relies on SXML

    • Does also support CSS in Scheme

  • BRL by Bruce Lewis

    • For server side web applications

    • Relies on a non-standard Scheme reader