Replace LLVW - Was: Stop using US controlled software stacks!!!

2020-04-20 Thread Alexander Burger
Hi Guido, On Sun, Apr 19, 2020 at 06:41:31PM +0200, Guido Stepken wrote: > But this is not the point. The point is, that MetaCola was a code > generator, where you can implement whole programming languages within just > a few lines of code. > ... > OMeta Parser/Interpreter has been translated

MiniPicolisp Questions

2020-04-20 Thread C K Kashyap
Hi Alex et al, I've been working on miniPicoLisp source with the idea of making it more easy to understand - granted, it's really simple but it's simplicity may not be apparent from looking at the source to some (such as myself). For instance, it took me some time to get what's going on with the

Why i chose PicoLisp as main language for my projects ...

2020-04-20 Thread Guido Stepken
Hi all! Main argument was, that only with Lisp i can mathematically, formally proof, that my programs *are safe*. Demand for safe programs, libraries of all kinds is going through the roof. Base was this paper here:

Re: Stop using US controlled software stacks!!!

2020-04-20 Thread Guido Stepken
Am Sonntag, 19. April 2020 schrieb Tomas Hlavaty : > Hi Guido, > > Guido Stepken writes: >> Using US software stacks, even if open source and under a free license are >> not tolerable. For any nation, for any kind of project. >> >> US Cloud Act, Patriot Act, by law, force US companies as well US

unsubscribe

2020-04-20 Thread Mark Voltz
Good bye Mark Voltz :-( You are now unsubscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: picoLisp 19.12: variable length array in structure fixes

2020-04-20 Thread Guido Stepken
Linux, here Debian GNU/Linux, allows parallel installation of 32/64 bit libraries ... https://wiki.debian.org/Multiarch/HOWTO Sometimes "apt-get install ia32-libs" helps. Have fun! Am Montag, 20. April 2020 schrieb Mike : > April 20, 2020 11:01 AM, "Andras Pahi" wrote: > >> Hi Mike, >> >>

Re: Stop using US controlled software stacks!!!

2020-04-20 Thread Guido Stepken
Am Sonntag, 19. April 2020 schrieb Tomas Hlavaty : > Guido Stepken writes: >> Picolisp, thanks to Alex' brilliant ideas, behind the scenes, serves as >> prototype of a new kind of "minimalistic, highly efficiency" software >> strategy within the EU. Goal is: Back to the roots, small modules,

Re: picoLisp 19.12: variable length array in structure fixes

2020-04-20 Thread Mike
April 20, 2020 11:01 AM, "Andras Pahi" wrote: > Hi Mike, > > pil32, x64 means you’ve built the contents of the src/ dir in x64 mode ? > pil32, x64 - means gcc and voidlinux-x64 compiled-supports multilib. I use pil32 and pil64 on the same machine, I always in pil64, but can switch fast.

unsubscribe

2020-04-20 Thread Arie van Wingerden

Re: picoLisp 19.12: variable length array in structure fixes

2020-04-20 Thread Andras Pahi
Hi Mike, pil32, x64 means you’ve built the contents of the src/ dir in x64 mode ? Thanks, Andras > There are more numbers for the only task "advent2015": > pil64, x64 - 1 min > pil32, x64 - 9 min > pil32, 686 - 9 min > pil32, 686, -O3 - 7 min > VLA patch, 686 - 10 min > > (mike) > > -- >

Re: picoLisp 19.12: variable length array in structure fixes

2020-04-20 Thread Mike
> > You don’t need energy, you need some patience. > Hard get patience when code running 9x slower :) Its awesome your patch is working and correct, congratulations! There are more numbers for the only task "advent2015": pil64, x64 - 1 min pil32, x64 - 9 min pil32, 686 - 9 min pil32, 686, -O3