cl-2dsyntax is an indentation-sensitive syntax system like
Python (the programming language, not the
CMUCL/
SBCL compiler) does. The homepage of the project is
http://ql-goheecus.goheeca.ga/lisp/cl-2dsyntax/ (the old site is:
http://hyperprostor.g6.cz/lisp/cl-2dsyntax/). It's released in the public domain.
Installation
The installation is provided by my own Quicklisp's dist.
(ql-dist::install-dist "http://ql-goheecus.goheeca.ga/goheecus.txt")
(ql:quickload :cl-2dsyntax)
Usage
Enable the syntax by:
(cl-2dsyntax:enable-syntax)
Topics:
language extension