Re: struct behavior in pil21

2021-05-19 Thread Alexander Burger
Hi Andras, > I’ve replaced (model) in the old pil64 version of rcsim with your (model) > function > from the pil21 version, and it works with the old key assignments as expected. Great! Good to know. Thanks! ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: struct behavior in pil21

2021-05-19 Thread Andras Pahi
Hi Alex, I’ve replaced (model) in the old pil64 version of rcsim with your (model) function from the pil21 version, and it works with the old key assignments as expected. Thank you, pahihu > On 2021. May 19., at 18:52, Alexander Burger wrote: > > On Tue, May 18, 2021 at 08:27:14PM +0200, Alex

Re: struct behavior in pil21

2021-05-19 Thread Alexander Burger
On Tue, May 18, 2021 at 08:27:14PM +0200, Alexander Burger wrote: > I will play with rcsim again :) Did it! Ported rcsim to pil21 :) It needs the latest pil21, as I added a lib for inline C compilation analog to what we had in pil32 and pil64. The files @lib/z3d.l and misc/rcsim.l are in htt

Re: struct behavior in pil21

2021-05-18 Thread Alexander Burger
On Tue, May 18, 2021 at 08:16:28PM +0200, Andras Pahi wrote: > Thank you for your explanation. > I will check @doc/diff from now. And thanks for pointing this out! I will play with rcsim again :) ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: struct behavior in pil21

2021-05-18 Thread Andras Pahi
Hi Alex, Thank you for your explanation. I will check @doc/diff from now. pahihu > On 2021. May 18., at 19:59, Alexander Burger wrote: > > Hi Andras, > >> The example below is taken from the documentation of ‘struct’ in pil21. >> In this case ’struct’ no longer returns the address of the memo

Re: struct behavior in pil21

2021-05-18 Thread Alexander Burger
Hi Andras, > The example below is taken from the documentation of ‘struct’ in pil21. > In this case ’struct’ no longer returns the address of the memory region. Hmm, yes, this changed a little. Is mentioned in the @doc/diff file. It is very useful for atomic result specifications, i.e. to derefe

struct behavior in pil21

2021-05-18 Thread Andras Pahi
Hi, The example below is taken from the documentation of ‘struct’ in pil21. In this case ’struct’ no longer returns the address of the memory region. With this change misc/rcsim.l no longer runs (I’ve learned it the hard way). I would like to ask, that this was intentional ? Thanks, pahihu ##