Re: Pre-compiled picolisp for CentOS, Cygwin, OSX

2013-11-02 Thread Keith Kim
Hi, I compiled those binaries just following the instructions, nothing special. I work on different OS's (thus those binaries), and compiled on each environment: cygwin, centos 32 and 64bit, and OSX (snow leopard). The names of the links on my blog are misleading -- my mistake. I just corrected

Re: Pre-compiled picolisp for CentOS, Cygwin, OSX

2013-11-02 Thread Jon Kleiser
Hi Keith, I've done some more testing of your 64-bit PicoLisp on my old MacBook Air, with OSX 10.8.5. When I run the "fibo" test, however, I get results that are somewhat "alarming": : (== 64 64) -> T : (de fibo (N) (if (>= 2 N) 1 (+ (fibo (dec N)) (fibo (- N 2) -> fibo : (bench (fibo 33)) 20

Re: Pre-compiled picolisp for CentOS, Cygwin, OSX

2013-11-02 Thread Jon Kleiser
Thanks, Keith! This is great news. I've tried it briefly on Mac, OSX 10.6.8 and 10.8.5, and it seems to work fine ... : (version) 3.1.4.0 -> (3 1 4 0) : (== 64 64) -> T : *OS -> "Darwin" Could you tell us how you did it? Did you build the binaries on CentOS6? /Jon > Hello, > > I've uploaded pre