edward

An extensible POSIX-compatible implementation of the ed(1) text editor

git clone https://git.8pit.net/edward.git

1(import (scheme base)
2        (edward cli))
3
4(cond-expand
5  ((or chicken-script compiling)
6   (edward-main))
7  (else #t))