Re: PilCon 2020

2020-04-23 Thread Bruno Franco
I am interested too in an online conference. Its the only way I could attend anyways. And saving it up for playback on youtube interests me. On Thu, Apr 23, 2020 at 1:58 AM O.Hamann wrote: > Timely, short, clear communication, thank you for that, Alex. > > > I do not really have any real experie

Pil transformed

2020-04-23 Thread Andras Pahi
Hi all, I have changed the 32bit pil version written in C to compile in 64bit mode and to support short numbers encoded in the pointers themselves. That means that (== 64 64) is T for both the 32bit and the 64bit version. It passes the picoLisp test suite and tankf33der’ test suite as well. The t

Re: Pil transformed

2020-04-23 Thread Jean-Christophe Helary
Andras, > On Apr 24, 2020, at 5:02, Andras Pahi wrote: > > Hi all, > > I have changed the 32bit pil version written in C to compile in 64bit mode > and to support short numbers encoded in the pointers themselves. > That means that (== 64 64) is T for both the 32bit and the 64bit version. Well,

Re: Pil transformed

2020-04-23 Thread George-Phillip Orais
Hi Andras, this is super cool! Thanks for sharing! Hi Jean-Christophe, maybe the README file inside doc64 can help answer your question ;) one thing that reminds me is the namespace? The reason why is pil32 uses hash table for the symbol table while pil64 uses binary tree? Not so sure but somethi

Re: Pil transformed

2020-04-23 Thread George Orais
Hi Andras,  this is super cool! Thanks for sharing! Hi Jean-Christophe,  maybe the README file inside doc64 can help answer your question ;) one thing that reminds me is the namespace? The reason why is pil32 uses hash table for the symbol table while pil64 uses binary tree? Not so sure but som

Re: Pil transformed

2020-04-23 Thread Jean-Christophe Helary
Thank you George, > On Apr 24, 2020, at 10:39, George Orais wrote: > Hi Jean-Christophe, > maybe the README file inside doc64 can help answer your question ;) one thing > that reminds me is the namespace? The reason why is pil32 uses hash table for > the symbol table while pil64 uses binary t

Re: Pil transformed

2020-04-23 Thread George-Phillip Orais
No problem ;) On Fri, Apr 24, 2020 at 11:15 AM Jean-Christophe Helary < jean.christophe.hel...@traduction-libre.org> wrote: > Thank you George, > > > On Apr 24, 2020, at 10:39, George Orais wrote: > > > Hi Jean-Christophe, > > maybe the README file inside doc64 can help answer your question ;)