Re: Casella email non monitorata Re: Limitation of grid from @lib/simul.l

2019-07-02 Thread Paolo Marsi
Hi everybody,
sorry for the noise! I didn't remember that long ago I subscribed
with this email to the Pico list but later I started using a dedicated one.
Now I proceed to unsubscribe.
Sorry again for any trouble!
Bye
Paolo



Il giorno mar 2 lug 2019 alle ore 14:21 Alexander Burger <
a...@software-lab.de> ha scritto:

> On Tue, Jul 02, 2019 at 10:26:00AM +0200, Manuel Cano wrote:
> > Just in case no one understands Italian, this guy says that email account
> > isn't monitored so every email sent here may be lost.
>
> I see!
>
> > IMHO you may unsubscribe.
>
> Hmm, strange. Not sure if I really should remove
> his address ... Let's wait a little
>
> ☺/ A!ex
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>


Unsubscribe

2019-07-02 Thread Paolo Marsi



Re: Casella email non monitorata Re: Limitation of grid from @lib/simul.l

2019-07-02 Thread Alexander Burger
On Tue, Jul 02, 2019 at 10:26:00AM +0200, Manuel Cano wrote:
> Just in case no one understands Italian, this guy says that email account
> isn't monitored so every email sent here may be lost.

I see!

> IMHO you may unsubscribe.

Hmm, strange. Not sure if I really should remove
his address ... Let's wait a little

☺/ A!ex

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


Re: VIP Auto-Load and ASCII Diagrams

2019-07-02 Thread Alexander Burger
On Tue, Jul 02, 2019 at 01:47:26PM +0200, Wojciech Gac wrote:
> Attaching my strace output.

Hmm, not much to see. It echoes the "w" you wrote (write) and the enter, then it
sigfaults.

Somewhere in

   ("w"  # (Write) Save buffer
  (if Line
 (out (fName (rplFile @))
(mapc prinl (: buffer text)) )
 (save> (: buffer) This) ) )

I have no idea ... :(

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


Re: VIP Auto-Load and ASCII Diagrams

2019-07-02 Thread Wojciech Gac
Attaching my strace output.

wt., 2 lip 2019 o 12:04 Alexander Burger  napisał(a):

> 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 segmentation fault.
>
> Strange! Can you try to strace or something?
> ☺/ A!ex
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>


draw-test-strace.out
Description: Binary data


Re: VIP Auto-Load and ASCII Diagrams

2019-07-02 Thread Alexander Burger
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 segmentation fault.

Strange! Can you try to strace or something?
☺/ A!ex

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


Re: VIP Auto-Load and ASCII Diagrams

2019-07-02 Thread Wojciech Gac
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 segmentation fault.

wt., 2 lip 2019 o 10:06 Wojciech Gac  napisał(a):

> This is very cool! One step further along the way to a self-sufficient
> development environment :).
>
> wt., 2 lip 2019 o 09:12  napisał(a):
>
>> Am 2019-07-02 04:26, schrieb Alexander Burger:
>> > I made a little video explaining two relatively new features in Vip:
>> >
>> >1. Vip has an Auto-Load functionality, inspired by shell hash-bang
>> > scripts.
>> >2. It comes with a library that generates ASCII drawings from Lisp
>> > code.
>>
>> Very nice!
>> Thank you Alex for creating and sharing this :-)
>>
>> --
>> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>>
>


Re: Casella email non monitorata Re: Limitation of grid from @lib/simul.l

2019-07-02 Thread Manuel Cano
Hi,

Just in case no one understands Italian, this guy says that email account
isn't monitored so every email sent here may be lost.

IMHO you may unsubscribe.

Kind regards,
Manu


El lun., 1 jul. 2019 a las 14:05, Paolo Marsi ()
escribió:

> Buongiorno, questa casella non è monitorata.
> Questo significa che qualunque messaggio inviato qui,
> ben difficilmente verrà letto.
>
> Per avere la mia email corretta, contattatemi
> attraverso altri canali (telefono, Telegram, Signal, etc).
>
> Grazie e una buona giornata
>
> P.M.
>


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

2019-07-02 Thread Alexander Burger
On Tue, Jul 02, 2019 at 10:57:28AM +0900, Alexander Burger wrote:
> On Tue, Jul 02, 2019 at 10:19:29AM +0900, Alexander Burger wrote:
> > For each grid-cell it woud be one more heap-cell for the name, plus 1.5
> > heap-cells on the average for the index.

Oops, wrong! A short name (up to 7 chars) takes no additional cell. So the
overhead is only 1 or 2 cells for the index. I think this should be acceptable,
as usually each grid-cell takes additional payload data in the property list
anyway.

☺/ A!ex

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


Re: VIP Auto-Load and ASCII Diagrams

2019-07-02 Thread Wojciech Gac
This is very cool! One step further along the way to a self-sufficient
development environment :).

wt., 2 lip 2019 o 09:12  napisał(a):

> Am 2019-07-02 04:26, schrieb Alexander Burger:
> > I made a little video explaining two relatively new features in Vip:
> >
> >1. Vip has an Auto-Load functionality, inspired by shell hash-bang
> > scripts.
> >2. It comes with a library that generates ASCII drawings from Lisp
> > code.
>
> Very nice!
> Thank you Alex for creating and sharing this :-)
>
> --
> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe
>


Re: VIP Auto-Load and ASCII Diagrams

2019-07-02 Thread andreas

Am 2019-07-02 04:26, schrieb Alexander Burger:

I made a little video explaining two relatively new features in Vip:

   1. Vip has an Auto-Load functionality, inspired by shell hash-bang 
scripts.
   2. It comes with a library that generates ASCII drawings from Lisp 
code.


Very nice!
Thank you Alex for creating and sharing this :-)

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