Re: New egg: edward, an extensible ed(1) implementation

2023-07-11 Thread Mario Domenech Goulart
Hi Sören, On Tue, 11 Jul 2023 22:15:56 +0200 Sören Tempel wrote: > I have written a POSIX-compatible implementation of the standard Unix > text editor ed(1) in R7RS CHICKEN Scheme. The editor consists of both a > program and a library component (for extending the editor with custom > commands)

New egg: edward, an extensible ed(1) implementation

2023-07-11 Thread Sören Tempel
Hello, I have written a POSIX-compatible implementation of the standard Unix text editor ed(1) in R7RS CHICKEN Scheme. The editor consists of both a program and a library component (for extending the editor with custom commands) and hence I am interested in packaging it as CHICKEN Egg. The