sam - text editor

Forum rules
General talk about software - if the program is not in the repos, please links to the developer's page or github.
User avatar
GekkoP
Emacs Sancho Panza
Posts: 5877
Joined: Tue Sep 03, 2013 7:05 am

sam - text editor

Unread post by GekkoP » Thu Sep 03, 2015 4:12 pm

https://github.com/deadpixi/sam
This version of sam is based on the Plan 9 implementation. Its
design and expression reflect the functionality of the Plan 9 environment;
most notably, characters are represented internally by 16-bit values called
Runes. Header files include/u.h and include/libc.h and source files
libframe/misc.c, libXg/rune.c, sam/unix.c and samterm/unix.c contain
code that insinuates sam into the Unix world. Two other files,
sam/plan9.c and samterm/plan9.c, contain Plan 9-specific code; they
are not used in the Unix version of sam and are provided as examples
of the Plan 9 interface.

Post Reply