Hi Wojtek, > Hmm... When running Vip (both with and without "+"), I get a reversed video > Picolisp prompt. When I exit with a (bye), I get the following error > message: > > [/usr/local/bin/vip:6] !? (need X (chop (next)) " ") > NIL -- Small number expected
The invocation did not change. You can either call it from the REPL $ ./pil lib/vip.l + : (vi "file") ... : (vi 'car) Or make a startup script. I have in my path a bin/vi #!/data/data/com.termux/files/home/pico/bin/picolisp /data/data/com.termux/files/home/pico/lib.l # 04oct17abu (load "@bin/vip") ☺/ A!ex -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
