Unsubscribe

2023-10-21 Thread Daniel Cerqueira
Good bye Daniel Cerqueira :-( You are now unsubscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Subscribe

2023-08-16 Thread Daniel Santos
Hello Daniel Santos :-) You are now subscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Status of Picolisp 32-bit (was Re: Installing Pilbox on arm 32)

2021-05-09 Thread Daniel Perron
Hi, Where is the source code for the "final version" of pil32? On Fri, May 7, 2021, 12:11 AM Alexander Burger wrote: > Hi Daniel, > > > In that case, what is the status of Picolisp 32-bit? > > I read in the doc in many places "64-bit version only". Is Pic

Re: Status of Picolisp 32-bit (was Re: Installing Pilbox on arm 32)

2021-05-07 Thread Daniel Perron
Thank you for the precisions and Picolisp, it is a very nice system. On Fri, May 7, 2021, 12:11 AM Alexander Burger wrote: > Hi Daniel, > > > In that case, what is the status of Picolisp 32-bit? > > I read in the doc in many places "64-bit version only". Is Pico

Status of Picolisp 32-bit (was Re: Installing Pilbox on arm 32)

2021-05-06 Thread Daniel Perron
in the mailing list archive. On Thu, May 6, 2021, 8:12 AM Alexander Burger wrote: > Hi Daniel, > > > The subject line says: on arm 32 ie. Arm 32-bit. > > Oops, overlooked, that's the problem! > > > > The PilBox doc page says: > > > > If your device

Re: Installing Pilbox on arm 32

2021-05-06 Thread Daniel Perron
can work on a arm 32 device (both of my devices are Arm-32). I downloaded the apk from the picolisp website. On Thu, May 6, 2021, 12:18 AM Alexander Burger wrote: > Hi Daniel, > > > I have tried to installed Pilbox on my old cell (Android 5.1) and a new > > cheap tablet (Android

Installing Pilbox on arm 32

2021-05-05 Thread Daniel Perron
Hi, I have tried to installed Pilbox on my old cell (Android 5.1) and a new cheap tablet (Android 9), and I get the same result. I get a screen saying it is installing then a message saying 'App not installed'. I don't have a laptop with adb, I'm on vacation.

Subscribe

2021-03-11 Thread Daniel Perron

Re: Pil21 is now in Debian Unstable

2020-12-30 Thread Daniel
Happy 2021! Starting with pil21 :) Em ter., 29 de dez. de 2020 às 21:19, pd escreveu: > great news! thanks! > > On Tue, Dec 29, 2020 at 4:26 PM r cs wrote: > >> Alex: >> >> Congratulations and thank you! >> >> ☺ / rcs >> >> On Tue, Dec 29, 2020 at 6:01 AM Alexander Burger >> wrote: >> >>> Hi a

Re: using vip in a local install

2019-07-10 Thread Daniel M
Thanks for the overview! On Wed, Jul 10, 2019 at 12:39 AM Alexander Burger wrote: > Hi Daniel, > > > I'm using a local install and the script at bin/vip expects a global > > install. I've tried a few things and while they all halfway work, none > seem > &

using vip in a local install

2019-07-10 Thread Daniel M
I've been using PicoLisp for a few months and just found out about vip. It's a nice little editor! I'm using a local install and the script at bin/vip expects a global install. I've tried a few things and while they all halfway work, none seem like a particularly good solution: 1. modify bin/vip

Subscribe

2019-06-05 Thread Daniel M

Subscribe

2015-09-29 Thread Daniel
-- Daniel

unsubscribe

2010-08-26 Thread Daniel Elliott
Good bye Daniel Elliott :-( You are now unsubscribed -- UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Re: sending data over udp

2010-08-14 Thread Daniel Elliott
Thank you for the answer and the suggestions. I will look into them furthe= r. - dan On Sat, Aug 14, 2010 at 11:28 AM, Alexander Burger wr= ote: > Hi Dan, > >> > You mean, for example, by sending a list of numbers representing bytes= ? >> > e.g. >> > >> > =3DA0 (udp Host Port (1 2 3 4 5 6 7)) >

Re: sending data over udp

2010-08-14 Thread Daniel Elliott
Thanks for the reply. On Sat, Aug 14, 2010 at 1:10 AM, Alexander Burger wro= te: > Hi Dan, > >> must now use UDP and it appears that UDP simply sends PicoLisp data >> structures. > > Yes, that's true. I sends a single Lisp data item (number, symbol, or > list). > > >> Prior to this, I was simply

sending data over udp

2010-08-13 Thread Daniel Elliott
A few weeks ago I asked about sending data over TCP. Well, my program must now use UDP and it appears that UDP simply sends PicoLisp data structures. Prior to this, I was simply creating a list of byte-sized numbers and using wr to send them via TCP. Is there any way to do something similar usin

Re: PicoLisp on wireless routers (with OpenWRT)

2010-08-04 Thread Daniel Elliott
t, and compare it with the > size of these directories otherwise the package wouldn't be installable > anyway). > > I hope the packages will be useful! > > Jeronimo Pellegrini > > [0] I wasn't aware that there was a mailing list for PicoLisp until > Daniel Elliot poi

Re: PL vs. BSD License

2010-08-02 Thread Daniel Elliott
Hello. Does the GPL affect code that I write that runs on PicoLisp, or just changes to the PicoLisp interpreter? If only changes to the interpreter are affected, than GPL is the way to go as far as I am concerned. However, I should add that many large companies (at least in the US) are irrationa

sending data over tcp/ip

2010-07-31 Thread Daniel Elliott
Hello all, I need a nudge in the proper direction. What methods would be best for filling a buffer that will be sent via tcp/ip. I am able to send data using, for example: (out descriptor (println "DERV11")) However, now I need to do some bit fiddling and I would like to add them to the buffer.

threading in PicoLisp

2010-07-27 Thread Daniel Elliott
Hello again, I have my HTTP-based GUI but my process is going to do a bunch of stuff and it would be nice if the web server were still responsive. The GUI will only display information about the status of the program and will be able to display information from the DB. Would this be best handled

Re: PicoLisp Browser GUI example error

2010-07-27 Thread Daniel Elliott
Thanks! That got me over the hump. I put a tags file in lib. It turns out the ht library was also missing from the package. I will let Jeronimo Pellegrini know. Once I added those two things, I was able to run the first couple lines of the example. - dan On Tue, Jul 27, 2010 at 9:25 AM, Alex

Fwd: PicoLisp Browser GUI example error

2010-07-27 Thread Daniel Elliott
Didn't see the mailing list until after I sent this email. Any ideas? -- Forwarded message -- From: Daniel Elliott Date: Tue, Jul 27, 2010 at 8:45 AM Subject: PicoLisp Browser GUI example error To: a...@software-lab.de, josef.ba...@2bartl.de Mr. Burger and Mr. Bartl,

Subscribe

2010-07-27 Thread Daniel Elliott

Unsubscribe

2008-10-19 Thread Daniel Rooth
Good bye Daniel Rooth <[EMAIL PROTECTED]> :-( You are now unsubscribed -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]