I've been using PicoLisp for a few months and just found out about vip. It's a nice little editor!
I'm using a local install and the script at bin/vip expects a global install. I've tried a few things and while they all halfway work, none seem like a particularly good solution: 1. modify bin/vip and update PATH to include the local install's bin directory 2. create a wrapper script, similar to the pil script for local installs 3. call ./pil ./lib/vip.l -vip~vi -bye None are as smooth as the local install's pil script. Is there a nice way to use vip smoothly with a local install? Also, does PicoLisp provide a function to set vip as the editor? (i.e., is there something for vip that's analogous to em for emacs or vi for vim) Thanks!