Re: Pil21 can bootstrap

2020-05-17 Thread Alfonso Villén
Hello Alex, congratulations! That's great news. I can't wait to try out the first production-ready release. I hope you'll get it soon. Regards Alfonso Villén Alexander Burger schrieb am So., 17. Mai 2020, 13:13: > Hi all, > > a short note about the Pil21 status: >

Re: Do free Open Source Foundation's Software Stacks fall under US Export Law?

2020-05-06 Thread Alfonso Villén
Hello Guido, > Alex, go on using LLVM. See you in Guantanamo. (Remember: Meng Wanzhou > was caught in Canada with US warrant). > > Unbelievable ignorance I don't understand what makes you think that Alex is an ignorant. First of all, I want to thank Alex as John already did. I don't know

Re: picoLisp 19.12: variable length array in structure fixes

2020-04-18 Thread Alfonso Villén
Hello, with your patches, I've compiled Picolisp on 32-bit Termux + Clang without any problems. Thanks a lot! Great job! Greetings Alfonso V. Andras Pahi schrieb am Sa., 18. Apr. 2020, 20:00: > Hello, > > If you are interested I have patched the 19.12 32bit sources to compile > without GCC. >

Turtle graphics

2020-03-30 Thread Alfonso Villén
Hello, during the last months I've been writing a small library for drawing graphics using commands like in Logo's turtle graphics. I'm glad to share it with you all. It's hosted in the following Bitbucket repository: https://bitbucket.org/alfonsovillen/turtle/src/master/ Have a nice week an

Bug in rand

2020-03-25 Thread Alfonso Villén
Hello, I've noticed that the "rand" function doesn't work with negative arguments: Version 20.3.16 : (rand -10 10) -> 1152921504606846966 Version 19.12.28 : (rand -10 10) -> -5 I don't know in which exact version the bug appeared. Regards, Alfonso V. -- UNSUBSCRIBE: mailto:picolisp@sof

Re: Proposal: PilCon 2020

2019-12-29 Thread Alfonso Villén
Hello, although I won't attend the conference, I want to say thank you for organizing this event. It is a lot of work and I hope it is a great success. I also join the recording proposal. It would be very inspiring to see the sessions on video. Best regards, Alfonso V

Re: SDL2 and OpenGL 3.0+ on Picolisp 64bit (Linux)

2019-03-17 Thread Alfonso Villén
Hello Kashyap, you're doing some serious work to make everything run under Docker, thank you! The problem still seems to be OpenGL. You said that only demos 1 to 3 run. Demo 1-3 tell SDL2 to open a window with an associated renderer (+RenderWindow from sdlutil.l), but from demo 4 onwards a window

Re: SDL2 and OpenGL 3.0+ on Picolisp 64bit (Linux)

2019-03-16 Thread Alfonso Villén
gt;>> >>> Best, Rick >>> >>> On Fri, 15 Mar 2019 18:58 -04:00, alfonso.vil...@gmail.com wrote: >>> > Hello, >>> > >>> > I want to share with you my progresses on the following Bitbucket >>> > repository: >>> > >>> > https://bitbucket.org/alfonsovillen/picolispffi/src/master/ >>> > >>> > I would be thankful if someone could take some time to try the demos >>> > and tell me whether they run well. >>> > >>> > Best regards, >>> > Alfonso Villén >>> >>> -- >>> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subjectUnsubscribe >>> >>

Re: SDL2 and OpenGL 3.0+ on Picolisp 64bit (Linux)

2019-03-16 Thread Alfonso Villén
> >>> Best, Rick >>> >>> On Fri, 15 Mar 2019 18:58 -04:00, alfonso.vil...@gmail.com wrote: >>> > Hello, >>> > >>> > I want to share with you my progresses on the following Bitbucket >>> > repository: >>> > >>> > https://bitbucket.org/alfonsovillen/picolispffi/src/master/ >>> > >>> > I would be thankful if someone could take some time to try the demos >>> > and tell me whether they run well. >>> > >>> > Best regards, >>> > Alfonso Villén >>> >>> -- >>> UNSUBSCRIBE: mailto:picolisp@software-lab.de?subjectUnsubscribe >>> >>

Re: [SOLVED]: PilBox IOException "No such file"

2018-04-20 Thread Alfonso Villén
Hello, I'm glad to confirm that I had the same problem on a Samsung A5 and PilBox is running fine now. I had believed that I was the only one who had that problem... but nobody had complained about it before, so I was thinking there was just something wrong with my phone. Thanks Alfonso V. Alex

Re: Two questions regarding 'native'

2017-10-24 Thread Alfonso Villén
Hello Mike, I've just made the Reddit post: https://www.reddit.com/r/lisp/comments/78iy7w/sdl2_and_opengl_33_on_picolisp_64bit/ 2017-10-24 13:35 GMT+02:00 Mike Pechkin : > ​Alfonso, > > Make a post on reddit.com/r/lisp​ > > > > >> I've created a public Bitbucket repository with my work so far, i

Re: Two questions regarding 'native'

2017-10-24 Thread Alfonso Villén
doing it. Bye, Alfonso V. 2017-10-21 15:34 GMT+02:00 Alexander Burger : > On Sat, Oct 21, 2017 at 02:38:18PM +0200, Alfonso Villén wrote: > > The function arguments don't work as you expected. That C function needs > > some weird information such as an array of integers giving the

Re: Two questions regarding 'native'

2017-10-21 Thread Alfonso Villén
with null bytes... I'm also having problems with other function, and in all of them there are pointer arguments involved. But I hope I'll be able to figure the solution myself. When I get some examples working I'd like to share the code with you all. Alfonso Villén Am 21.10.2017

Two questions regarding 'native'

2017-10-20 Thread Alfonso Villén
here a way (other than allocating some memory with 'malloc') so you can pass a C pointer to a Picolisp symbol's value using 'native'? I'd be very glad if someone could answer. Alfonso Villén

Subscribe

2017-07-15 Thread Alfonso Villén