(DIR) Home
(DIR) Back to files
(DIR) Back to lightweight markup languages
SexpCode is Exactly What It Says On The Tin: a markup language
built around s-expressions (using curly brackets instead of
parentheses), meant to be a replacement for BBCode. As such,
it is probably the furthest thing from semantic markup around:
it's purely presentational.
(ARC) 2012-04-15 10k sexpcode-master.zip -- see Cairnarvon/sexpcode
(TXT) 2019-06-24 954B sexpcode.cheatsheet
+--------------------------------------------------+
| sexpcode cheatsheet |
+---------------+----------------------------------+
| Headings | N/A |
+---------------+----------------------------------+
| Paragraphs | N/A (Separated by two newlines?) |
+---------------+----------------------------------+
| Lists | N/A |
+---------------+----------------------------------+
| Inline markup | {b Bold \{text\}} |
| | {i Italic text} |
| | {m Monospaced}/{tt Teletype} |
| | {code '{python} print("Hello")} |
| | {- verbatim {b text}}} -} |
+---------------+----------------------------------+
| Links | {url http://example.com Link} |
| | {{url http://example.com} Link} |
+---------------+----------------------------------+
(HTM) Rosio Pavoris: Towards a better BBCode - Archive.org (2010-05-25)
(HTM) SexpCode for the Masses - Archive.org (2012-01-17)
(TXT) + w3m-dump of the page
(HTM) Cairnarvon/sexpcode: CLI SexpCode-to-HTML translator (C, MIT)
(HTM) Cairnarvon/sexpcode.py: Python bindings for sexpcode