Vip Editor

2017-01-01 Thread Alexander Burger
Hi all, here is an article about Vip, the Vi-Style Editor in PicoLisp: http://picolisp.com/wiki/?vip It consists of only 990 lines of code. Not that the world needs yet another editor! But it may serve as a useful collection of PicoLisp coding examples :) - Alex -- UNSUBSCRIBE:

Re: qurious quoting

2017-01-01 Thread Joh-Tob Schäg
Are there any questions remaining? Am 01.01.2017 16:43 schrieb "Danilo Kordic" : > : (setq E > '(= (quote 'quote quote) > (quote (quote . quote) quote) > (quote . ((quote . quote) . (quote . NIL))) ) ) > : (eval E) > -> T > : (view (cadr E)) > +-- quote > | >

Re: qurious quoting

2017-01-01 Thread Danilo Kordic
: (setq E '(= (quote 'quote quote) (quote (quote . quote) quote) (quote . ((quote . quote) . (quote . NIL))) ) ) : (eval E) -> T : (view (cadr E)) +-- quote | +---+-- quote | | | quote | +-- quote -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe