Comments

A program language should have (at least) have these two kinds of comments:

An interesting option for nestable comments is for the start delimiter to be #!. The end delimiter could be !#. This allows:

#!/bin/sh
exec kawa --options "$0" "$@"
!#
(define ....)
Tags: draft kawa