Re: Picolisp Outlook

2021-02-23 Thread Manuel Cano
Hi, That's surely because it isn't made in Picolisp! :D Kind regards, Manu El mar, 23 feb 2021 a las 10:32, Alexander Burger () escribió: > Hi all, > > sorry for the multiple mails! Seems I have a DNS problem on > the server ... > > On Tue, Feb 23, 2021 at 09:18:57AM +0100, Alexander Burger

Re: PilCon tomorrow

2020-10-02 Thread Manuel Cano
Where is the PilCon? Kind regards, Manu El jue., 1 oct. 2020 a las 8:34, Alexander Burger () escribió: > Hi all, > > tomorrow, Fri 8:00 UTC we have PilCon again :) > > Any requests or proposals? > > ☺/ A!ex > > -- > UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe >

Re: Casella email non monitorata Re: Limitation of grid from @lib/simul.l

2019-07-02 Thread Manuel Cano
Hi, Just in case no one understands Italian, this guy says that email account isn't monitored so every email sent here may be lost. IMHO you may unsubscribe. Kind regards, Manu El lun., 1 jul. 2019 a las 14:05, Paolo Marsi () escribió: > Buongiorno, questa casella non è monitorata. > Questo

Re: picolisp-mode

2019-01-22 Thread Manuel Cano
Hi, As an Emacs user, it would be nice to have Picolisp package in Debian updated. I use Emacs but I've tweaked some other lisp libs. I don't use MELPA either. Kind regards, Manu El mar., 22 ene. 2019 a las 10:20, Jean-Christophe Helary (< brandel...@gmail.com>) escribió: > > > On Jan 22,

Re: Remove vla-member in anonymous bindFrame structs for clang compatibility

2018-08-09 Thread Manuel Cano
Hi, If you need a Linux machine I can create one account in one server for that

Re: Reminder on Wiki survey

2018-06-30 Thread Manuel Cano
Hi, Hey! Vote! I've did it some days ago. Kind regards, Manu 2018-06-30 14:10 GMT+02:00 Arie van Wingerden : > Thanks! > > Op za 30 jun. 2018 om 13:59 schreef Timur Ismagilov : > >> I voted. Just letting you know. >> >> — bouncepaw >> >> >> Исходное сообщение >> От: Arie van

Re: Wiki progress update ...

2018-06-25 Thread Manuel Cano
Hi, I've corrected the missing quote: ...known "Perl Cookbook. :) Kind regards, Manu 2018-06-01 17:19 GMT+02:00 Arie van Wingerden : > The first section of PLEAC (Strings) is now at about 76% ready > > Some examples are rewritten a little, in order to make it easier for > people to just copy

Re: Wiki css

2018-06-25 Thread Manuel Cano
Hi, I think something like Picolisp wiki has to be clear and easy to read, not necessarily (althought it is for me) "pretty", but practical. Don't be picky. The only thing I don't really like is to have code in bold. (We don't code in bold!) But even if I don't really like it, I find making code

Re: Wiki css

2018-06-25 Thread Manuel Cano
Hi Arie, Sorry. I've mistyped you name! Kind regards, Manu 2018-06-25 11:41 GMT+02:00 Arie van Wingerden : > Hi Manuel, > > I like as it is now. Ari has made a good job, don't throw it away. > > ​Pffft. I really thought it was all bad news. Thx. > > If it was hard for someone before, they

Re: Wiki css

2018-06-25 Thread Manuel Cano
Hi all, I like as it is now. Ari has made a good job, don't throw it away. If it was hard for someone before, they could have done what Ari has made. Kind regards, Manuel El lun., 25 jun. 2018 11:00, Alexander Burger escribió: > Hi all, > > > after reading a few reactions and also my

Re: ssh question...

2018-06-19 Thread Manuel Cano
I think so. This has instructions to setup Common Lisp. I think you may adapt to PicoLisp. https://www.a1k0n.net/2005/11/04/lisp-using-slime-over-ssh.html Kind regards, Manu 2018-06-19 13:26 GMT+02:00 Jean-Christophe Helary : > I'm wondering if the following is possible: > > Use emacs from my

Re: 32 vs 64 bit ???

2018-04-19 Thread Manuel Cano
ftware-lab.de>: > On Wed, Apr 18, 2018 at 05:37:47PM +0200, Manuel Cano wrote: > > I've found this also when having problems with the interpreter (bash.) > > May be file encoding or end line chars. > > > > https://unix.stackexchange.com/questions/27054/bin-bash- > n

Re: 32 vs 64 bit ???

2018-04-18 Thread Manuel Cano
I've found this also when having problems with the interpreter (bash.) May be file encoding or end line chars. https://unix.stackexchange.com/questions/27054/bin-bash-no-such-file-or-directory Kind regards, Manu 2018-04-18 16:30 GMT+02:00 Arie van Wingerden : >

Re: PicoLisp tshirts!

2018-04-16 Thread Manuel Cano
Nice! I'm, going to get one. :) Kind regards, Manu 2018-04-16 11:49 GMT+02:00 Philipp Geyer : > Now I've got my brief introduction out of the way, on to more important > things than who I am. > > I was hoping that there may be PicoLisp tshirts for sale already, but it >

Re: Feed reader and bookmarker

2018-04-10 Thread Manuel Cano
Hi, Where can we find it? Kind regards, Manu 2018-04-08 15:22 GMT+02:00 Henrik Sarvell : > Hi list, > > Before the AI stuff Alex was helping me with some DB related stuff that > was going into my new RSS and bookmarker combo of an app. > > The bookmarking part is a result

Re: (rand) audit

2017-08-29 Thread Manuel Cano
It means Mike knows a lot and you don't understand him. :D Just kidding! El 29 ago. 2017 17:11, "Jakob Eriksson" escribió: What does that mean? 29 aug. 2017 kl. 16:47 skrev Mike Pechkin >: hi all, Buildin (rand)

Re: Translation Request

2016-01-04 Thread Manuel Cano
Hi, "es": Insertar línea vacía. The "i" in vacía has an acute sign (tilde). Best regards. Saludos, Manuel http://develox.org/ 2016-01-05 8:03 GMT+01:00 Alexander Burger : > Hello translators! > > This is to all who helped with the localization of PicoLisp, by

Struct and sockets.

2015-08-06 Thread Manuel Cano
Hi all, I've readed in the documentation about the native function and it's mapping between the result and a description of the result in Picolisp. So we can receive a C style structure and have it as a list. Can we do something similar when receiving binary data through a network socket? I mean,

Re: Fwd: Making emacs like function documentation.

2015-08-03 Thread Manuel Cano
Hi, Great. I need to learn a lot. Thank you. Manuel 2015-08-03 20:57 GMT+02:00 Rick Hanson cryptor...@gmail.com: Why not just this? (de thefunc (A B C) This is the help text (* A B C)) Unfortunately Rick's solution form doesn't work. It works for me just fine

Re: Fwd: Making emacs like function documentation.

2015-08-03 Thread Manuel Cano
Hi, Ntch. I got everything wrong. Thank you very much for the lesson. I'm going to continue to learn. Thanks again. Manuel 2015-08-03 8:12 GMT+02:00 Alexander Burger a...@software-lab.de: Hi Manuel, Unfortunately Rick's solution form doesn't work. May be when calling the function the

Making emacs like function documentation.

2015-08-02 Thread Manuel Cano
Hi, I'm trying to create a function to define functions with a documentation string like emacs defun. I'm trying something like this: (de defun P -- Manuel

Re: Fwd: Making emacs like function documentation.

2015-08-02 Thread Manuel Cano
Hi, Unfortunately Rick's solution form doesn't work. May be when calling the function the first thing is a string? This is what I'm trying: (de *FuncList ()) (de defun1 F (setq *FuncList (cons *FuncList (cons (car F) (caddr F (def (car F) (cons (cadr F) (cadddr F))) ) (de defun2 P

Re: Machine Learning in PicoLisp

2015-07-20 Thread Manuel Cano
If you can choose, I don't know what are you waiting for... have fun! 2015-07-20 13:03 GMT+02:00 Amaury Hernández Águila amherag@gmailcom: Not using BLAS or LAPACK. 2015-07-20 3:53 GMT-07:00 Manuel Cano manutalc...@gmail.com: What gives you more fun? 2015-07-20 12:18 GMT+02:00 Amaury

Re: Machine Learning in PicoLisp

2015-07-20 Thread Manuel Cano
What gives you more fun? 2015-07-20 12:18 GMT+02:00 Amaury Hernández Águila amherag@gmailcom: I appreciate people who know the term computational intelligence. PicoCI sounds good. I know that BLAS and LAPACK are battle-tested, but in that case I would just use other libraries in other