Re: Interning symbols in lib/simul.l

2020-04-12 Thread Bruno Franco
thank you! On Sun, Apr 12, 2020 at 2:01 AM Mike wrote: > > I'm studying lib/sumul.l, specifically the 'grid function. > > In my repo you would find a lot of usage examples for grid: > https://git.envs.net/mpech/tankf33der/ > > (mike) > > -- > UNSUBSCRIBE:

Re: Interning symbols in lib/simul.l

2020-04-12 Thread Mike
> I'm studying lib/sumul.l, specifically the 'grid function. In my repo you would find a lot of usage examples for grid: https://git.envs.net/mpech/tankf33der/ (mike) -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Interning symbols in lib/simul.l

2020-04-12 Thread Alexander Burger
Hi Bruno, > I'm studying lib/sumul.l, specifically the 'grid function. I understand how > it works now, but I have two doubts: > > 1) why are symbols in the grid interned? > ... >(if (> DX 26) > (box) >

Interning symbols in lib/simul.l

2020-04-11 Thread Bruno Franco
I'm studying lib/sumul.l, specifically the 'grid function. I understand how it works now, but I have two doubts: 1) why are symbols in the grid interned? 2) what does the F in FX and FY stand for? here's the code for reference: (de grid (DX DY FX FY) (let Grid (make (for X DX