unsubscribe

2019-02-05 Thread Amaury Hernández Águila

Re: Mac OS

2018-04-09 Thread Amaury Hernández Águila
ontainer, which ends up being > similar to running it on a vm but a little easier to bootstrap. > > -Michel > > On Mon, Apr 9, 2018 at 5:32 PM, Amaury Hernández Águila <amhe...@gmail.com > > wrote: > >> So you can compile the 64 bit version of PicoLisp on mac?

Re: Mac OS

2018-04-09 Thread Amaury Hernández Águila
d it from > source using the instructions in the INSTALL file, I just verified it works > well. > > Another option would be to use docker for mac and run the debian package > in a container, but that would be slower than a native install. > > -Michel > > On Mon, Apr

Mac OS

2018-04-09 Thread Amaury Hernández Águila
Hello! Is it going to be possible anytime soon to have 64-bit PicoLisp on Mac OS X? I'm deciding on what programming language to use for a project and I could consider PicoLisp.

Re: Announce: PilBox - Building Mobile Apps in PicoLisp

2017-03-12 Thread Amaury Hernández Águila
Will it be possible to have iOS apps in the future too? On Sun, Mar 12, 2017 at 10:42 AM Jakob Eriksson wrote: > Fantastic! > > On 2017-03-12 17:10, Alexander Burger wrote: > > Hi all, > > > > it is now possible to build Android Apps completely in PicoLisp! > > > > > > I

Re: Machine Learning in PicoLisp

2015-07-20 Thread Amaury Hernández Águila
How bad would a pure picolisp implementation be? El lunes, 20 de julio de 2015, Alexander Burger a...@software-lab.de escribió: On Mon, Jul 20, 2015 at 09:00:14AM +0200, klaus schilling wrote: Artificial neural networks, support vector machines, regression, smart classification/regression

Re: Machine Learning in PicoLisp

2015-07-20 Thread Amaury Hernández Águila
. The second step would be to create neural networks. 2015-07-20 0:51 GMT-07:00 Alexander Burger a...@software-lab.de: On Mon, Jul 20, 2015 at 12:31:15AM -0700, Amaury Hernández Águila wrote: How bad would a pure picolisp implementation be? It depends how heavily the implementation depends

Re: Machine Learning in PicoLisp

2015-07-20 Thread Amaury Hernández Águila
2015-07-20 2:08 GMT-07:00 Rowan Thorpe ro...@rowanthorpe.com: If you will develop on a public repo, please do send this thread a link to it when you feel it is at a point that others could send pull-requests to (or open issues for) to help with the progress. Will do.

Re: Machine Learning in PicoLisp

2015-07-20 Thread Amaury Hernández Águila
Hernández Águila wrote: I think this will be an exciting project. I'll try a pure PicoLisp implementation and see how far I can go. Any suggestions to the name of the library? PicoML sounds good. Currently, I would start with a fuzzy logic toolbox, genetic programming and an architecture

Re: Machine Learning in PicoLisp

2015-07-20 Thread Amaury Hernández Águila
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 Hernández Águila amhe...@gmail.com: I appreciate people who know the term computational intelligence. PicoCI sounds good. I know that BLAS

Machine Learning in PicoLisp

2015-07-19 Thread Amaury Hernández Águila
How suitable would PicoLisp be to implement Machine Learning algorithms? I'm working on a Fuzzy Logic Toolbox on Common Lisp, but I like the idea of migrating to PicoLisp.

Re: Mezzano

2015-01-27 Thread Amaury Hernández Águila
Interesting, thanks. Although I highly doubt this will not become abandonware in a few months :( not that I wish this to happen. 2015-01-27 18:26 GMT-08:00 Rick Lyman lyman.r...@gmail.com: http://www.osnews.com/story/28254/Mezzano_operating_system_written_in_Common_Lisp

Re: try picolisp

2014-08-29 Thread Amaury Hernández Águila
I have been working on collaborative and interactive software development for the past year. I can build a particular solution for PicoLisp (I had been working with Common Lisp and newLISP). The safe execution environment is achieved by running the code in a Docker container. I could modify a

Re: try picolisp

2014-08-29 Thread Amaury Hernández Águila
How do I quote someone? (I'm not that social and I've never participated in a mailing list before, do I just copy and paste and add the ?) Christophe Gragnic, If you use Docker containers, as with my proposed solution, you can do whatever you want with the container (a mini virtual machine) and

Re: try picolisp

2014-08-29 Thread Amaury Hernández Águila
Alright, let me try: It's just what email clients do (including gmail, be it online, android app…). Note that you just quoted me at the end. Maybe you just have to click somewhere to avoid what is called «top posting» (posting a message with the answer before the email where the question is).

Re: try picolisp

2014-08-29 Thread Amaury Hernández Águila
The safe execution environment is achieved by running the code in a Docker container. what do you mean by safe? It's certainly not secure. Okay, there's a Host machine that is running all the Docker containers (also called Jails). When a user starts a session, a Container gets created.

Re: tshirt(s)

2014-08-04 Thread Amaury Hernández Águila
Haha, I thought this was a spam mail. I would love to have a PicoLisp t-shirt :P 2014-08-04 6:34 GMT-07:00 Mike Pechkin mike.pech...@gmail.com: hi, Tshirt to support project. Cute proportional text like this: http://imgur.com/KVBmjN8 http://imgur.com/P7bjZdQ anyone ?

Re: Differences in mapping functions

2014-07-28 Thread Amaury Hernández Águila
I agree. I'm constantly reading the reference of any lisp when dealing with maps, and their descriptions are usually vague. When prototyping I always ignore mapcon and mapcan because I always forget their difference (and because of their destructive nature, which isn't considered functional). El

Re: Doubts about the benefits of WebSockets

2014-07-15 Thread Amaury Hernández Águila
How reliable are the statistics from w3schools? ( http://www.w3schools.com/browsers/browsers_stats.asp). It is stated in this page http://www.w3schools.com/browsers/browsers_explorer.asp that IE6 users are about 0.1% of the total Internet users. When I first began web development I always tried

Re: Doubts about the benefits of WebSockets

2014-07-14 Thread Amaury Hernández Águila
How about a browser videogame? Developing videogames in PicoLisp would be great. I think I'll start one tomorrow. El jul 14, 2014 3:21 AM, Alexander Burger a...@software-lab.de escribió: On Mon, Jul 14, 2014 at 12:02:10PM +0200, Alexander Burger wrote: with a size of 449 bytes. This is less

Re: Doubts about the benefits of WebSockets

2014-07-14 Thread Amaury Hernández Águila
Yeah that would be nice. So, isn't that a good reason to have websockets in PocoLisp? El jul 14, 2014 3:49 AM, Alexander Burger a...@software-lab.de escribió: Hi Amaury, On Mon, Jul 14, 2014 at 03:26:15AM -0700, Amaury Hernández Águila wrote: How about a browser videogame? Developing