Re: why is there no setf in picolisp?

2019-07-04 Thread Bruno Franco
all right, thanks! On Thu, Jun 27, 2019 at 12:27 PM wrote: > So, reading Alex’s comments and also the definition of the “joke” `setf` > here: > > On Thu, 27 Jun 2019 10:29 -04:00, Mike wrote: > > https://github.com/picolisp/picolisp/blob/dev/misc/setf.l > > > informs me that the answer to

Re: Limitation of grid from @lib/simul.l

2019-07-04 Thread Wojciech Gac
Thanks! czw., 4 lip 2019 o 14:56 Alexander Burger napisał(a): > Hi Wojtek, Mike, > > On Thu, Jul 04, 2019 at 09:53:10AM +, Mike wrote: > > +1 > > ok > > Great! So I went ahead and released it. > > ☺/ A!ex > > -- > UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe >

Re: Limitation of grid from @lib/simul.l

2019-07-04 Thread Alexander Burger
Hi Wojtek, Mike, On Thu, Jul 04, 2019 at 09:53:10AM +, Mike wrote: > +1 > ok Great! So I went ahead and released it. ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Wojciech Gac
'v' also drew a box in my case. czw., 4 lip 2019 o 14:08 Mike napisał(a): > > # VIP @lib/vip/draw.l > > (box 3 4 10 15) > > > > then open it with 'vip' and press "v" to view the drawing, I suspect it > crashes > > too. Is that the case? > > > > No, It draw a box > > -- > UNSUBSCRIBE:

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Mike
> # VIP @lib/vip/draw.l > (box 3 4 10 15) > > then open it with 'vip' and press "v" to view the drawing, I suspect it > crashes > too. Is that the case? > No, It draw a box -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Mike
confirmed, crashed. corrected steps to reproduce: echo "# VIP @lib/vip/draw.l" > /root/mike1 vip /root/mike1 :w = bottom of editor = 1/1 mike1 1,1/1 0% :wSegmentation fault BTW, openbsd too, backtrace from gdb

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Alexander Burger
On Thu, Jul 04, 2019 at 01:19:11PM +0200, Wojciech Gac wrote: > Yes, it crashes either way. :w with other files works fine. OK, then it must be the 'save>' method. @lib/vip/draw.l defines in the end: (dm (save> 0 . This) (Win) (super) (view> This Win) ) (dm (view> 0 . This)

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Wojciech Gac
Yes, it crashes either way. :w with other files works fine. czw., 4 lip 2019 o 13:04 Alexander Burger napisał(a): > On Thu, Jul 04, 2019 at 12:06:02PM +0200, Wojciech Gac wrote: > > Provided you have Vip in your path, just run it, open a new file, input > the > > line: > > > > # VIP

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Alexander Burger
On Thu, Jul 04, 2019 at 12:06:02PM +0200, Wojciech Gac wrote: > Provided you have Vip in your path, just run it, open a new file, input the > line: > > # VIP @lib/vip/draw.l > > and try saving via :w Does it also crash also if the file is initially not empty? E.g. if it has # VIP

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Wojciech Gac
Provided you have Vip in your path, just run it, open a new file, input the line: # VIP @lib/vip/draw.l and try saving via :w czw., 4 lip 2019 o 12:03 Mike napisał(a): > I've never used vip before and dont understand what steps I should do to > crash > > > > > > > July 4, 2019 12:51 PM,

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Mike
I've never used vip before and dont understand what steps I should do to crash July 4, 2019 12:51 PM, "Alexander Burger" wrote: > On Tue, Jul 02, 2019 at 06:58:21PM +0900, Alexander Burger wrote: > >> On Tue, Jul 02, 2019 at 11:28:19AM +0200, Wojciech Gac wrote: >> Weird... I've updated

Re: Limitation of grid from @lib/simul.l

2019-07-04 Thread Mike
+1 ok July 4, 2019 12:51 PM, "Alexander Burger" wrote: > On Tue, Jul 02, 2019 at 10:07:43AM +0900, Alexander Burger wrote: > >> Hi Wojtek, Mike, >> >> Speaking of readability, we could have a naming scheme not limited by the >> 26 columns if we used lexicographic strings (e.g. a b ... x y z

Re: VIP Auto-Load and ASCII Diagrams

2019-07-04 Thread Alexander Burger
On Tue, Jul 02, 2019 at 06:58:21PM +0900, Alexander Burger wrote: > On Tue, Jul 02, 2019 at 11:28:19AM +0200, Wojciech Gac wrote: > > Weird... I've updated my PicoLisp and when I try to save a file with the > > following line: > > > > # VIP @lib/vip/draw.l > > > > Vip dies and I get a

Re: Limitation of grid from @lib/simul.l

2019-07-04 Thread Alexander Burger
On Tue, Jul 02, 2019 at 10:07:43AM +0900, Alexander Burger wrote: > Hi Wojtek, Mike, > > > Speaking of readability, we could have a naming scheme not limited by the > > 26 columns if we used lexicographic strings (e.g. a b ... x y z aa ab .. > > etc). I've written a function generating relevant