Re: Vip is now a library

2017-10-18 Thread David Bloom
Wow, very cool!  Thanks for another quality piece of software for all to
use/learn from.

On Oct 18, 2017 2:16 AM, "Alexander Burger"  wrote:

> Hi all,
>
> I've added Vip ("VI PicoLisp" or "VI personalized") to the PicoLisp distro:
>
>@lib/vip.l
>@bin/vip
>
> I use it as my primary editor since several months, and extended and
> improved it
> since announcement it in the Wiki (https://picolisp.com/wiki/?vip).
>
> If you want to use it in a local installation, change the "#!" line, or -
> what I
> do - put a glue script into a local "bin/" directory which contains the
> single
> line
>
>(load "@bin/vip")
>
> Also, I've put a symbolic link 'vi -> vip' into that local "bin/"
> directory.
>
> If you want it to replace the 'vi' function in the REPL, just include
> "@lib/vip.l" in your startup command.
>
> ♪♫ Alex
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>


Vip is now a library

2017-10-18 Thread Alexander Burger
Hi all,

I've added Vip ("VI PicoLisp" or "VI personalized") to the PicoLisp distro:

   @lib/vip.l
   @bin/vip

I use it as my primary editor since several months, and extended and improved it
since announcement it in the Wiki (https://picolisp.com/wiki/?vip).

If you want to use it in a local installation, change the "#!" line, or - what I
do - put a glue script into a local "bin/" directory which contains the single
line

   (load "@bin/vip")

Also, I've put a symbolic link 'vi -> vip' into that local "bin/" directory.

If you want it to replace the 'vi' function in the REPL, just include
"@lib/vip.l" in your startup command.

♪♫ Alex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe