martanne / vis

A vi-like editor based on Plan 9's structural regular expressions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this work on plan9?

tucnak opened this issue · comments

commented

The nine is not POSIX-complaint, afaik. Can I use this as a drop–in for sam, in any reasonable capacity that is?

See the requirements in README.md. First of them is “In order to build vis you will need a C99 compiler, a POSIX.1-2008 compatible environment as well as: …”.

Actually, it may be possible somebody tried to port it to plan9 using https://plan9.io/sys/doc/ape.pdf but I have never heard about it. Also, I am not sure whether Lua and LPEG were ported.

Actually, there is https://github.com/okvik/lu9, build with APE, so perhaps it is not completely silly idea.