Subscribe

2014-07-09 Thread Amaury Hernández Águila
Hello =?windows-1252?Q?Amaury_Hernández_Águila?= :-) You are now subscribed Hello, I’d like to subscribe.-- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

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" escribió: > On Mon, Jul 14, 2014 at 12:02:10PM +0200, Alexander Burger wrote: > > with a size of 449 bytes. This is less than the default T

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" escribió: > Hi Amaury, > > On Mon, Jul 14, 2014 at 03:26:15AM -0700, Amaury Hernández Águila wrote: > > How about a browser video

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 to

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 ju

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 : > hi, > > Tshirt to support project. > Cute proportional text like this: > http://imgur.com/KVBmjN8 > http://imgur.com/P7bjZdQ > > anyone ? > > >

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 litt

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 i

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

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 : > > http://www.osnews.com/story/28254/Mezzano_operating_system_written_in_Common_Lisp >

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: 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 escribió: > On Mon, Jul 20, 2015 at 09:00:14AM +0200, klaus schilling wrote: > > Artificial neural networks, support vector machines, regression, smart > > classification/regression trees, and som on

Re: Machine Learning in PicoLisp

2015-07-20 Thread Amaury Hernández Águila
stems. The second step would be to create neural networks. 2015-07-20 0:51 GMT-07:00 Alexander Burger : > 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 depen

Re: Machine Learning in PicoLisp

2015-07-20 Thread Amaury Hernández Águila
2015-07-20 2:08 GMT-07:00 Rowan Thorpe : > > > 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
e is down at the moment. > I am currently trying to get PilOS running on Qemu on a Win 8.1 64bit > machine. I'd love to have that and computational intelligence libraries > working in 64bit PicoLisp! Hey, how about PicoCi or PicoCI? > > Rob > > On Mon, Jul 20, 2015 at

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 : > What gives you more fun? > > 2015-07-20 12:18 GMT+02:00 Amaury Hernández Águila : > >> I appreciate people who know the term "computational intelligence." >> PicoCI sounds good. >> &

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 have prepared an environ

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: Mac OS

2018-04-09 Thread Amaury Hernández Águila
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 9, 2018 at 5:01 PM, Amau

Re: Mac OS

2018-04-09 Thread Amaury Hernández Águila
; 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 > wrote: > >> So you can compile the 64 bit version of PicoLisp on mac? I remember this >> wasn't possible. >> >

unsubscribe

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