Re: Mac OS

2018-04-09 Thread Amaury Hernández Águila
Hmm... running PicoLisp in Docker containers sounds good. Thanks a lot Michel! 2018-04-09 18:18 GMT-07:00 Michel Pelletier : > I stand corrected, I was in the wrong terminal (on my mac) when I tried it. > > But, you can still run picolisp in a docker container, which ends up being > similar to ru

Re: Mac OS

2018-04-09 Thread Michel Pelletier
I stand corrected, I was in the wrong terminal (on my mac) when I tried it. But, you can still run picolisp in a docker container, 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 wrote: > So you

Re: Mac OS

2018-04-09 Thread Amaury Hernández Águila
So you can compile the 64 bit version of PicoLisp on mac? I remember this wasn't possible. I have PicoLisp installed, but it's the 32 bit version. 2018-04-09 17:23 GMT-07:00 Michel Pelletier : > PicoLisp works fine on OS X (on x86-64), you just have to build it from > source using the instructio

Re: Mac OS

2018-04-09 Thread Michel Pelletier
PicoLisp works fine on OS X (on x86-64), you just have to build 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. -Mich